CMEPS
CMEPS copied to clipboard
NUOPC Community Mediator for Earth Prediction Systems
Currently, GLC runoff fluxes (which are generated when CISM is running with an evolving ice sheet; these are primarily solid ice representing ice calving, but there are also small liquid...
In #429 I added new code and a unit-tester for it under the CTSM PR that uses it. I'm wondering if unit-testers is something that should be added to CMEPS?...
I am running out-of-the-box G cases using CESM_alpha17f. The issue can be reproduced using: ``` /glade/work/gmarques/cesm.sandboxes/cesm2_3_alpha17f/cime/scripts/create_newcase --case g.e23_a17f.GJRAv4.TL319_t232_zstar_N65.2024.056 --compset 2000_DATM%JRA-1p4-2018_SLND_CICE_MOM6_DROF%JRA-1p4-2018_SGLC_SWAV_SESP --res TL319_t232 --run-unsupported --driver nuopc ``` with the following modifications:...
We need to add a new field to drv_flds_in that will be used by both CTSM and CAM. There is current work at adding a new dust emission scheme to...
### Description of changes Add a shared module for controlling how dust emissions are handled in CTSM and CAM. This will allow us to use the current dust emission options,...
It seems that following if statement is not working properly and tries to get mesh out of `cpl_scalars`. https://github.com/ESCOMP/CMEPS/blob/98dcf46c8886104b95cddfd5b02588b3dd9f6722/mediator/med_methods_mod.F90#L390 Just before the if statement the code tries to remove the...
Change any of the CLM tests in the testlist to use Clm60. Since, Clm51 is now deprecated with ctsm5.2.0
### Description of changes moves variable add_gusts from namelist_definition_drv.xml to namelist_definition_drv_flds.xml so that cam controls the settings. ### Specific notes Contributors other than yourself, if any: CMEPS Issues Fixed (include...
This can be seen with the following test: `ERS_Ld6_Vnuopc.f10_f10_musgs.IHistClm50SpRsGs.cheyenne_intel.clm-decStart `The original values of the orbital settings are: ``` orb_eccen = 1.e36 orb_iyear = 1850 orb_iyear_align = 1850 orb_mode = variable_year...
Places some variables in ``aoflux`` routine behind cesm-coupling mode control. fixes #448