Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ocean_only/external_gwave/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,11 @@ HBBL = 0.001 ! [m]
MAXVEL = 10.0 ! [m s-1] default = 3.0E+08
! The maximum velocity allowed before the velocity
! components are truncated.
VEL_UNDERFLOW = 1.0E-50 ! [m s-1] default = 0.0
! A negligibly small velocity magnitude below which velocity
! components are set to 0. A reasonable value might be
! 1e-30 m/s, which is less than an Angstrom divided by
! the age of the universe.

! === module MOM_PointAccel ===

Expand Down
2 changes: 1 addition & 1 deletion ocean_only/external_gwave/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ CFL_TRUNCATE_RAMP_TIME = 0.0 ! [s] default = 0.0
CFL_TRUNCATE_START = 0.0 ! [nondim] default = 0.0
! The start value of the truncation CFL number used when
! ramping up CFL_TRUNC.
VEL_UNDERFLOW = 0.0 ! [m s-1] default = 0.0
VEL_UNDERFLOW = 1.0E-50 ! [m s-1] default = 0.0
! A negligibly small velocity magnitude below which velocity
! components are set to 0. A reasonable value might be
! 1e-30 m/s, which is less than an Angstrom divided by
Expand Down
5 changes: 5 additions & 0 deletions ocean_only/external_gwave/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@ HMIX_FIXED = 1.0E-10 ! [m]
MAXVEL = 10.0 ! [m s-1] default = 3.0E+08
! The maximum velocity allowed before the velocity
! components are truncated.
VEL_UNDERFLOW = 1.0E-50 ! [m s-1] default = 0.0
! A negligibly small velocity magnitude below which velocity
! components are set to 0. A reasonable value might be
! 1e-30 m/s, which is less than an Angstrom divided by
! the age of the universe.

! === module MOM_PointAccel ===

Expand Down