File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
polaris/tasks/ocean/barotropic_channel Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 11mpas-ocean :
22 time_management :
33 config_stop_time : none
4- config_run_duration : 0001_00 :00:00
4+ config_run_duration : 0010_00 :00:00
55 time_integration :
6- config_dt : 00:05 :00
6+ config_dt : 00:01 :00
77 config_time_integrator : split_explicit_ab2
8+ # config_time_integrator: RK4
89 io :
910 config_write_output_on_startup : false
11+ lateral_walls :
12+ config_wall_slip_factor : 0.0
1013 hmix_del2 :
1114 config_use_mom_del2 : true
1215 config_mom_del2 : {{ nu }}
16+ pressure_gradient :
17+ config_pressure_gradient_type : pressure_and_zmid
1318 bottom_drag :
1419 config_implicit_bottom_drag_type : constant
15- config_implicit_constant_bottom_drag_coeff : 1.0e-2
20+ config_implicit_constant_bottom_drag_coeff : {{ drag }}
21+ ALE_vertical_grid :
22+ config_vert_coord_movement : uniform_stretching
23+ config_ALE_thickness_proportionality : restingThickness_times_weights
1624 cvmix :
1725 config_cvmix_background_scheme : none
1826 config_use_cvmix_convection : true
1927 split_explicit_ts :
20- config_btr_dt : 00:00:10
28+ config_btr_dt : 00:00:05
2129 forcing :
2230 config_use_bulk_wind_stress : true
31+ debug :
32+ config_disable_vel_coriolis : true
2333 streams :
2434 mesh :
2535 filename_template : initial_state.nc
@@ -50,4 +60,5 @@ mpas-ocean:
5060 - vertVelocityTop
5161 - density
5262 - daysSinceStartOfSim
63+ - circulation
5364 - relativeVorticity
You can’t perform that action at this time.
0 commit comments