Commit f795241b authored by Dr Jeff Polton's avatar Dr Jeff Polton
Browse files

try turning on all physics, reduce timestep 30s

parent 1761e6a9
......@@ -27,7 +27,7 @@
!-----------------------------------------------------------------------
cn_exp = "BoBEAS" ! experience name
nn_it000 = 1 ! first time step
nn_itend = 28800 ! 10800! 259200!133920! 10800!43200 ! 10day=14400 ! last time step (std 5475)
nn_itend = 7200 ! 28800 ! 10800! 259200!133920! 10800!43200 ! 10day=14400 ! last time step (std 5475)
nn_date0 = 20190401 ! date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
nn_time0 = 0 ! initial time of day in hhmm
nn_leapy = 1 ! Leap year calendar (1) or not (0)
......@@ -44,9 +44,9 @@
ln_iscpl = .false. ! cavity evolution forcing or coupling to ice sheet model
nn_istate = 0 ! output the initial state (1) or not (0)
ln_rst_list = .false. ! output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F)
nn_stock = 28800 !43200 ! 14400 ! frequency of creation of a restart file (modulo referenced to 1)
nn_stock = 1440 ! 28800 !43200 ! 14400 ! frequency of creation of a restart file (modulo referenced to 1)
nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written
nn_write = 1440 ! 14400 ! frequency of write in the output file (modulo referenced to nn_it000)
nn_write = 10 ! 1440 ! 14400 ! frequency of write in the output file (modulo referenced to nn_it000)
ln_mskland = .false. ! mask land points in NetCDF outputs (costly: + ~15%)
ln_cfmeta = .false. ! output additional data to netCDF files required for compliance with the CF metadata standard
ln_clobber = .true. ! clobber (overwrite) an existing file
......@@ -118,7 +118,7 @@
nn_msh = 0 ! create (>0) a mesh file or not (=0)
rn_isfhmin = 1.00 ! treshold (m) to discriminate grounding ice to floating ice
!
rn_rdt = 60.!60.!120.!60. ! time step for the dynamics (and tracer if nn_acc=0)
rn_rdt = 30.!60.!120.!60. ! time step for the dynamics (and tracer if nn_acc=0)
rn_atfp = 0.1 ! asselin time filter parameter
!
ln_crs = .false. ! Logical switch for coarsening module
......@@ -567,8 +567,8 @@ ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file
!-----------------------------------------------------------------------
ln_tide = .true.
ln_tide_pot = .true. ! use tidal potential forcing
ln_tide_ramp= .false. !
rdttideramp = 1. !
ln_tide_ramp= .true. !
rdttideramp = 5. !
clname(1) = 'M2' ! name of constituent - all tidal components must be set in namelist_cfg
clname(2) = 'S2' ! name of constituent - all tidal components must be set in namelist_cfg
clname(3) = 'K2' ! name of constituent - all tidal components must be set in namelist_cfg
......@@ -638,7 +638,7 @@ ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file
!-----------------------------------------------------------------------
&nambdy_tide ! tidal forcing at open boundaries
!-----------------------------------------------------------------------
filtide = 'TIDES/INDIAN_bdytide_rotT_' ! file name root of tidal forcing files
filtide = 'TIDES/BoBEAS_bdytide_rotT_' ! file name root of tidal forcing files
ln_bdytide_2ddta = .false. !
ln_bdytide_conj = .false. !
/
......
......@@ -5,7 +5,7 @@
#===============================================================
#PBS -N BoBEAS
#PBS -l select=21
#PBS -l walltime=12:00:00
#PBS -l walltime=00:20:00
#PBS -A n01-ACCORD
#PBS -j oe
#PBS -r n
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment