Skip to content

Commit

Permalink
Merge pull request #16 from jbusecke/patch-2
Browse files Browse the repository at this point in the history
Increases max allowed windstress
  • Loading branch information
brodeau authored Jan 2, 2023
2 parents 5cf0f8b + 2a6813a commit 2d0dd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_const.f90
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ MODULE mod_const
REAL(wp), PARAMETER :: ref_rlw_min = 0._wp , ref_rlw_max = 750.0_wp ! Downwelling longwave radiation [W/m^2]

!! On computed fluxes:
REAL(wp), PARAMETER :: ref_tau_max = 5._wp ! Wind stress [N/m2]
REAL(wp), PARAMETER :: ref_tau_max = 10._wp ! Wind stress [N/m2]

!! IFS:

Expand Down

0 comments on commit 2d0dd17

Please sign in to comment.