Skip to content

Commit bfb6e46

Browse files
update rawobs data filenames (#2349)
1 parent dc3ee1f commit bfb6e46

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

esmvaltool/cmorizers/obs/cmor_config/GRACE.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
lweGrace:
1717
mip: Lmon
1818
raw: lwe_thickness
19-
file: 'GRCTellus.JPL.200204_202009.GLO.RL06M.MSCNv02CRI.nc'
19+
file: 'GRCTellus.JPL.200204_202108.GLO.RL06M.MSCNv02CRI.nc'
2020

2121
auxfiles:
2222
land_mask:

esmvaltool/cmorizers/obs/cmorize_obs_grace.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,26 @@
55
Source
66
https://podaac.jpl.nasa.gov/dataset/TELLUS_GRAC-GRFO_MASCON_CRI_GRID_RL06_V2
77
Last access
8-
20201127
8+
20211019
99
1010
Download and processing instructions
1111
- Go to the above link
1212
- Click the tab "Data Access"
1313
- Log in with Earthdata account
1414
- Download the following files:
1515
- CLM4.SCALE_FACTOR.JPL.MSCNv02CRI.nc
16-
- GRCTellus.JPL.200204_202004.GLO.RL06M.MSCNv02CRI.nc
16+
- GRCTellus.JPL.200204_202108.GLO.RL06M.MSCNv02CRI.nc
1717
- LAND_MASK.CRI.nc
1818
- Download the grace months table which holds important information
1919
on data coverage. Save it in the RAWOBSDIR.
20-
https://podaac-tools.jpl.nasa.gov/drive/files/allData/tellus/L3/docs/GRACE_GRACE-FO_Months_RL06.csv
20+
https://podaac-tools.jpl.nasa.gov/drive/files/allData/gracefo/docs/GRACE_GRACE-FO_Months_RL06.csv
2121
- Manually inspect and check the months table
2222
2323
2424
Modification history
2525
20200630-crezee_bas: written.
2626
20201127-kazeroni_remi: updated for latest dataset
27+
20211019-kazeroni_remi: updated for extended dataset
2728
"""
2829

2930
import logging

0 commit comments

Comments
 (0)