Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
BoBEAS
Commits
cbf83e4a
Commit
cbf83e4a
authored
5 years ago
by
Dr Jeff Polton
Browse files
Options
Download
Email Patches
Plain Diff
run for 20 days at 90s from short restart
parent
8265f4c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
EXP_Apr19/namelist_cfg
EXP_Apr19/namelist_cfg
+9
-9
EXP_Apr19/run_script.pbs
EXP_Apr19/run_script.pbs
+1
-1
No files found.
EXP_Apr19/namelist_cfg
View file @
cbf83e4a
...
...
@@ -26,27 +26,27 @@
&namrun ! parameters of the run
!-----------------------------------------------------------------------
cn_exp = "BoBEAS" ! experience name
nn_it000 = 1 ! first time step
nn_itend =
1440
0 ! 28800 ! 10800! 259200!133920! 10800!43200 ! 10day=14400 ! last time step (std 5475)
nn_it000 = 1
441
! first time step
nn_itend =
2064
0 ! 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)
ln_rstart = .
fals
e. ! start from rest (F) or from a restart file (T)
ln_rstart = .
tru
e. ! start from rest (F) or from a restart file (T)
nn_euler = 1 ! = 0 : start with forward time step if ln_rstart=T
nn_rstctl =
2
! restart control ==> activated only if ln_rstart=T
nn_rstctl =
0
! restart control ==> activated only if ln_rstart=T
! ! = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
! ! = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
! ! = 2 nn_date0 read in restart ; nn_it000 : check consistancy between namelist and restart
cn_ocerst_in = "BoBEAS_0000
010
0_restart" ! suffix of ocean restart name (input)
cn_ocerst_in = "BoBEAS_0000
144
0_restart" ! suffix of ocean restart name (input)
cn_ocerst_indir = "./restarts" ! directory from which to read input ocean restarts
cn_ocerst_out = "restart" ! suffix of ocean restart name (output)
cn_ocerst_outdir= "./restarts" ! directory in which to write output ocean restarts
ln_iscpl = .false. ! cavity evolution forcing or coupling to ice sheet model
nn_istate =
1
! output the initial state (1) or not (0)
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 =
144
0 ! 28800 !43200 ! 14400 ! frequency of creation of a restart file (modulo referenced to 1)
nn_stock =
480
0 ! 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 = 10 ! 1440 ! 14400 ! frequency of write in the output file (modulo referenced to nn_it000)
nn_write = 10
0
! 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 =
3
0.!60.!120.!60. ! time step for the dynamics (and tracer if nn_acc=0)
rn_rdt =
9
0.!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
...
...
This diff is collapsed.
Click to expand it.
EXP_Apr19/run_script.pbs
View file @
cbf83e4a
...
...
@@ -5,7 +5,7 @@
#===============================================================
#PBS -N BoBEAS
#PBS -l select=21
#PBS -l walltime=0
0:2
0:00
#PBS -l walltime=0
6:0
0:00
#PBS -A n01-ACCORD
#PBS -j oe
#PBS -r n
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment