diff --git a/ChangeLog b/ChangeLog index b026909aa6a..d31a74e61ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,49 @@ ====================================================================== +Originator: Chris Fischer +Date: 9-30-2019 +Tag: cime5.6.24 +Answer Changes: None +Tests: aux_cam tests, cime_developer tests, scripts_regression_tests + tested workflow by hand +Dependencies: + +Brief Summary: + - Add namelist for minimum wind speed for atmOcn fluxes. + - Address objection to using case in workflow. + - Fix case of workflow job prior to case.run or case.test. + - Fix bug in SCAM. + +User interface changes: + +PR summary: git log --oneline --first-parent [previous_tag]..master +cf62e3524 Merge pull request #3251 from cacraigucar/atmOcn_wind +98d8115ac Merge pull request #3246 from jedwards4b/workflow_casetoworkflow_id +829138e73 Merge pull request #3242 from jedwards4b/workflow_before_run_fix +7b1b3208c Merge pull request #3238 from cacraigucar/maint-5.6 + + +Modified files: git diff --name-status [previous_tag] +M config/cesm/machines/config_workflow.xml +M config/e3sm/machines/config_workflow.xml +M config/xml_schemas/config_workflow.xsd +M scripts/Tools/preview_run +M scripts/create_newcase +M scripts/lib/CIME/XML/env_batch.py +M scripts/lib/CIME/XML/workflow.py +M scripts/lib/CIME/case/case.py +M scripts/lib/CIME/case/case_submit.py +M src/drivers/mct/cime_config/namelist_definition_drv.xml +M src/drivers/mct/main/seq_flux_mct.F90 +M src/share/util/shr_flux_mod.F90 +M src/share/util/shr_scam_mod.F90 + + + +====================================================================== + +====================================================================== + Originator: Chris Fischer Date: 9-11-2019 Tag: cime5.6.23