Skip to content
Snippets Groups Projects
Commit 7dc8bb6c authored by Bing Gong's avatar Bing Gong
Browse files

Update preprocess_data_era5_step2_template.sh

parent 935adb71
Branches
No related tags found
No related merge requests found
Pipeline #93342 failed
...@@ -8,9 +8,10 @@ source ../virtual_envs/${VIRT_ENV_NAME}/bin/activate ...@@ -8,9 +8,10 @@ source ../virtual_envs/${VIRT_ENV_NAME}/bin/activate
sequence_length=20 sequence_length=20
sequences_per_file=10 sequences_per_file=10
source_dir=/home/b.gong/preprocessed_data-40x40-990N2010E-2t/pickle source_dir=/path/to/pickle/directory
base_dir="$(dirname "$source_dir")" base_dir="$(dirname "$source_dir")"
destination_dir=${base_dir}/tfrecords destination_dir=${base_dir}/tfrecords
#the number of the nodes should be the number of processed folder (month) plus 1 #the number of the nodes should be the number of processed folder (month) plus 1
n_nodes=3 n_nodes=3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment