Skip to content
Snippets Groups Projects
Commit 54ab26b5 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Update bash script with new paths.

parent d0abe990
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# activate conda environment
conda activate climax
# move to project directory
cd ~/git/climax
# source path: input data
SOURCE_PATH='/mnt/CEPH_PROJECTS/SCENARIO/CLIMATEDATA/'
......@@ -17,10 +23,10 @@ PR_INVENTORY='/mnt/CEPH_PROJECTS/FACT_CLIMAX/CORDEX/Inventory/pr/pr_inventory_se
# preprocess EuroCordex simulations
# tasmin
time python climax/main/preprocess_CORDEX.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f $TASMIN_INVENTORY -m 'bilinear' -rm -a -o
time python climax/main/preprocess/preprocess_CORDEX.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f $TASMIN_INVENTORY -m 'bilinear' -rm -a -o
# tasmax
time python climax/main/preprocess_CORDEX.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f $TASMAX_INVENTORY -m 'bilinear' -rm -a -o
time python climax/main/preprocess/preprocess_CORDEX.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f $TASMAX_INVENTORY -m 'bilinear' -rm -a -o
# pr
time python climax/main/preprocess_CORDEX.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f $PR_INVENTORY -m 'bilinear' -rm -a -o
\ No newline at end of file
time python climax/main/preprocess/preprocess_CORDEX.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f $PR_INVENTORY -m 'bilinear' -rm -a -o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment