From 0406b7d03f6b8c663775ea9f4ca537fa79b939dc Mon Sep 17 00:00:00 2001 From: Mariana Vertenstein Date: Mon, 1 Aug 2016 16:26:23 -0600 Subject: [PATCH] updates for cime5.0.4 --- ChangeLog | 70 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 62 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac5da5942d26..b28969726825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,58 @@ ====================================================================== +Originator: Jim Edwards +Date: Aug 01, 2016 +Tag: cime5.0.4 +Answer Changes: None +Tests: scripts_regression_tests +Dependencies: Needs clm branch containing LII test + +Description: + +- Updates of hobart machine +- Put provenance back in README - +- Update TestStatus to run tests multiple times in a case - Fix for +- Update test mods so that the user_nl_xxx files are not parsed multiple times +- Baseline indicates BFAIL if baseline directory is not found +- Add README files back to test directories +- Dynamically search for system tests, move LII test to CLM cime_config +- Add python profiling tool +- Minor bug fixes in prep_ocn_mod and prep_wav_mod pointed out by CRAY compiler + +Modified files: + +cime_config/acme/config_files.xml +cime_config/cesm/config_files.xml +cime_config/cesm/machines/config_batch.xml +cime_config/cesm/machines/config_compilers.xml +cime_config/cesm/machines/config_machines.xml +driver_cpl/driver/prep_ocn_mod.F90 +driver_cpl/driver/prep_wav_mod.F90 +scripts/Testing/Testcases/README +scripts/Tools/advanced-py-prof +scripts/Tools/bless_test_results +scripts/Tools/case.build +scripts/Tools/simple-py-prof +scripts/create_test +utils/python/CIME/SystemTests/README +utils/python/CIME/SystemTests/lii.py +utils/python/CIME/SystemTests/system_tests_common.py +utils/python/CIME/XML/env_test.py +utils/python/CIME/case.py +utils/python/CIME/case_test.py +utils/python/CIME/check_input_data.py +utils/python/CIME/system_test.py +utils/python/CIME/test_scheduler.py +utils/python/CIME/test_utils.py +utils/python/CIME/user_mod_support.py +utils/python/CIME/utils.py +utils/python/cs.submit.template +utils/python/tests/scripts_regression_tests.py + + + +==================================================================== + Originator: Jim Edwards Date: July 26, 2016 Tag: cime5.0.3 @@ -7,14 +60,15 @@ Answer Changes: None Tests: scripts_regression_tests Dependencies: -Brief Summary: fixes as a result of cesm2_alpha01b testing - print output from buildnml - improve mismatch argument to NAG compiler - fix memleak error if baseline not found - add support to create_test for ascii testfile - move pecount support from create_test to create_newcase - fix LII test, fix ERP test - reintroduce --verbose option +Brief Summary: +- fixes as a result of cesm2_alpha01b testing +- print output from buildnml +- improve mismatch argument to NAG compiler +- fix memleak error if baseline not found +- add support to create_test for ascii testfile +- move pecount support from create_test to create_newcase +- fix LII test, fix ERP test +- reintroduce --verbose option User interface changes: none