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

Coorect preprocess_data_era5_step2_template.sh

.
parent 7e3a5825
No related branches found
No related tags found
No related merge requests found
Pipeline #59738 passed
......@@ -33,9 +33,11 @@ if [ -z ${VIRTUAL_ENV} ]; then
fi
# declare directory-variables which will be modified by config_runscript.py
base_dir=/my/path/to/base/dir/
source_dir=/my/path/to/pkl/files/
destination_dir=/my/path/to/tfrecords/files
sequence_length=20
sequences_per_file=10
# run Preprocessing (step 2 where Tf-records are generated)
srun python ../main_scripts/main_preprocess_data_step2.py -base_dir ${base_dir} -sequence_length ${sequence_length} \
-sequences_per_file ${sequences_per_file}
srun python ../main_scripts/main_preprocess_data_step2.py -source_dir ${source_dir} -dest_dir ${destination_dir} \
-sequence_length ${sequence_length} -sequences_per_file ${sequences_per_file}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment