diff --git a/SampleScripts/BuildHTUs.pbs b/SampleScripts/BuildHTUs.pbs deleted file mode 100644 index 1975be3bc2a43c6c3c06376b7558ae89dbe2ef15..0000000000000000000000000000000000000000 --- a/SampleScripts/BuildHTUs.pbs +++ /dev/null @@ -1,23 +0,0 @@ -#!/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 diff --git a/SampleScripts/BuildHTUs_Mallorca.sh b/SampleScripts/BuildHTUs_Mallorca.sh deleted file mode 100755 index a4a4d190762f7c47a544a6080ca738624e66ea9d..0000000000000000000000000000000000000000 --- a/SampleScripts/BuildHTUs_Mallorca.sh +++ /dev/null @@ -1,9 +0,0 @@ -#/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 diff --git a/TestConfigs/run.def.05_CS b/TestConfigs/run.def.05_CS deleted file mode 100644 index d5b885c669a6d95ed2ce877030cb1f9d017d571f..0000000000000000000000000000000000000000 --- a/TestConfigs/run.def.05_CS +++ /dev/null @@ -1,27 +0,0 @@ -[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 diff --git a/TestConfigs/run.def.05_local b/TestConfigs/run.def.05_local deleted file mode 100644 index 9c32cd1182e8d1ef26abaaca5ba648009157c31e..0000000000000000000000000000000000000000 --- a/TestConfigs/run.def.05_local +++ /dev/null @@ -1,27 +0,0 @@ -[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 diff --git a/TestConfigs/run.def.WRF_CS b/TestConfigs/run.def.WRF_CS deleted file mode 100644 index f1c3de2e138876f79168682f456bdc7619593995..0000000000000000000000000000000000000000 --- a/TestConfigs/run.def.WRF_CS +++ /dev/null @@ -1,26 +0,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 diff --git a/TestConfigs/run.def.WRF_local b/TestConfigs/run.def.WRF_local deleted file mode 100644 index 8c7083b3605a8bd7e7295b935443e37b8deb0bed..0000000000000000000000000000000000000000 --- a/TestConfigs/run.def.WRF_local +++ /dev/null @@ -1,28 +0,0 @@ -[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