Erik Kluzek
Erik Kluzek
CESM3 has removed the POP ocean model, and now only has the MOM ocean model with the t232 grid. To be consistent with this change we should change our mizuRoute...
We need to update the license from the GPL license to a license that we'll be able to release mizuRoute with CESM3.0. This will also require changes to the code.
@adrifoster found this in a case she was running where she had too many MPI tasks for the size of the grid being run on. The following error shows up...
We want to deprecate and remove DIN_LOC_ROOT_CLMFORC in CESM and use softlinks for cases where inputdata needs to reside on multiple disks. The parent issue for this is in cime...
The DATM%CRU_ option still has a few vestiges in place, and should be removed to remove uneeded complexity. I don't think it's fully specified and at this point if you...
With #292 the default for users setting up SSP cases will be to use AF for that SSP. I'm not sure if they can easily change this to something else?...
We want to remove the use of the DIN_LOC_ROOT_CLMFORC XML variable. Parent issue is: https://github.com/ESMCI/cime/issues/3097
CIME sets the XML variable MODEL_VERSION. And model_version is part of the buildnml for the nuopc.runconfig configure file. But, it looks like the driver doesn't read it in and set...
### Description of changes Correct the input groups with filenames to be added to cpl.input_data_list. Add more error messaging to the log files around rpointer errors. Set the drv_restart_pointer by...
Many of the masks being used in the aux_cmeps testlist use the land/ocean mask for POP rather than t232 from MOM: ``` xml ``` So changed to these grids: f19_t232_rx1,...