diff --git a/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/cap.yaml b/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/cap.yaml deleted file mode 100644 index 096ea9e8f..000000000 --- a/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/cap.yaml +++ /dev/null @@ -1,36 +0,0 @@ -cap: - name: CAP - restart: cap_restart.yaml - - clock: - dt: PT450S - start: 1891-03-01T00:00:00 - stop: 2999-03-02T21:00:00 - segment_duration: PT450S ! one step - - run_extdata: false - run_history: false - root_name: Root - - mapl: - - setServices: - sharedObj: libMAPL.cap - - children: - Root: - config_file: root.yaml - dso: libconfigurable_gridcomp - - checkpointing: - enabled: true - final: true - path: checkpoints - -esmf: - logKindFlag: ESMF_LOGKIND_MULTI_ON_ERROR - logAppendFlag: false - -mapl: - model_petcount: 6 - diff --git a/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/cap_driver.yaml b/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/cap_driver.yaml new file mode 100644 index 000000000..125b909d5 --- /dev/null +++ b/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/cap_driver.yaml @@ -0,0 +1,14 @@ +cap_gridcomp_config: cap_gridcomp.yaml +name: CAP +restart: cap_restart.yaml + +clock: + dt: PT450S + start: 1891-03-01T00:00:00 + stop: 2999-03-02T21:00:00 + segment_duration: PT450S ! one step + +checkpointing: + enabled: true + final: true + path: checkpoints diff --git a/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/cap_gridcomp.yaml b/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/cap_gridcomp.yaml new file mode 100644 index 000000000..aac5d313d --- /dev/null +++ b/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/cap_gridcomp.yaml @@ -0,0 +1,11 @@ +run_extdata: false +run_history: false +root_name: Root + +mapl: + setServices: + sharedObj: libMAPL.cap + children: + Root: + config_file: root.yaml + dso: libconfigurable_gridcomp diff --git a/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/mapl.yaml b/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/mapl.yaml new file mode 100644 index 000000000..e426281c6 --- /dev/null +++ b/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp/regression/gwd-ncar-sa/mapl.yaml @@ -0,0 +1,8 @@ +app: + config: cap_driver.yaml + +esmf: + logKindFlag: ESMF_LOGKIND_MULTI_ON_ERROR + logAppendFlag: false + +app_petcount: 6