Skip to content

Commit

Permalink
schism: Disable ramping
Browse files Browse the repository at this point in the history
Fixes #192
  • Loading branch information
pmav99 committed Aug 2, 2024
1 parent b399a02 commit 125801d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyposeidon/misc/param.nml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
! Main ramp option
!-----------------------------------------------------------------------
! nramp = 0 !ramp-up option (1: on; 0: off)
dramp = 1. !needed if nramp=1; ramp-up period in days
dramp = 0. !needed if nramp=1; ramp-up period in days

! nrampbc = 0 !ramp-up flag for baroclinic force
drampbc = 1. !not used if nrampbc=0
drampbc = 0. !not used if nrampbc=0

!-----------------------------------------------------------------------
! Method for momentum advection. 0: ELM; 1: upwind (not quite working yet)
Expand Down Expand Up @@ -190,7 +190,7 @@
!1-modified Grant-Madsen formulation; 2-Soulsby (1997)
hmin_radstress = 1. !min. total water depth used only in radiation stress calculation [m]
! nrampwafo = 0 !ramp-up option for the wave forces (1: on; 0: off)
drampwafo = 1. !needed if nrampwafo=1; ramp-up period in days
drampwafo = 0. !needed if nrampwafo=1; ramp-up period in days
turbinj = 0.15 !% of depth-induced wave breaking energy injected in turbulence (default: 0.15 (15%), as proposed by Feddersen, 2012)
! Vortex Force terms (off/on:0/1)
! fwvor_advxy_stokes = 1 ! --> Stokes drift advection (xy), Coriolis
Expand Down Expand Up @@ -271,7 +271,7 @@
!-----------------------------------------------------------------------
if_source = 0
! nramp_ss = 1 !needed if if_source=1; ramp-up flag for source/sinks
dramp_ss = 2 !needed if if_source=1; ramp-up period in days
dramp_ss = 0 !needed if if_source=1; ramp-up period in days
! meth_sink = 0 !options to treat sinks @ dry elem

!-----------------------------------------------------------------------
Expand Down Expand Up @@ -499,7 +499,7 @@
nws = 2
wtiminc = 400. !time step for atmos. forcing. Default: same as dt
! nrampwind = 1 !ramp-up option for atmos. forcing
drampwind = 1. !needed if nrampwind/=0; ramp-up period in days
drampwind = 0. !needed if nrampwind/=0; ramp-up period in days
! iwindoff = 0 !needed only if nws/=0; '1': needs windfactor.gr3
iwind_form = -1 !needed if nws/=0

Expand Down

0 comments on commit 125801d

Please sign in to comment.