Francis Vitt
Francis Vitt
> I now have lots of tests in ~elundgren/scratch. Could you tell me what tests to look at? Or do you run a script to evaluate all of them at...
> @fvitt, I have rebased locally and will run tests on derecho and izumi prior to pushing. However, when I try to use test_driver.sh I get this error: `ERROR: Must...
@lizziel Try submitting the tests on izumi like this: ``` env CAM_FC=NAG BL_TESTDIR=/fs/cgd/csm/models/atm/cam/pretag_bl/cam6_4_027_nag test_driver.sh -f env CAM_FC=GNU BL_TESTDIR=/fs/cgd/csm/models/atm/cam/pretag_bl/cam6_4_027_gnu test_driver.sh -f ```
> Still not working... > > ``` > $ env CAM_FC=NAG BL_TESTDIR=/fs/cgd/csm/models/atm/cam/pretag_bl/cam6_4_027_nag ./test_driver.sh -f --cesm geoschem > > CESM_BASELINE /fs/cgd/csm/models/atm/cam/pretag_bl/cam6_4_027_nag not found. Check BL_TESTDIR for correct tag name. > ```...
@cacraigucar This is ready for review by others.
> Regarding input files, is there a procedure for detecting when new inputs files are added? Should I be creating an issue when there are files I add, or alerting...
@lizziel I have submitted the regression tests. I assume we are expecting bit-for-bit unchanged results for all configurations that are not GEOSCHEM.
> @fvitt Here is the line in ChemNamelist.pm that needs to be replaced: https://github.com/ESCOMP/CAM/blob/cam_development/bld/perl5lib/Build/ChemNamelist.pm#L300 @jedwards4b I will try alternative implementations.
@jedwards4b I would like to test the follwing chenages. Do you see any problems with this? ``` diff --git a/bld/perl5lib/Build/ChemNamelist.pm b/bld/perl5lib/Build/ChemNamelist.pm index 7d4f5a61..b74e45a9 100644 --- a/bld/perl5lib/Build/ChemNamelist.pm +++ b/bld/perl5lib/Build/ChemNamelist.pm @@ -16,6...
> It's worth a try - you can compare the dry_dep_list in Buildconf/camconf in the case directory after running preview_namelist There are several differnt waccm and cam-chem configurations where I...