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
22be9209
Commit
22be9209
authored
Feb 12, 2020
by
POLCHER Jan
🚴🏾
Browse files
Remove some old test directories.
parent
b981f16a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
140 deletions
+0
-140
SampleScripts/BuildHTUs.pbs
SampleScripts/BuildHTUs.pbs
+0
-23
SampleScripts/BuildHTUs_Mallorca.sh
SampleScripts/BuildHTUs_Mallorca.sh
+0
-9
TestConfigs/run.def.05_CS
TestConfigs/run.def.05_CS
+0
-27
TestConfigs/run.def.05_local
TestConfigs/run.def.05_local
+0
-27
TestConfigs/run.def.WRF_CS
TestConfigs/run.def.WRF_CS
+0
-26
TestConfigs/run.def.WRF_local
TestConfigs/run.def.WRF_local
+0
-28
No files found.
SampleScripts/BuildHTUs.pbs
deleted
100644 → 0
View file @
b981f16a
#!/bin/bash
#
#PBS -N BuildHTUs
#
#PBS -j oe
#PBS -l nodes=1:ppn=42
#PBS -l walltime=128:00:00
#PBS -l mem=160gb
#PBS -l vmem=160gb
#
cd
${
PBS_O_WORKDIR
}
/..
cp
./TestConfigs/run.def.05_CS run.def
#
# Set the right Python 3 Anaconda environment
#
source
./Environment
#
# Run the Python code to generate the HTUs and write them into a netCDF file.
#
mpirun
-n
42 python RoutingPreProc.py
#
ls
-l
SampleScripts/BuildHTUs_Mallorca.sh
deleted
100755 → 0
View file @
b981f16a
#/bin/bash
#
# A small test case which can run on a laptop.
# The MEDCORDEX grid is used over the Mallorca island.
#
cd
./..
cp
TestConfigs/run.def.WRF_local ./run.def
#
mpirun
-n
4 python RoutingPreProc.py
TestConfigs/run.def.05_CS
deleted
100644 → 0
View file @
b981f16a
[OverAll]
#
#
EarthRadius = 6370000.
#
ModelGridFile = /bdd/MEDI/workspaces/polcher/NewRouting/EM_WFDEI_CRU_2000.nc
WEST_EAST = -9.75, 5.25
SOUTH_NORTH = 36.25, 44.25
HydroFile = /bdd/MEDI/workspaces/polcher/NewRouting/routing_MED.nc
#
# FORTRAN interface parameters
#
Documentation = true
#
# Configuration for the graph to be generated
#
nbasmax = 35
#
# Output
#
GraphFile = EM_WFDEI_test_graph.nc
#
# Diagnostics
# You need to provide an interval in longitude and Latitude.
#
DiagLon = -9.75, 5.25
DiagLat = 36.25, 44.25
TestConfigs/run.def.05_local
deleted
100644 → 0
View file @
b981f16a
[OverAll]
#
#
EarthRadius = 6370000.
#
ModelGridFile = /home/polcher/WORK/Data/NewRouting/EM_WFDEI_CRU_2000.nc
##WEST_EAST = -9.75, 5.25
##SOUTH_NORTH = 36.1, 44.2
HydroFile = /home/polcher/WORK/Data/NewRouting/routing_MED.nc
#
# FORTRAN interface parameters
#
Documentation = true
#
# Configuration for the graph to be generated
#
nbasmax = 35
#
# Output
#
GraphFile = test_graph.nc
#
# Diagnostics
# You need to provide an interval in longitude and Latitude.
#
DiagLon = 2.9, 3.9
DiagLat = 38.8, 40.0
TestConfigs/run.def.WRF_CS
deleted
100644 → 0
View file @
b981f16a
[OverAll]
#
#
#
EarthRadius = 6370000.
#
ModelGridFile = /bdd/MEDI/workspaces/polcher/NewRouting/geo_em.d01.nc
HydroFile = /bdd/MEDI/workspaces/polcher/NewRouting/routing_MED.nc
#
# FORTRAN interface parameters
#
Documentation = true
#
# Configuration for the graph to be generated
#
nbasmax = 35
#
# Output
#
GraphFile = test_graph.nc
#
# Diagnostics
# You need to provide an interval in longitude and Latitude.
#
DiagLon = 2.9, 3.9
DiagLat = 38.8, 40.0
\ No newline at end of file
TestConfigs/run.def.WRF_local
deleted
100644 → 0
View file @
b981f16a
[OverAll]
#
#
EarthRadius = 6370000.
#
ModelGridFile = /home/polcher/WORK/Data/NewRouting/geo_em.d01.nc
# Mallorca
WEST_EAST = 2.3, 3.5
SOUTH_NORTH = 39.00, 40.1
HydroFile = /home/polcher/WORK/Data/NewRouting/routing_MED.nc
#
# FORTRAN interface parameters
#
Documentation = true
#
# Configuration for the graph to be generated
#
nbasmax = 35
#
# Output
#
GraphFile = MEDCORDEX_test_graph.nc
#
# Diagnostics
# You need to provide an interval in longitude and Latitude.
#
DiagLon = 3.9, 3.9
DiagLat = 40.0, 40.0
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