Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from CESM-Development/fix_b1850g_tests
Two changes here: (1) Switch NCK B1850G test to use SWAV This is needed because WW3 currently doesn't support multi-instance (2) Change B1850G T31_g37_gl20 tests to f19 or f09 Main reason is that CAM6 apparently does not support T31. Other points are: (1) change these to use the production CISM resolution (partly so we're testing the production resolution, partly because we don't have grid aliases defined with gl20 for f19); (2) include at least one test of B1850G at the production resolution f09_g17. Some tests still fail, but I'm not sure what to do about this. Specifically: These pass: NCK_Ld5.f19_g17.B1850GWs.cheyenne_intel.allactive-defaultio SMS_Ld5.f09_g17.B1850G.cheyenne_intel.allactive-defaultio SMS_Ld5.f19_g17.B1850G.cheyenne_intel.allactive-defaultio This fails in the CLM build due to a build problem that makes no sense to me (and at the very least seems unrelated to this specific test); has this shown up in other tests? SMS_Ld5.f19_g17.B1850G1.cheyenne_gnu.allactive-defaultio /glade2/scratch2/sacks/cesm_code/cesm2_0_alpha06_newCimeConfig/components/clm/src/biogeophys/IrrigationMod.F90:1043:8: use pftconMod, only : pftcon 1 Error: Common block member ‘mpi_status_ignore’ at (1) cannot be an EQUIVALENCE object in the pure procedure ‘pointneedscheckforirrig’ (I guess a workaround would be to remove the pure designation on pointNeedsCheckForIrrig, but this error really makes no sense to me and smells more like a compiler bug than anything else.) Finally, this fails due to running out of wallclock time: SMS_Ld5.f19_g17.B1850G.hobart_nag.allactive-defaultio I'm retrying with a shorter test (1 day) and longer allowed wallclock time. I'll update the PR in the morning if that passes.
- Loading branch information