Skip to content

Commit

Permalink
Merge pull request #825 from sbrus89/global_ocean_wave_drag_fix
Browse files Browse the repository at this point in the history
Turn off topographic wave drag in global ocean cases
  • Loading branch information
xylar authored Jun 4, 2024
2 parents 675d4b0 + c98c235 commit 3490abe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion compass/ocean/tests/global_ocean/mesh/qu240/namelist.rk4
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ config_tracer_del4 = 1.2e11
config_use_Leith_del2 = .true.
config_use_GM = .true.
config_use_frazil_ice_formation = .true.
config_use_topographic_wave_drag = .true.
config_write_output_on_startup = .false.
config_use_debugTracers = .true.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ config_tracer_del4 = 1.2e11
config_use_Leith_del2 = .true.
config_use_GM = .true.
config_use_frazil_ice_formation = .true.
config_use_topographic_wave_drag = .true.
config_write_output_on_startup = .false.
config_use_debugTracers = .true.

0 comments on commit 3490abe

Please sign in to comment.