Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions regression/adv-dyn/adv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ ADV_CORE_REPORT_TRACER_MASS: true
RUN_DT: 1800

mapl:
setServices:
sharedObj: libFVdycoreCubed_GridComp
userRoutine: advcore_setservices_

misc:
activate_all_exports: true
checkpoint:
Expand Down
9 changes: 7 additions & 2 deletions regression/adv-dyn/cap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ cap:
root_name: Root

mapl:

setServices:
sharedObj: libMAPL.cap

children:
Root:
dso: libconfigurable_gridcomp
config_file: root.yaml
dso: libconfigurable_gridcomp

History:
dso: libMAPL.history
config_file: history.yaml
dso: libMAPL.history

checkpointing:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions regression/adv-dyn/data-ana.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
mapl:
setServices:
sharedObj: libconfigurable_gridcomp

states:
internal:
DQVANA:
Expand Down
3 changes: 3 additions & 0 deletions regression/adv-dyn/data-moist.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
mapl:
setServices:
sharedObj: libconfigurable_gridcomp

states:
internal:
Q:
Expand Down
4 changes: 4 additions & 0 deletions regression/adv-dyn/data-phis-varflt.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
mapl:

setServices:
sharedObj: libconfigurable_gridcomp

states:
internal:
PHIS:
Expand Down
4 changes: 4 additions & 0 deletions regression/adv-dyn/data-tracers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
mapl:

setServices:
sharedObj: libconfigurable_gridcomp

states:
internal:
Q001:
Expand Down
4 changes: 4 additions & 0 deletions regression/adv-dyn/dyn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ geometry:
field_center: PE

mapl:
setServices:
sharedObj: libFVdycoreCubed_GridComp
userRoutine: fvdycorecubed_setservices_

misc:
checkpoint:
export: true
Expand Down
5 changes: 5 additions & 0 deletions regression/adv-dyn/history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ collections:
"[UKE,VKE]": {source: DYN.UV_KE}
"[UPHI,VPHI]": {source: DYN.UV_PHI}
"[UQV,VQV]": {source: DYN.UV_QV}

mapl:

setServices:
sharedObj: libMAPL.history
21 changes: 11 additions & 10 deletions regression/adv-dyn/root.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
mapl:

setServices:
sharedObj: libconfigurable_gridcomp

states: {}

geometry:
Expand All @@ -8,34 +12,31 @@ mapl:

children:
DYN:
dso: libFVdycoreCubed_GridComp
config_file: dyn.yaml
dso: libFVdycoreCubed_GridComp
setservices: fvdycorecubed_setservices_

ADV:
dso: libFVdycoreCubed_GridComp
config_file: adv.yaml
dso: libFVdycoreCubed_GridComp
setservices: advcore_setservices_

DataMoist:
dso: libconfigurable_gridcomp
config_file: data-moist.yaml
setservices: setservices_
dso: libconfigurable_gridcomp

DataTracers:
dso: libconfigurable_gridcomp
config_file: data-tracers.yaml
setservices: setservices_
dso: libconfigurable_gridcomp

DataPhisVarflt:
dso: libconfigurable_gridcomp
config_file: data-phis-varflt.yaml
setservices: setservices_
dso: libconfigurable_gridcomp

DataAna:
dso: libconfigurable_gridcomp
config_file: data-ana.yaml
setservices: setservices_
dso: libconfigurable_gridcomp

connections:
- src_name: TRADV
dst_name: TRADV
Expand Down
4 changes: 4 additions & 0 deletions regression/dyn-sa/cap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ cap:
root_name: Root

mapl:

setServices:
sharedObj: libMAPL.cap

children:
Root:
dso: libconfigurable_gridcomp
Expand Down
4 changes: 4 additions & 0 deletions regression/dyn-sa/data-moist.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
mapl:

setServices:
sharedObj: libconfigurable_gridcomp

states:
internal:
Q:
Expand Down
5 changes: 5 additions & 0 deletions regression/dyn-sa/dyn-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ geometry:
field_center: PE

mapl:

setServices:
sharedObj: libFVdycoreCubed_GridComp
userRoutine: fvdycorecubed_setservices_

misc:
activate_all_imports: true
activate_all_exports: true
Expand Down
5 changes: 5 additions & 0 deletions regression/dyn-sa/history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ collections:
"[UKE,VKE]": {source: DYNsa.UV_KE}
"[UPHI,VPHI]": {source: DYNsa.UV_PHI}
"[UQV,VQV]": {source: DYNsa.UV_QV}

mapl:

setServices:
sharedObj: libMAPL.history
6 changes: 5 additions & 1 deletion regression/dyn-sa/root.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
mapl:

setServices:
sharedObj: libconfigurable_gridcomp

states: {}

geometry:
Expand All @@ -11,7 +15,7 @@ mapl:
dso: libFVdycoreCubed_GridComp
config_file: dyn-sa.yaml
setservices: fvdycorecubed_setservices_
setservice: fvdycorecubed_setservices_

DataMoist:
dso: libconfigurable_gridcomp
config_file: data-moist.yaml
Expand Down
Loading