GMAO_MERRA2 files not found and a deprecated warning.

Post Reply
msavci
Posts: 2
Joined: Tue Jun 14, 2022 1:01 pm
company / institution: Istanbul Technical University Informatics Institute
Location: Istanbul

GMAO_MERRA2 files not found and a deprecated warning.

Post by msavci »

Hello, when I run this from the terminal, I got a warning about "<authority>:<code>'" and also can't download "GMAO_MERRA2" nc files. You can see the terminal's log below. I wonder without these files, created netcdf file is ok on not. Thank you.

Code: Select all

./polymer_cli.py -fmt netcdf4 "/home/savcimu/polymer-test/S2B_MSIL1C_20250412T155819_N0511_R097_T17RMJ_20250412T194011.SAFE" "/home/savcimu/polymer-test/S2B_MSIL1C_20250412T155819_N0511_R097_T17RMJ_20250412T194011_POLYMER.nc"

Code: Select all

Starting processing at 2025-04-17 16:17:55.588357
Initialize MSI projection EPSG:32617
/home/savcimu/anaconda3/envs/polymer/lib/python3.12/site-packages/pyproj/crs/crs.py:143: FutureWarning: '+init=<authority>:<code>' syntax is deprecated. '<authority>:<code>' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
  in_crs_string = _prepare_from_proj_string(in_crs_string)

Trying to download https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/GMAO_MERRA2.20250412T160000.MET.nc ... 
https://oceandata.sci.gsfc.nasa.gov/getfile/GMAO_MERRA2.20250412T160000.MET.nc:
2025-04-17 16:17:56 ERROR 404: Not Found.
failure (2048)
Trying to download https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/GMAO_MERRA2.20250412T170000.MET.nc ... 
https://oceandata.sci.gsfc.nasa.gov/getfile/GMAO_MERRA2.20250412T170000.MET.nc:
2025-04-17 16:17:57 ERROR 404: Not Found.
failure (2048)
Trying to download https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/GMAO_MERRA2.20250412T160000.MET.nc ... 
https://oceandata.sci.gsfc.nasa.gov/getfile/GMAO_MERRA2.20250412T160000.MET.nc:
2025-04-17 16:17:58 ERROR 404: Not Found.
failure (2048)
Trying to download https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/GMAO_MERRA2.20250412T170000.MET.nc ... 
https://oceandata.sci.gsfc.nasa.gov/getfile/GMAO_MERRA2.20250412T170000.MET.nc:
2025-04-17 16:17:59 ERROR 404: Not Found.
failure (2048)
Trying to download https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/GMAO_MERRA2.20250412T160000.MET.nc ... 
https://oceandata.sci.gsfc.nasa.gov/getfile/GMAO_MERRA2.20250412T160000.MET.nc:
2025-04-17 16:17:59 ERROR 404: Not Found.
failure (2048)
Trying to download https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/GMAO_MERRA2.20250412T170000.MET.nc ... 
https://oceandata.sci.gsfc.nasa.gov/getfile/GMAO_MERRA2.20250412T170000.MET.nc:
2025-04-17 16:18:00 ERROR 404: Not Found.
failure (2048)
Initializing output file "/home/savcimu/polymer-test/S2B_MSIL1C_20250412T155819_N0511_R097_T17RMJ_20250412T194011_POLYMER.nc"
Processing block: size (198, 1830), offset (0, 0)
Processing block: size (198, 1830), offset (198, 0)
Processing block: size (198, 1830), offset (396, 0)
Processing block: size (198, 1830), offset (594, 0)
Processing block: size (198, 1830), offset (792, 0)
Processing block: size (198, 1830), offset (990, 0)
Processing block: size (198, 1830), offset (1188, 0)
Processing block: size (198, 1830), offset (1386, 0)
Processing block: size (198, 1830), offset (1584, 0)
Processing block: size (48, 1830), offset (1782, 0)
Done in 0:05:32.059288
User avatar
fsteinmetz
Site Admin
Posts: 319
Joined: Fri Sep 07, 2018 1:34 pm
company / institution: Hygeos
Location: Lille, France
Contact:

Re: GMAO_MERRA2 files not found and a deprecated warning.

Post by fsteinmetz »

Hello, apologies for the late reply.

Yes, there have been several attempts to download auxiliary data, but finally the code has been running fine. If no valid auxiliary data were found, the code would not have been able to run.

Kind regards,
François
Post Reply