Skip to content

Commit

Permalink
changes to set up
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebarthel committed Mar 28, 2024
1 parent f1657e4 commit 85775b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 1 addition & 5 deletions compass/ocean/tests/baroclinic_gyre/namelist.forward
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ config_use_cvmix_convection = .true.
config_cvmix_background_diffusion = 1.0e-5
config_cvmix_background_viscosity = 1.0e-2
config_use_bulk_wind_stress = .true.
# config_eos_linear_alpha = 0.2
# config_eos_linear_beta = 0.
# config_eos_linear_Tref = 19.0
# config_eos_linear_Sref = 34.0
# config_eos_linear_densityref = 999.8
config_use_activeTracers_surface_restoring = .true.
config_eos_linear_alpha = 0.2
config_eos_linear_beta = 0.8
config_eos_linear_Tref = 5.0
Expand Down
5 changes: 4 additions & 1 deletion compass/ocean/tests/baroclinic_gyre/streams.forward
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,23 @@
<var name="indexSurfaceLayerDepth"/>
<var name="surfaceFrictionVelocity"/>
<var name="surfaceBuoyancyForcing"/>
<var name="seaIcePressure"/>
<var name="atmosphericPressure"/>
<var name="windStressZonal"/>
<var name="windStressMeridional"/>
<var name="BruntVaisalaFreqTop"/>
<var_array name="activeTracerSurfaceFluxTendency"/>

</stream>

<stream name="forcing_data"
filename_template="forcing.nc">

<var_struct name="tracersSurfaceFlux"/>
<var_struct name="tracersSurfaceRestoringFields"/>
<var_struct name="tracersInteriorRestoringFields"/>
<var name="windStressZonal"/>
<var name="windStressMeridional"/>
<var name="bottomDrag"/>
</stream>

</streams>

0 comments on commit 85775b3

Please sign in to comment.