can not download GMAO_FP data
-
- Posts: 3
- Joined: Tue Dec 24, 2019 11:56 am America/New_York
can not download GMAO_FP data
Dear everyone,
could you help me for download this file, below? thanks.
Best, Binbin
https://oceandata.sci.gsfc.nasa.gov/ob/getfile/GMAO_FP.20200103T060000.MET.NRT.nc
could you help me for download this file, below? thanks.
Best, Binbin
https://oceandata.sci.gsfc.nasa.gov/ob/getfile/GMAO_FP.20200103T060000.MET.NRT.nc
Filters:
-
- Posts: 395
- Joined: Mon Jun 22, 2020 5:24 pm America/New_York
- Has thanked: 8 times
- Been thanked: 8 times
Re: can not download GMAO_FP data
Using the 'Search Ancillary' tab on the file search api (https://oceandata.sci.gsfc.nasa.gov/api/file_search/), it doesn't appear that files are available before 2022-07-11 13:08:18. Here are the equivalent curl and wget statements:
and a link to the direct download section (Quicklinks > Direct Data Access) on the Ocean Color website: https://oceandata.sci.gsfc.nasa.gov/directdataaccess/Ancillary/GLOBAL/2020/003/
Is there a more current file that could solve your needs?
Code: Select all
wget -q --post-data="results_as_file=1&sensor_id=0&dtid=104&sdate=1993-01-01 00:00:00&edate=2023-10-11 20:27:49&subType=1" -O - https://oceandata.sci.gsfc.nasa.gov/api/file_search
Code: Select all
curl -d "results_as_file=1&sensor_id=0&dtid=104&sdate=1993-01-01 00:00:00&edate=2023-10-11 20:27:49&subType=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
Is there a more current file that could solve your needs?
-
- Subject Matter Expert
- Posts: 450
- Joined: Fri Feb 05, 2021 9:17 am America/New_York
- Been thanked: 7 times
Re: can not download GMAO_FP data
The GMAO_FP MET data are used for near real time processing and are not permanently archived. If you are processing an earlier time period, you should be using the MERRA2-derived refined MET files
datatype_id=105
name=GEOS5M2MET
Tommy
datatype_id=105
name=GEOS5M2MET
Tommy
-
- Posts: 3
- Joined: Tue Dec 24, 2019 11:56 am America/New_York
-
- Subject Matter Expert
- Posts: 450
- Joined: Fri Feb 05, 2021 9:17 am America/New_York
- Been thanked: 7 times
Re: can not download GMAO_FP data
We stopped producing the AURAOMI files and now use the modeled O3 in MERRA2 met files.
datatype_id=105
name=GEOS5M2MET
Tommy
datatype_id=105
name=GEOS5M2MET
Tommy