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

Correction in standard paths of generate_era5_template.sh -> storing on...

Correction in standard paths of generate_era5_template.sh -> storing on /p/projects/ instead of /p/scratch/
parent 84a5db9c
Branches
Tags
No related merge requests found
...@@ -35,9 +35,9 @@ if [ -z ${VIRTUAL_ENV} ]; then ...@@ -35,9 +35,9 @@ if [ -z ${VIRTUAL_ENV} ]; then
fi fi
# declare directory-variables which will be modified appropriately during Preprocessing (invoked by mpi_split_data_multi_years.py) # declare directory-variables which will be modified appropriately during Preprocessing (invoked by mpi_split_data_multi_years.py)
source_dir=/p/scratch/deepacf/video_prediction_shared_folder/preprocessedData/ source_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/preprocessedData/
checkpoint_dir=/p/scratch/deepacf/video_prediction_shared_folder/models/ checkpoint_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/models/
results_dir=/p/scratch/deepacf/video_prediction_shared_folder/results/ results_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/results/
# name of model # name of model
model=convLSTM model=convLSTM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment