Skip to content

Commit 2c82f97

Browse files
committed
WIP add Omega forcing to namelist and streams
1 parent af61824 commit 2c82f97

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

polaris/ocean/model/mpaso_to_omega.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,21 @@ config:
6767
config_use_mom_del4: VelHyperDiffTendencyEnable
6868
config_mom_del4: ViscDel4
6969

70+
- section:
71+
forcing: Tendencies
72+
options:
73+
config_use_bulk_wind_stress: WindForcingTendencyEnable
74+
75+
- section:
76+
debug: Tendencies
77+
options:
78+
config_disable_vel_explicit_bottom_drag: BottomDragTendencyEnable
79+
80+
- section:
81+
bottom_drag: Tendencies
82+
options:
83+
config_explicit_bottom_drag_coeff: BottomDragCoeff
84+
7085
- section:
7186
manufactured_solution: ManufacturedSolution
7287
options:

polaris/tasks/ocean/barotropic_gyre/forward.yaml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,21 @@ ocean:
1212
config_mom_del2: {{ nu }}
1313
hmix_del4:
1414
config_use_mom_del4: false
15+
forcing:
16+
config_use_bulk_wind_stress: true
17+
bottom_drag:
18+
config_explicit_bottom_drag_coeff: 0.001
19+
debug:
20+
config_disable_vel_explicit_bottom_drag: false
1521

1622
mpas-ocean:
1723
run_modes:
1824
config_ocean_run_mode: forward
1925
decomposition:
2026
config_block_decomp_file_prefix: graph.info.part.
2127
bottom_drag:
28+
config_bottom_drag_mode: explicit
2229
config_implicit_constant_bottom_drag_coeff: 0.
23-
forcing:
24-
config_use_bulk_wind_stress: true
2530
debug:
2631
config_disable_vel_hadv: true
2732
config_disable_vel_hmix: false
@@ -62,10 +67,17 @@ Omega:
6267
NVertLevels: 1
6368
IOStreams:
6469
InitialState:
70+
UsePointerFile: false
6571
Filename: init.nc
72+
Mode: read
73+
Precision: double
74+
Freq: 1
75+
FreqUnits: OnStartup
76+
UseStartEnd: false
6677
Contents:
67-
- LayerThickness
68-
- NormalVelocity
78+
- State
79+
- WindStressZonal
80+
- WindStressMeridional
6981
History:
7082
Filename: output.nc
7183
Freq: {{ output_frequency }}
@@ -75,6 +87,5 @@ Omega:
7587
FileFreq: 9999
7688
FileFreqUnits: years
7789
Contents:
78-
- LayerThickness
79-
- NormalVelocity
80-
- SshCellDefault
90+
- State
91+
- SshCell

0 commit comments

Comments
 (0)