Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Climax
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
earth_observation_public
Climax
Commits
54ab26b5
Commit
54ab26b5
authored
3 years ago
by
Frisinghelli Daniel
Browse files
Options
Downloads
Patches
Plain Diff
Update bash script with new paths.
parent
d0abe990
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Scripts/preprocess_CORDEX.sh
+9
-3
9 additions, 3 deletions
Scripts/preprocess_CORDEX.sh
with
9 additions
and
3 deletions
Scripts/preprocess_CORDEX.sh
+
9
−
3
View file @
54ab26b5
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment