Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
IPSL
LMD
InTro
Multiscale Transport
Commits
b0f87af8
Commit
b0f87af8
authored
Sep 10, 2021
by
Sylvain Mailler
Committed by
Thomas Dubos
Sep 10, 2021
Browse files
Longer run
parent
84ce7d41
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
RUN/jeanzay.job
RUN/jeanzay.job
+1
-1
RUN/run_jeanzay.def
RUN/run_jeanzay.def
+2
-2
scripts/jeanzay.sh
scripts/jeanzay.sh
+2
-2
scripts/netcdf.sh
scripts/netcdf.sh
+1
-1
No files found.
RUN/jeanzay.job
View file @
b0f87af8
...
...
@@ -8,7 +8,7 @@
#
SBATCH
--
ntasks
=
252
#
Number
of
MPI
tasks
#
SBATCH
--
cpus
-
per
-
task
=
1
#
nombre
de
threads
OpenMP
#
SBATCH
--
hint
=
nomultithread
#
1
processus
MPI
par
par
physical
core
(
no
hyperthreading
)
#
SBATCH
--
time
=
3
0
#
Wall
clock
limit
(
minutes
)
#
SBATCH
--
time
=
6
0
#
Wall
clock
limit
(
minutes
)
#
SBATCH
--
account
ron
@cpu
##
BATCH_NUM_PROC_TOT
=
$
BRIDGE_SBATCH_NPROC
set
+
x
...
...
RUN/run_jeanzay.def
View file @
b0f87af8
...
...
@@ -54,8 +54,8 @@ emission_lon = -72.2
emission_lat = -40.5
emission_dist_max = 5.e-3
#---------------- Run ---------------
# run_length=
864
00
run_length=
7776
00
# run_length=
15552
00
run_length=
15552
00
write_period=3600
etat0=dcmip2016_baroclinic_wave
#------------ Diagnostics -----------
scripts/jeanzay.sh
View file @
b0f87af8
...
...
@@ -6,13 +6,13 @@
#SBATCH --output=multiscale-pp.out # standard output
#SBATCH --error=multiscale-pp.err # error output
#SBATCH --ntasks 1 # Number of core
#SBATCH --partition=prepost # Post-processing partition
#
#SBATCH --partition=prepost # Post-processing partition
#SBATCH --time=06:00:00 # Wall clock limit (seconds)
#SBATCH --account ron@cpu
#
module load python/3.8.2
./scripts/netcdf.sh un
pack
./scripts/netcdf.sh un
zip
./scripts/netcdf.sh extract
./scripts/netcdf.sh create
./scripts/netcdf.sh merge
...
...
scripts/netcdf.sh
View file @
b0f87af8
...
...
@@ -96,7 +96,7 @@ On camelot you must :
EOF
}
DAYS
=
"01 02 03 04 05 06 07 08 09 10"
DAYS
=
"01 02 03 04 05 06 07 08 09 10
11 12 13 14 15 16 17 18
"
# DAYS="01 02"
TIMES
=
"00_00 00_03 00_06 00_09 12_00 12_03 12_06 12_09"
...
...
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