cmip7 ndep data doesn't seem to be uploaded into the inputdata repository (just need to be rimported?)
- Dominant language
- Fortran
- Stars
- 32
- Forks
- 68
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 2
Description
cdeps1.0.85 brought in an update pointing to CMIP7 Nitrogen Deposition data. This can be set with for example: DATM_PRESNDEP="2000_clim_cmip7"
I created a case for this with ctsm5.4.027 doing the following on Derecho:
``` shell
./create_test SMS_D.f10_f10_mg37.I2000Clm60BgcCrop.derecho_intel.clm-crop -r . --walltime 00:20:00 --no-build --compare ctsm5.4.027 --baseline-root /glade/campaign/cgd/tss/ctsm_baselines
./xmlchange DATM_PRESNDEP="clim_2000_cmip7"
./check_input_data --download
```
The download failed to find the needed files, when I run check_input_data without the download option it shows the missing files as follows. It did create the needed subdirectories (ndep/cmip7 under inputdata/atm).
```
Loading input file list: 'Buildconf/ctsm.input_data_list'
Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/datm.input_data_list'
Model datm missing file mesh = '/glade/campaign/cesm/cesmdata/inputdata/atm/ndep/cmip7/ndep_input4MIPs_surfaceFluxes_ESMFmesh_cdf5_c20251211.nc'
Model datm missing file file1 = '/glade/campaign/cesm/cesmdata/inputdata/atm/ndep/cmip7/ndep_input4MIPs_surfaceFluxes_CMIP_FZJ-CMIP-nitrogen-1-2_gn_185001-202212_c20251222.nc'
Loading input file list: 'Buildconf/mosart.input_data_list'
```
I'm pinging @mvertens and @mvdebolskiy here, because I'm assuming the data just needs to be rimported into the CESM inputdata repository.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.