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
Open sidebar
IPSL
LMD
InTro
RoutingPP
Commits
711419e1
Commit
711419e1
authored
Apr 16, 2020
by
Anthony
Browse files
Update the experiments
parent
8216ff4e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
72 additions
and
5 deletions
+72
-5
tests/Iberia_n48/run.def
tests/Iberia_n48/run.def
+1
-1
tests/Pantanal_n48/BuildHTUs_Pantanal.pbs
tests/Pantanal_n48/BuildHTUs_Pantanal.pbs
+35
-0
tests/Pantanal_n48/run.def
tests/Pantanal_n48/run.def
+32
-0
tests/Pantanal_n48_regular/BuildHTUs_Pantanal.pbs
tests/Pantanal_n48_regular/BuildHTUs_Pantanal.pbs
+2
-2
tests/Pantanal_n48_regular/run.def
tests/Pantanal_n48_regular/run.def
+2
-2
No files found.
tests/Iberia_n48/run.def
View file @
711419e1
...
...
@@ -15,7 +15,7 @@ Documentation = true
#
# Configuration for the graph to be generated
#
nbasmax =
80
nbasmax =
35
#
# Number of operation of simplification performed together
#
...
...
tests/Pantanal_n48/BuildHTUs_Pantanal.pbs
0 → 100644
View file @
711419e1
#!/bin/bash
#
#PBS -N BuildHTUs_P
#
#PBS -j oe
#PBS -l nodes=1:ppn=48
#PBS -l walltime=128:00:00
#PBS -l mem=180gb
#PBS -l vmem=180gb
#
cd
${
PBS_O_WORKDIR
}
export
NSLOTS
=
$((
$PBS_NUM_NODES
*
$PBS_NUM_PPN
))
#
# Set the right Python 3 Anaconda environment
#
source
../../Environment
#
# Clean-up. Weights are kept for future runs.
#
/bin/rm
-f
DocumentationInterface
*
.nc
*
.txt
#
# Run the Python code to generate the HTUs and write them into a netCDF file.
#
mpirun
-n
${
NSLOTS
}
python ../../RoutingPreProc.py
if
[
$?
-gt
0
]
;
then
echo
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
echo
"X Run on Iberian Peninsula failed X"
echo
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
else
echo
"======================================="
echo
"= Run on Iberian Peninsula successful ="
echo
"======================================="
fi
#
ls
-l
tests/Pantanal_n48/run.def
0 → 100644
View file @
711419e1
[OverAll]
#
#
#
EarthRadius = 6370000.
#
ModelGridFile = /bdd/MEDI/workspaces/polcher/WRF_Forcing/AmSud-A/geo_em.d01.nc
WEST_EAST = -66.75, -52.25
SOUTH_NORTH = -23.5, -13.5
HydroFile = /homedata/aschrapffer/RoutingNc_AS/SouthAmerica_FP/routing.nc
#
# FORTRAN interface parameters
#
Documentation = true
#
# Configuration for the graph to be generated
#
nbasmax = 35
#
# Number of operation of simplification performed together
#
numop = 100
#
# Output
#
GraphFile = AmSud_A_Pantanal_graph.nc
#
# Diagnostics
# You need to provide an interval in longitude and Latitude.
#
DiagLon = 3.9, 3.9
DiagLat = 40.0, 40.0
tests/Pantanal_n48_regular/BuildHTUs_Pantanal.pbs
View file @
711419e1
...
...
@@ -5,8 +5,8 @@
#PBS -j oe
#PBS -l nodes=1:ppn=48
#PBS -l walltime=128:00:00
#PBS -l mem=2
52
gb
#PBS -l vmem=2
52
gb
#PBS -l mem=2
40
gb
#PBS -l vmem=2
40
gb
#
cd
${
PBS_O_WORKDIR
}
export
NSLOTS
=
$((
$PBS_NUM_NODES
*
$PBS_NUM_PPN
))
...
...
tests/Pantanal_n48_regular/run.def
View file @
711419e1
...
...
@@ -15,11 +15,11 @@ Documentation = true
#
# Configuration for the graph to be generated
#
nbasmax = 5
0
nbasmax =
3
5
#
# Number of operation of simplification performed together
#
numop =
20
0
numop =
5
0
#
# Output
#
...
...
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