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
86f0ab3f
Commit
86f0ab3f
authored
Sep 10, 2021
by
POLCHER Jan
🚴🏾
Browse files
Updating the EuroSW test case.
parent
a9f21abc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
tests/EuroSW/BuildHTUs_EuroSW.pbs
tests/EuroSW/BuildHTUs_EuroSW.pbs
+3
-2
tests/EuroSW/run.def
tests/EuroSW/run.def
+11
-11
No files found.
tests/EuroSW/BuildHTUs_EuroSW.pbs
View file @
86f0ab3f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
#PBS -j oe
#PBS -j oe
#PBS -l nodes=2:ppn=32
#PBS -l nodes=2:ppn=32
#PBS -l walltime=
1
2:00:00
#PBS -l walltime=
4
2:00:00
#PBS -l vmem=500g,mem=240g
#PBS -l vmem=500g,mem=240g
#
#
cd
${
PBS_O_WORKDIR
}
cd
${
PBS_O_WORKDIR
}
...
@@ -18,10 +18,11 @@ source ../../Environment
...
@@ -18,10 +18,11 @@ source ../../Environment
# Clean-up. Weights are kept for future runs.
# Clean-up. Weights are kept for future runs.
#
#
/bin/rm
-f
DocumentationInterface
*
.txt check.out
/bin/rm
-f
DocumentationInterface
*
.txt check.out
WF
=
$(
grep
WeightFile run.def.ref |
cut
-d
"="
-f
2 |
sed
-e
's/ //g'
)
#
#
# If weights file does not exist, then compute it quickly
# If weights file does not exist, then compute it quickly
#
#
if
[
!
-e
Weights.nc
]
;
then
if
[
!
-e
${
WF
}
]
;
then
mpirun
-n
${
NSLOTS
}
python ../../WeightsOnly.py
mpirun
-n
${
NSLOTS
}
python ../../WeightsOnly.py
if
[
$?
-gt
0
]
;
then
if
[
$?
-gt
0
]
;
then
exit
exit
...
...
tests/EuroSW/run.def
View file @
86f0ab3f
...
@@ -4,23 +4,23 @@
...
@@ -4,23 +4,23 @@
#
#
EarthRadius = 6378000.
EarthRadius = 6378000.
#
#
ModelGridFile = /bdd/MEDI/workspaces/polcher/New
Routing
/geo_EuroSW.nc
ModelGridFile = /bdd/MEDI/workspaces/polcher/New
DivBas/EuroSW
/geo_EuroSW.nc
HydroFile = /bdd/ORCHIDEE_Forcing/Routing/Hydro4ORCH/HydroSHEDS_MED.nc
HydroFile = /bdd/ORCHIDEE_Forcing/Routing/Hydro4ORCH/HydroSHEDS_MED.nc
#
#
# FORTRAN interface parameters
WeightFile = /bdd/MEDI/workspaces/polcher/NewDivBas/EuroSW/Weights_EuroSW.nc
#
Documentation = true
#
#
# Configuration for the graph to be generated
# Configuration for the graph to be generated
#
#
nbasmax =
3
5
nbasmax = 5
#
#
# Output
# Output
#
#
GraphFile = EuroSW_HydroSHEDS_graph.nc
GraphFile = /bdd/MEDI/workspaces/polcher/NewDivBas/EuroSW/EuroSW_HydroSHEDS_graph.nc
#
# Diagnostics
# You need to provide an interval in longitude and Latitude.
#
#
DiagLon = 3.9, 3.9
# File containing infrastructures to be placed.
DiagLat = 40.0, 40.0
# Maximum error in the distance of the station in km
MaxDistErr = 50.0
# Maximum error in the upstream area in %
MaxUpstrErr = 25.0
GRDCFile = /bdd/ORCHIDEE_Forcing/Validation/GRDC/GRDC_Monthly_Jan21_v2.nc
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