Skip to content

Commit

Permalink
Merge pull request #533 from xylar/add_submeso_to_daily_output
Browse files Browse the repository at this point in the history
Enable submeso. parameterization in `global_ocean`
  • Loading branch information
xylar authored Apr 13, 2023
2 parents 8cbd3b7 + 51a971f commit c485622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
<var name="atmosphericPressure"/>
<var name="normalGMBolusVelocity"/>
<var name="vertGMBolusVelocityTop"/>
<var name="normalMLEvelocity"/>
<var name="vertMLEBolusVelocityTop"/>
<var name="GMBolusVelocityZonal"/>
<var name="GMBolusVelocityMeridional"/>
<var name="cGMphaseSpeed"/>
Expand Down
1 change: 1 addition & 0 deletions compass/ocean/tests/global_ocean/namelist.forward
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ config_Redi_min_layers_diag_terms = 8
config_use_GM = .true.
config_AM_mixedLayerDepths_enable = .true.
config_AM_mixedLayerDepths_compute_interval = 'dt'
config_submesoscale_enable = .true.

0 comments on commit c485622

Please sign in to comment.