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
1761e6a9
Commit
1761e6a9
authored
5 years ago
by
Dr Jeff Polton
Browse files
Options
Download
Email Patches
Plain Diff
submitting 56 day run: May / Jun 2016
parent
7250c046
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
5 deletions
+46
-5
EXP_2016/namelist_cfg
EXP_2016/namelist_cfg
+5
-5
EXP_2016/run_script.pbs
EXP_2016/run_script.pbs
+41
-0
No files found.
EXP_2016/namelist_cfg
View file @
1761e6a9
...
...
@@ -5,8 +5,8 @@
&namrun ! parameters of the run
!-----------------------------------------------------------------------
cn_exp = "INDIAN" ! experience name
nn_it000 = 1
4688
1 ! 57601 ! first time step ! CHNAGE THIS TO END OF LAST RUN + 1
nn_itend =
15168
0 ! crashed in Apr16 ! 138240 ! last time step (std 1 day = 144) (for dt = 6 min, so 240*dt = 1 day) ! CHANGE THIS TO THIS + 56 DAYS
nn_it000 = 1
6320
1 ! 57601 ! first time step ! CHNAGE THIS TO END OF LAST RUN + 1
nn_itend =
21696
0 ! crashed in Apr16 ! 138240 ! last time step (std 1 day = 144) (for dt = 6 min, so 240*dt = 1 day) ! CHANGE THIS TO THIS + 56 DAYS
nn_date0 = 20160409 !20110717 ! 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)
...
...
@@ -16,7 +16,7 @@
! ! = 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 = "INDIAN_001
4688
0_restart" ! suffix of ocean restart name (input) ! CHANGE THIS TO LAST RESTART FILE NUMBER
cn_ocerst_in = "INDIAN_001
6320
0_restart" ! suffix of ocean restart name (input) ! CHANGE THIS TO LAST RESTART FILE NUMBER
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
...
...
@@ -24,8 +24,8 @@
! cn_ocerst_in = "ammsurge_restart_oce" ! suffix of ocean restart name (input)
! cn_ocerst_out = "restart_oce_out" ! suffix of ocean restart name (input)
nn_istate = 0 ! output the initial state (1) or not (0)
nn_stock =
4800
! 4800=5days at 90s ! 1440-1 day at 60s ! frequency of creation of a restart file (modulo referenced to 1) ! 28 DAYS
nn_write = 10 ! 86400 ! frequency of write in the output file (modulo referenced to nit000)
nn_stock =
6720 ! 6720=7day@90s
!
4800=5days at 90s ! 1440-1 day at 60s ! frequency of creation of a restart file (modulo referenced to 1) ! 28 DAYS
nn_write = 10
0
! 86400 ! frequency of write in the output file (modulo referenced to nit000)
/
!-----------------------------------------------------------------------
&namcfg ! parameters of the configuration
...
...
This diff is collapsed.
Click to expand it.
EXP_2016/run_script.pbs
0 → 100755
View file @
1761e6a9
#!/bin/bash
# ---------------------------
#===============================================================
# CLUSTER BITS
#===============================================================
#PBS -N IND_16
#PBS -l select=21
#PBS -l walltime=12:00:00
#PBS -A n01-ACCORD
#PBS -j oe
#PBS -r n
# mail alert at (b)eginning, (e)nd and (a)bortion of execution
#PBS -m bea
#PBS -M jelt@noc.ac.uk
module swap PrgEnv-cray PrgEnv-intel
module load cray-netcdf-hdf5parallel
module load cray-hdf5-parallel
export
PBS_O_WORKDIR
=
$(
readlink
-f
$PBS_O_WORKDIR
)
# Change to the direcotry that the job was submitted from
cd
$PBS_O_WORKDIR
# Set the number of threads to 1
# This prevents any system libraries from automatically
# using threading.
export
OMP_NUM_THREADS
=
1
# Change to the directory that the job was submitted from
ulimit
-s
unlimited
ulimit
-c
unlimited
export
NEMOproc
=
480
#550
export
XIOSproc
=
1
#===============================================================
# LAUNCH JOB
#===============================================================
echo
`
date
`
: Launch Job
aprun
-b
-n
5
-N
5 ./xios_server.exe :
-n
$NEMOproc
-N
24 ./opa
exit
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