From 22be9209587c07ce79dad244a88ff17f98a96755 Mon Sep 17 00:00:00 2001 From: Jan Polcher <jan.polcher@lmd.jussieu.fr> Date: Wed, 12 Feb 2020 19:13:11 +0100 Subject: [PATCH] Remove some old test directories. --- SampleScripts/BuildHTUs.pbs | 23 ----------------------- SampleScripts/BuildHTUs_Mallorca.sh | 9 --------- TestConfigs/run.def.05_CS | 27 --------------------------- TestConfigs/run.def.05_local | 27 --------------------------- TestConfigs/run.def.WRF_CS | 26 -------------------------- TestConfigs/run.def.WRF_local | 28 ---------------------------- 6 files changed, 140 deletions(-) delete mode 100644 SampleScripts/BuildHTUs.pbs delete mode 100755 SampleScripts/BuildHTUs_Mallorca.sh delete mode 100644 TestConfigs/run.def.05_CS delete mode 100644 TestConfigs/run.def.05_local delete mode 100644 TestConfigs/run.def.WRF_CS delete mode 100644 TestConfigs/run.def.WRF_local diff --git a/SampleScripts/BuildHTUs.pbs b/SampleScripts/BuildHTUs.pbs deleted file mode 100644 index 1975be3..0000000 --- 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 a4a4d19..0000000 --- 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 d5b885c..0000000 --- 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 9c32cd1..0000000 --- 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 f1c3de2..0000000 --- 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 8c7083b..0000000 --- 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 -- GitLab