Skip to content
Snippets Groups Projects
Commit 22be9209 authored by POLCHER Jan's avatar POLCHER Jan :bicyclist_tone4:
Browse files

Remove some old test directories.

parent b981f16a
No related branches found
No related tags found
No related merge requests found
#!/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
#/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
[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
[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
[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
[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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment