From 125801dc612d797dc87417852dcca56f5130ac44 Mon Sep 17 00:00:00 2001 From: Panos Mavrogiorgos Date: Sat, 3 Aug 2024 02:00:51 +0300 Subject: [PATCH] schism: Disable ramping Fixes #192 --- pyposeidon/misc/param.nml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyposeidon/misc/param.nml b/pyposeidon/misc/param.nml index 04be37e..69ffe1a 100644 --- a/pyposeidon/misc/param.nml +++ b/pyposeidon/misc/param.nml @@ -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) @@ -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 @@ -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 !----------------------------------------------------------------------- @@ -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