Erik Kluzek
Erik Kluzek
ndep2 was renamed, and ndep3 was removed.
@negin513 and @billsacks note the following. There are some CPP #ifdef's and that's something we've tried to move away from. There's also a bunch of constants that are set in...
@negin513 and I talked with @juliusvira yesterday. We came up with some thing's we'd like to see: - Move shared parameters to module data - Remove the CPP token that's...
@juliusvira and I met to talk about the code. Going over it I think most of the changes to the code have been done. Still some constants could be worked...
I tried this with the above suggested fix for the test: SMS_D_Ld1.f10_f10_mg37.I2000Clm60Sp.derecho_intel.clm-default and it properly lists the files: mesh_mask = /glade/campaign/cesm/cesmdata/inputdata/share/meshes/gx3v7_120309_ESMFmesh.nc mesh_atm = /glade/campaign/cesm/cesmdata/inputdata/share/meshes/10x15_nomask_c110308_ESMFmesh.nc mesh_lnd = /glade/campaign/cesm/cesmdata/inputdata/share/meshes/10x15_nomask_c110308_ESMFmesh.nc mesh_rof = /glade/campaign/cesm/cesmdata/inputdata/share/meshes/r05_nomask_c110308_ESMFmesh.nc...
Should the rpointer file also be added to existence checking?
> Should the rpointer file also be added to existence checking? @jedwards4b confirmed in the CSEG meeting that we should NOT do this as there is seperate checking for the...
@billsacks @jedwards4b @fischer-ncar the following change I've tried gets preview_namelists to run. Does this look like the correct change to bring in? ``` xml diff --git a/cime_config/namelist_definition_drv.xml b/cime_config/namelist_definition_drv.xml index 80a59931..35822544...
I just verified that this does NOT occur in cesm3_0_alpha03d. So must be a problem just in a CAM checkout? @cacraigucar
@jedwards4b no @billsacks is right, in the cam checkout it fails as above using both cmeps1.0.20 and cmeps1.0.19 -- but works using cmeps1.0.18. I still don't know why it works...