CDEPS
CDEPS copied to clipboard
Community Data Models for Earth Prediction Systems
In #228 @olyson updated most cplhist stream definitions to work with CMEPS output. However, he did not change the presndep.cplhist stream, in part because this isn't fully hooked up. Once...
We should remove the use of the CIME.XML.generic_xml method xml_element from stream_cdeps.py and use only higher level calls. These lowlevel routines are not meant to be called from outside the...
CESM has a `CCSM_CO2_PPMV` variable in `env_run.xml`; it could be helpful for testing if there was a way to have datm pass that value to CMEPS to send to land...
**Summary:** CESM uses `CCSM_BGC` to control which components are expecting to send / receive CO2, but datm triggers a `flds_co2` flag based on `DATM_CO2_TSERIES`. Despite that setting, it seems like...
I am trying to create a generic mode for datm like copyall in docn. This will be used for replacement of ATMMESH used in CoastalApp and initially provide only `Sa_pslv`,...
Right now the list of streams is hardcoded inside the infrastructure that builds the streams.xml for the case. This is great for standard cases, but not flexible when the user...
I noticed that many (all?) of the stream_definition xml files define a first_year and last_year like this: https://github.com/billsacks/CDEPS/blob/48a26e6e39a0a1dbfca506192fab089344f49725/datm/cime_config/stream_definition_datm.xml#L206 I see two problems with this: 1. If you change the start...
I am testing CDEPS with generic driver and the configuration only involves DATM+LND components. The LND component does not require all the fields that are provided by the DATM and...
In CDEPS in standalone mode, the module files that are installed to include directory are not complete. `*_comp_nuopc.mod` files are missing which is required to use in external application.
Rather than having ZBOT hardcoded in datm we want to have it read from a file. The file will only have one latitude/longitude and time-sample. Hence, most of this will...