Sam Rabin
Sam Rabin
### Description of changes Previously, the recommended way to get annual crop yield was to sum up daily-average values of `GRAINC_TO_FOOD` over a year, then multiply by the number of...
### Brief summary of bug In older versions of CLM, the use of `get_curr_calday()` instead of `get_prev_calday()` would sometimes cause crops to be sown in the last timestep of Dec....
Perhaps not worth worrying about, but after the recent `conda` upgrade on Izumi I was wondering if the Python 3.7.0 specification is unnecessary. It turns out, if you specify Python...
Presently, it's possible to have an `fsurdat_modifier` config file with this specification: ``` [modify_fsurdat_subgrid_fractions] PCT_CROP = 100.0 PCT_NATVEG = 0.0 PCT_GLACIER = 0.0 PCT_LAKE = 0.0 PCT_URBAN = 0.0 0.0...
### Description of changes Standardizes a dimension name of output variable `time_bounds` (from `hist_interval` to `nbnd`), as well as attributes for that plus `mcdate`, `mcsec`, `mdcur`, and `mscur`. ### Specific...
At the definition of many parameters in `pftconMod`, many have only generic descriptions that do not help with understanding of the code. E.g.: https://github.com/ESCOMP/CTSM/blob/1e2e2c35d9568c94eac6cb606f37c18294158682/src/main/pftconMod.F90#L178-L183 These comments should be replaced with...
As discussed earlier with @ekluzek, I think it'd be good to have the RXCROPMATURITY system test run as part of the aux_clm test suite. However, in its usual configuration—SMS_Ly5 on...
Errors with ``` ERROR: PFUNIT_PATH not found for this machine and compiler ``` This can be fixed with an externals update. For now, testing on Izumi works. I'll soon submit...
### Description of changes Adds `RUNNEON` SystemTest, which is designed to replicate a simple `./run_neon` call in a way that can be added to aux_clm. Not yet working! ### Specific...
### Description of changes Adds a Github workflow that checks whether a PR has any documentation build errors. To resolve existing docs errors in order for this new check to...