CDEPS
CDEPS copied to clipboard
Community Data Models for Earth Prediction Systems
If CLM is removed from DATM_ settings in cime we'll need to coordinate that change in CDEPS. There are a bunch of instances of these in datm config_component.xml and namelist_definition,...
The temporally subsetted stream files need to be handled by the CDEPS for especially high resolution input datasets such as ERA5. To test the capability in the current version of...
We are in the process of adding JRA Repeat Year Forcing to CIME data models. This new capability will need to be added to CDEPS as well. see CIME PR:...
Defining both wind and stress components in namelist_definition_datm.xml is not working. I have tested both ``` u:v,taux:tauy ``` and ``` 'u:v','taux:tauy' ``` syntaxes and the stress components do not appear...
Need to understand relationship between shortwave bands and net shortwave rad. Currently it is provided directly from ERA5 and the total of the bands are not consistent with the swnet....
Currently, CLM_USRDAT_NAME, NEONSITE, and PLUMBER2SITE are defined in CTSM. These variables should be moved to CDEPS in order to enable testing on CDEPS and not just in CLM, which would...
I tried to create a case from another users source and ran into an error building cdeps. I'm still trying to locate the source of the issue. ``` Stream srcfiles...
### Description of changes Fixes a bug, and also makes it much simpler to run land-only SSP cases. ### Specific notes **Contributors other than yourself, if any:** @ekluzek **CDEPS Issues...
### Description of changes A new dice_datamode_cplhist_mod is adapted from docn_datamode_cplhist_mod. ### Specific notes Contributors other than yourself, if any: CDEPS Issues Fixed (include github issue #): https://github.com/NOAA-EMC/CDEPS/issues/61 Are there...
Some streams files are intended to be static, but that's seemingly not allowed. Instead, every streams file (and, presumably, every variable being read from streams files) must have a time...