CDEPS icon indicating copy to clipboard operation
CDEPS copied to clipboard

Community Data Models for Earth Prediction Systems

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

In CISM, subroutine glad_gcm (in glad_main.F90) is set up to receive two 3D ocean fields on the CISM grid: ```F90 real(dp),dimension(:,:,:),intent(in) :: salinity ! input ocean salinity (g/kg) real(dp),dimension(:,:,:),intent(in) ::...

enhancement

we usually need no more than a single year for tests

Filenames for the NEON datasets are especially long for tests since it uses an absolute path for $RUNDIR and then includes deep subdirectories beneath that. See this discussion here... https://github.com/ESCOMP/CTSM/issues/2310#issuecomment-2007647459...

enhancement
Responsibility: CTSM

Around the time when we switch to using NUOPC as our standard way of operating in CESM – and at least before scientific testing begins in earnest for CESM3 –...

enhancement

In CTSM we use streams for files with a single time instance. Hence these files can be used at initialization and then closed and memory deallocated afterwards. We have a...

enhancement
Responsibility: CTSM

Need a test in fortran to assure that the stream meshfile is correct for the stream datafiles.

enhancement
Critical
Responsibility: CTSM

In particular, `SMS_Ld5.f09_g17.ISSP460Clm50BgcCrop.derecho_intel.clm-ciso_dec2050Start` complains ERROR: No stream_entry presaero.SSP4-6.0 found' I did not come across a relevant issue, bug, or PR in https://github.com/ESCOMP/CDEPS, so I'm reporting the problem here and removing...

I think that current implementation of CDEPS does not allow to handle data files on unstructured mesh. It seems that [shr_strdata_set_stream_iodesc()](https://github.com/ESCOMP/CDEPS/blob/4a38196540e9397147eacac244960ce72ad8f8d3/dshr/dshr_mod.F90#L240) has some assumptions (like 2d fields are assuming both...

enhancement

### Description of changes Removes requirement for manage_externals, uses git submodules instead. ### Specific notes Contributors other than yourself, if any: CDEPS Issues Fixed (include github issue #): Are there...

I ran a case with some forcing files that had zero size. Obviously that is a problem and I shouldn't expect it to run. The problem is that I don't...

enhancement