Skip to content
Snippets Groups Projects
Commit cf7c2020 authored by Michael Langguth's avatar Michael Langguth
Browse files

Generalized version of preprocess_data_era5_step1_template.sh.

parent dd3ddef7
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
## Controlling Batch-job ## Controlling Batch-job
#SBATCH --account=deepacf #SBATCH --account=deepacf
#SBATCH --nodes=1 #SBATCH --nodes=1
#SBATCH --ntasks=12 #SBATCH --ntasks=13
##SBATCH --ntasks-per-node=12 ##SBATCH --ntasks-per-node=12
#SBATCH --cpus-per-task=1 #SBATCH --cpus-per-task=1
#SBATCH --output=DataPreprocess_era5_step1-out.%j #SBATCH --output=DataPreprocess_era5_step1-out.%j
#SBATCH --error=DataPreprocess_era5_step1-err.%j #SBATCH --error=DataPreprocess_era5_step1-err.%j
#SBATCH --time=00:20:00 #SBATCH --time=04:20:00
#SBATCH --partition=devel #SBATCH --partition=batch
#SBATCH --mail-type=ALL #SBATCH --mail-type=ALL
#SBATCH --mail-user=b.gong@fz-juelich.de #SBATCH --mail-user=me@somewhere.com
######### Template identifier (don't remove) ######### ######### Template identifier (don't remove) #########
echo "Do not run the template scripts" echo "Do not run the template scripts"
...@@ -41,9 +41,9 @@ lat_inds=( 74 202 ) ...@@ -41,9 +41,9 @@ lat_inds=( 74 202 )
lon_inds=( 550 710 ) lon_inds=( 550 710 )
# set some paths # set some paths
# note, that destination_dir is used during runtime to set a proper experiment directory # note, that destination_dir is adjusted during runtime based on the data
source_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/ source_dir=/my/path/to/extracted/data/
destination_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/ destination_dir=/my/path/to/pickle/files
# execute Python-scripts # execute Python-scripts
for year in "${years[@]}"; do for year in "${years[@]}"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment