CDEPS icon indicating copy to clipboard operation
CDEPS copied to clipboard

Community Data Models for Earth Prediction Systems

Results 86 CDEPS issues
Sort by recently updated
recently updated
newest added
trafficstars

We want to deprecate and remove DIN_LOC_ROOT_CLMFORC in CESM and use softlinks for cases where inputdata needs to reside on multiple disks. The parent issue for this is in cime...

CESM Only
Responsibility: CTSM

The DATM%CRU_ option still has a few vestiges in place, and should be removed to remove uneeded complexity. I don't think it's fully specified and at this point if you...

enhancement
CESM Only
answers are bfb
Responsibility: CTSM

With #292 the default for users setting up SSP cases will be to use AF for that SSP. I'm not sure if they can easily change this to something else?...

enhancement
question
CESM Only
answers are bfb
Responsibility: CTSM

Looks like these did not get migrated over to CDEPS. I actually need to update these, but can we at least put a version here? https://github.com/ESMCI/cime/tree/cime5.6.50/src/components/data_comps/docn There was also a...

I've been struggling to understand how best to configure data streams files, and it basically comes down to first and last time steps. Easiest to show with an example: -...

I think this maybe something that's really done in the host code that calls streams. But, I'm adding it here in case there are changes required in CDEPS. And because...

enhancement
answers are bfb
Responsibility: CTSM

Because of #358 the options for DATM_CO2_SERIES that have latitude bounds should be removed since they don't work correctly. Here's the list from the stream_definition_datm.xml file: co2tseries.20tr.latbnd co2tseries.SSP1-1.9.latbnd co2tseries.SSP1-2.6.latbnd co2tseries.SSP2-4.5.latbnd...

bug
Responsibility: CTSM

You can create streams for stream files that don't have a mesh that comes with them (by meshfile='none'). This works fine for datasets that are a single data point. But,...

bug
enhancement
Responsibility: CTSM

The ciode in dshr_strdata_mod silently sets mapalgo to "none" whena mesh file isn't given ``` fortran if (.not. ESMF_MeshIsCreated(stream_mesh)) then sdat%stream(ns)%mapalgo = 'none' else ``` This is problematic, because then...

enhancement
answers are bfb
Responsibility: CTSM

### Description of changes A companion to https://github.com/ESMCI/ccs_config_cesm/pull/255, this PR is necessary to support a new runoff data set ### Specific notes Contributors other than yourself, if any: @manishvenu CDEPS...