-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from DamienIrving/master
Big merge of my fork
- Loading branch information
Showing
17 changed files
with
214 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Configuration file for Makefile workflows | ||
|
||
MODEL=CAFE | ||
EXPERIMENT=c5-d60-pX-f6 | ||
BASE_PERIOD=1995-01-01 2020-12-31 | ||
BASE_PERIOD_TEXT=1995-2020 | ||
TIME_PERIOD_TEXT=19950501-20201101 | ||
STABILITY_START_YEARS=1995 2000 2005 2010 2015 | ||
MODEL_IO_OPTIONS=--metadata_file /home/599/dbi599/unseen/config/dataset_cafe_daily.yml | ||
MODEL_NINO_OPTIONS=--lon_bnds -170 -120 --lat_dim geolat_t --lon_dim geolon_t --agg_x_dim xt_ocean --agg_y_dim yt_ocean --anomaly ${BASE_PERIOD} --anomaly_freq month --metadata_file /home/599/dbi599/unseen/config/dataset_cafe_monthly_ocean.yml | ||
|
||
|
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,12 @@ | ||
# Configuration file for Makefile workflows | ||
|
||
MODEL=CMCC-CM2-SR5 | ||
EXPERIMENT=dcppA-hindcast | ||
BASE_PERIOD=1960-01-01 2019-12-31 | ||
BASE_PERIOD_TEXT=196011-201911 | ||
TIME_PERIOD_TEXT=196011-201911 | ||
STABILITY_START_YEARS=1960 1970 1980 1990 2000 2010 | ||
MODEL_IO_OPTIONS=--n_ensemble_files 10 | ||
MODEL_NINO_OPTIONS=${MODEL_IO_OPTIONS} --lon_bnds 190 240 --lat_dim latitude --lon_dim longitude --agg_y_dim j --agg_x_dim i --anomaly ${BASE_PERIOD} --anomaly_freq month | ||
|
||
|
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,14 @@ | ||
# Configuration file for Makefile workflows | ||
|
||
MODEL=CanESM5 | ||
EXPERIMENT=dcppA-hindcast | ||
BASE_PERIOD=1961-01-01 2017-12-31 | ||
BASE_PERIOD_TEXT=196101-201701 | ||
TIME_PERIOD_TEXT=196101-201701 | ||
STABILITY_START_YEARS=1960 1970 1980 1990 2000 2010 | ||
MODEL_IO_OPTIONS=--n_ensemble_files 20 | ||
MODEL_NINO_OPTIONS=${MODEL_IO_OPTIONS} --lon_bnds 190 240 --lat_dim latitude --lon_dim longitude --agg_y_dim j --agg_x_dim i --anomaly ${BASE_PERIOD} --anomaly_freq month | ||
|
||
|
||
|
||
|
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,12 @@ | ||
# Configuration file for Makefile workflows | ||
|
||
MODEL=EC-Earth3 | ||
EXPERIMENT=dcppA-hindcast | ||
BASE_PERIOD=1960-01-01 2017-12-20 | ||
BASE_PERIOD_TEXT=1960-2017 | ||
TIME_PERIOD_TEXT=196011-201711 | ||
STABILITY_START_YEARS=1960 1970 1980 1990 2000 2010 | ||
MODEL_IO_OPTIONS=--n_ensemble_files 15 --n_time_files 11 --standard_calendar | ||
MODEL_NINO_OPTIONS=${MODEL_IO_OPTIONS} --lon_bnds 190 240 --lat_dim latitude --lon_dim longitude --agg_y_dim j --agg_x_dim i --anomaly ${BASE_PERIOD} --anomaly_freq month | ||
|
||
|
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,12 @@ | ||
# Configuration file for Makefile workflows | ||
|
||
MODEL=HadGEM3-GC31-MM | ||
EXPERIMENT=dcppA-hindcast | ||
BASE_PERIOD=1970-01-01 2018-12-20 | ||
BASE_PERIOD_TEXT=197011-201811 | ||
TIME_PERIOD_TEXT=196011-201811 | ||
STABILITY_START_YEARS=1960 1970 1980 1990 2000 2010 | ||
MODEL_IO_OPTIONS=--n_ensemble_files 10 --n_time_files 12 | ||
MODEL_NINO_OPTIONS=${MODEL_IO_OPTIONS} --lon_bnds -170 -120 --lat_dim latitude --lon_dim longitude --agg_y_dim j --agg_x_dim i --anomaly ${BASE_PERIOD} --anomaly_freq month | ||
|
||
|
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,11 @@ | ||
# Configuration file for Makefile workflows | ||
|
||
MODEL=IPSL-CM6A-LR | ||
EXPERIMENT=dcppA-hindcast | ||
BASE_PERIOD=1970-01-01 2017-12-31 | ||
BASE_PERIOD_TEXT=197001-201701 | ||
TIME_PERIOD_TEXT=196101-201701 | ||
STABILITY_START_YEARS=1960 1970 1980 1990 2000 2010 | ||
MODEL_IO_OPTIONS=--n_ensemble_files 10 | ||
MODEL_NINO_OPTIONS=--n_ensemble_files 10 --lon_bnds -170 -120 --lat_dim nav_lat --lon_dim nav_lon --agg_y_dim y --agg_x_dim x --anomaly ${BASE_PERIOD} --anomaly_freq month | ||
|
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,14 @@ | ||
|
||
MODEL=MIROC6 | ||
EXPERIMENT=dcppA-hindcast | ||
BASE_PERIOD=1960-01-01 2018-12-31 | ||
BASE_PERIOD_TEXT=196011-201811 | ||
TIME_PERIOD_TEXT=196011-201811 | ||
MIN_LEAD=1 | ||
STABILITY_START_YEARS=1960 1970 1980 1990 2000 2010 | ||
MODEL_IO_OPTIONS=--n_ensemble_files 10 --n_time_files 2 | ||
MODEL_NINO_OPTIONS=--n_ensemble_files 10 --lon_bnds 190 240 --lat_dim latitude --lon_dim longitude --agg_y_dim y --agg_x_dim x --anomaly ${BASE_PERIOD} --anomaly_freq month | ||
|
||
|
||
|
||
|
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,11 @@ | ||
# Configuration file for Makefile workflows | ||
|
||
MODEL=MPI-ESM1-2-HR | ||
EXPERIMENT=dcppA-hindcast | ||
BASE_PERIOD=1960-01-01 2018-12-31 | ||
BASE_PERIOD_TEXT=196011-201811 | ||
TIME_PERIOD_TEXT=196011-201811 | ||
STABILITY_START_YEARS=1960 1970 1980 1990 2000 2010 | ||
MODEL_IO_OPTIONS=--n_ensemble_files 10 | ||
|
||
|
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,14 @@ | ||
# Configuration files for Makefile workflows | ||
|
||
MODEL=MRI-ESM2-0 | ||
EXPERIMENT=dcppA-hindcast | ||
BASE_PERIOD=1965-01-01 2018-12-31 | ||
BASE_PERIOD_TEXT=196011-201911 | ||
TIME_PERIOD_TEXT=196011-201911 | ||
STABILITY_START_YEARS=1960 1970 1980 1990 2000 2010 | ||
MODEL_IO_OPTIONS=--n_ensemble_files 10 | ||
MODEL_NINO_OPTIONS=--n_ensemble_files 10 --lon_bnds 190 240 --lat_dim latitude --lon_dim longitude --agg_y_dim y --agg_x_dim x --anomaly ${BASE_PERIOD} --anomaly_freq month | ||
|
||
|
||
|
||
|
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,12 @@ | ||
# Configuration file for Makefile workflows | ||
|
||
MODEL=NorCPM1 | ||
EXPERIMENT=dcppA-hindcast | ||
BASE_PERIOD=1960-01-01 2018-12-31 | ||
BASE_PERIOD_TEXT=1960-2018 | ||
TIME_PERIOD_TEXT=196010-201810 | ||
STABILITY_START_YEARS=1960 1970 1980 1990 2000 2010 | ||
MODEL_IO_OPTIONS=--n_ensemble_files 20 | ||
MODEL_NINO_OPTIONS=${MODEL_IO_OPTIONS} --lon_bnds 190 240 --lat_dim latitude --lon_dim longitude --agg_y_dim j --agg_x_dim i --anomaly ${BASE_PERIOD} --anomaly_freq month | ||
|
||
|
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
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.