CESM-Development / cime

Common Infrastructure for Modeling the Earth
Other
16 stars 13 forks source link

Need to copy drv_flds_in file over to RUNDIR #473

Closed ekluzek closed 8 years ago

ekluzek commented 8 years ago

@mvertens, @jedwards4b, @fischer-ncar here's a simple change I need...

It won't change answers in most cases, except new diagnostic fields. I think it might change answers for some CAM-CHEM cases though.

Simple copy missing from drv buildnml...

[erik@yslogin1 cime]$ svn diff

Index: driver_cpl/cime_config/buildnml

--- driver_cpl/cime_config/buildnml (revision 8940) +++ driver_cpl/cime_config/buildnml (working copy) @@ -80,6 +80,9 @@ $sysmod = "cp $CASEBUILD/cplconf/drv_in ${RUNDIR}/."; system($sysmod) == 0 or die "ERROR cpl.buildnml: $sysmod failed: $?\n";