Erik Kluzek

Results 300 issues of Erik Kluzek

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

There are new CO2 datasets for CMIP7. So we should add new "cmip7_20tr" options for it to the XML option DATM_CO2_TSERIES. There's a host of other options for all the...

enhancement
CESM Only

The drof test in aux_cdeps using the f19_g17_rx1 grid alias fails because it's no longer defined in ccs_config. The exact test is: SMS_Ld3.f19_g17_rx1.2000_SATM_SLND_SICE_SOCN_DROF%NYF_SGLC_SWAV.derecho_intel PR #343 ran into this in it's...

bug

I wanted to get CTSM to work with SATM, and had problems, so I tried the "S" compset to see if it would work. And it doesn't. I ran into...

bug

The B4BFLAG can be removed from cime_config/config_component.xml once CESM components remove it from their testing.

enhancement

The only place where the timeseries values of atmospheric c13ratio and c14ratio is used is within the Photosynthesis code. However, there are other places in the code where the preindustrial...

enhancement
science
non-bfb

I noticed this in other work, on error reporting of filenames. There are some filenames where the namelist_definition is updated to 512 -- but the Fortran source only has 256....

priority: low
code health
bfb
usability
modernization
size: small

### Description of changes Experimental branch for working with using MPI_SCAN for the decomposition to get the gridcell offsets. This is starting off as very experimental with calls to asserts...

enhancement
code health
bfb
performance

In #3617 we found that vegwp_ln and vegwp_pd wasn't being set on restart when the restart is at nighttime. There's only a few variables that explicitly get set to zero...

enhancement
code health
modernization