Erik Kluzek
Erik Kluzek
Besides the complexity that use_case options provide as recognized in #1763, we frequently get confused as to what should go in the use_case files -- and what goes elsewhere (for...
Update compsets: - [ ] Match them based on the compset document: https://docs.google.com/spreadsheets/d/1nJl4lbbwBq60quyaERJ6OvVJxF4kDu4xX7zZenZgyB8/edit?gid=1789776230#gid=1789776230 - [ ] Update clm6_0 to use CRUJRA2024 forcing - [x] clm6_0 turns on c13/c14 by default...
Most of the modules that handle streams data have g_to_ig arrays to convert the indexing. I think this was required at some point years ago, but now it isn't, as...
As part of getting ready for CMIP7 experiments, we will need to start testing the workflow for it. This means testing running the cmip7 workflow with CMORization, time-series output, and...
In CMIP6 we managed the experiments with a set of user-mods in order to have the correct list of output fields and frequencies. Because of the complexity of the experiments...
We found this in #3634 for Carbon Isotopes. But, this is a general problem for using the "nn" mapalgo option for streams for ESMF versions before ESMF-8.9.0. OK, the failing...
### Description of changes This brings in changes to use the correct C13/C134 atmospheric ratio more. I need a scientist working in the C13/C14 space to review this. ### Specific...
### Brief summary of bug UPDATE also posted below: The tests that started failing with ctsm5.3.032 have been resolved. ------------------------------------------------------------------------------------------------------- These two tests start failing with ctsm5.3.032 > 3200/3264 <...
### Description of changes Just updates to the cime branch that fixes the check_input_data --download issue. ### Specific notes Contributors other than yourself, if any: @jedwards4b CTSM Issues Fixed (include...
This is often something that's helpful to make code readable and complex if statements to be unit-testable. The logic for a complex if statement can be hard to understand. That...