-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I discovered last week that we can't currently make a case or test that includes DGLC using a CISM-Wrapper checkout. when I'm in cism-wrapper and I ask for: ./create_test SMS_D_Ly1.f09_g17_gris4.1850_DATM%GSWP3v1_CLM50%BGC-CROP_SICE_SOCN_MOSART_DGLC%NOEVOLVE_SWAV_SESP.derecho_intel
I see the error: ERROR: Config file /glade/work/katec/lndice/katetc_cismwrap_dglcwork/components/cpl7/components/data_comps_nuopc/dglc/cime_config/config_component.xml for component dglc not found.
Bill Sacks says this is:
– a subtle aspect of how CIME finds component roots
for components like CISM that support a standalone checkout.I think you need to fix some paths in
https://github.com/ESCOMP/CISM-wrapper/blob/master/.config_files.xml
to match what's in
https://github.com/ESMCI/cime/blob/master/CIME/data/config/cesm/config_files.xml
e.g., pointing to cdeps instead of cpl7.
So, I'd like to update CISM-wrapper to fix this problem, and probably add a test or two for DGLC so we can keep an eye on it better.