-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More reliable AR6_change_figure_with_caching(). Improve some comments.
- Loading branch information
Stephane SENESI
committed
Dec 15, 2020
1 parent
0512797
commit 9f6e1a5
Showing
7 changed files
with
411 additions
and
13,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#!/bin/bash | ||
|
||
D=/home/ssenesi/CAMMAC | ||
|
||
# Create a working directory specific to this figure. It will hold cached data and figures | ||
bname=$(basename $0) | ||
bname=${bname/.sh/} | ||
dirname=$bname | ||
mkdir -p $dirname | ||
cd $dirname | ||
|
||
jobname=$bname | ||
output=$bname | ||
|
||
|
||
# Create input parameters file | ||
cat <<-EOF >param.yaml | ||
experiments : [ historical, ssp126, ssp245, ssp585 ] | ||
variables : | ||
Amon: [ pr, tas, prw, evspsbl ] | ||
Lmon: [ mrro, mrso, mrsos ] | ||
Omon: [ sos ] | ||
yr : [ dday, drain ] | ||
fld_stats : [ "fldpctl,5", "fldpctl,50", "fldpctl,95" ] | ||
tim_stats : [ timmean ] | ||
excluded_models : [] | ||
included_models : null | ||
data_versions_tag : 20200918_plus_derived | ||
do_test : False | ||
EOF | ||
hours=23 $D/jobs/job_pm.sh $D/select_data_versions/Check_ranges.ipynb param.yaml $jobname $output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.