Adrianna Foster
Adrianna Foster
### Brief summary of bug The FUNIT test is no longer working on izumi. This doesn't seem to be related to a code change, but rather to a change on...
In running on my own personal computer, I encountered a bug with the python `buildlib` script. `nextline` is set up as an empty string [here](https://github.com/ESCOMP/CDEPS/blob/f7e657e6f0ad2e758534b0e2cd195f18e8f08ecc/cime_config/buildlib#L179), but strings cannot be appended...
### Description of changes In reading through `clm_drv`, I found [this set of if/else statements](https://github.com/ESCOMP/CTSM/blob/1e2e2c35d9568c94eac6cb606f37c18294158682/src/main/clm_driver.F90#L229) to be a bit squirrelly. I think the logic of it could be improved for...
I have been trying to re-run a case that completed by setting "CONTINUE_RUN=FALSE" and then resubmitting, however I get a strange error having to do with "trace streams" in my...
It would be nice to have a similar script to [FATES](https://github.com/NGEET/fates/blob/main/testing/run_fates_tests.py) so that we can run small pieces of the CTSM code. Once we move the FATES methods into [CIME](https://github.com/ESMCI/cime/issues/4651),...
TRENDY gave us a new population dataset (which is used in our fire models). It's located `/glade/derecho/scratch/afoster/TRENDY_2024/inputs/pop/population.nc` right now. Compare to the default dataset we currently use which is `/glade/campaign/cesm/cesmdata/inputdata/lnd/clm2/firedata/clmforc.Li_2017_HYDEv3.2_CMIP6_hdm_0.5x0.5_AVHRR_simyr1850-2016_c180202.nc`...
### Description of changes Companion to FATES PR [1247](https://github.com/NGEET/fates/pull/1247) ### Specific notes Just updates the location of a constant. Are answers expected to change (and if so in what way)?...
### Brief summary of bug If a variable is in both `hist_fexcl` and `hist_fincl` the code seems to assume `hist_fincl`. This can result in a crash if having the variable...
### Description of changes Fixes broken documentation links in tech note and users guide - WIP ### Specific notes Some links I couldn't find - so we'll need to address...
### Brief summary of bug Two links in our users guide ([here](https://github.com/ESCOMP/CTSM/blob/35cc54f0d7a8536ae431b1c611f5ca5beb7c154d/doc/source/users_guide/setting-up-and-running-a-case/customizing-the-clm-configuration.rst?plain=1#L506) and [here](https://github.com/ESCOMP/CTSM/blob/35cc54f0d7a8536ae431b1c611f5ca5beb7c154d/doc/source/users_guide/setting-up-and-running-a-case/customizing-the-datm-namelist.rst?plain=1#L14)) are broken. I found in the CIME users guide that they are also seemingly broken (see[...