Skip to content

Commit

Permalink
Small change to README; GCMs to one last bash file
Browse files Browse the repository at this point in the history
  • Loading branch information
minoli-pik committed Apr 29, 2021
1 parent 73bf0b0 commit 5dbec1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README_ggcmi_ph3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ Contact: sara.minoli@pik-potsdam.de

This folder includes R-coded scripts for computing sowing and harvest dates following the approaches from Waha et al. (2012) and Minoli et al. (2019).

[[_TOC_]]

## Running the code:

### Crop calendars (sdate & hdate)
### Crop Calendars (sdate & hdate)

1. Adjust crop parameters in `./compute_sdate_hdate/parameters/crop_parameters.csv` (default are taken from Waha 2012 & Minoli 2019)

Expand All @@ -33,9 +35,11 @@ This folder includes R-coded scripts for computing sowing and harvest dates foll

### Phenological Heat Units (PHU)

1. `./compute_phu/main_ggcmi_ph3.sh`
1. Crop parameters `./compute_phu/parameters/crop_pars_ggcmi_ph3.csv` should correspond to those in LPJmL code `pft_phase3.js`

2. Compute PHU and save as ncdf `./compute_phu/main_ggcmi_ph3.sh`

2. `./compute_phu/postprocessing/create_lpjml_sdate_hdate_phu_input.sh`
3. Generate lpjml input files for prescribing sdate and phu `./compute_phu/postprocessing/create_lpjml_sdate_hdate_phu_input.sh`

### Accessories

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

wd=/home/minoli/crop_calendars_gitlab/ggcmi_ph3/compute_phu

gcms=('UKESM1-0-LL')
gcms=('GFDL-ESM4' 'IPSL-CM6A-LR' 'MPI-ESM1-2-HR' 'MRI-ESM2-0') #('UKESM1-0-LL')
scens=('historical' 'ssp585' 'ssp370' 'ssp126')

for gc in "${!gcms[@]}";do
Expand Down

0 comments on commit 5dbec1b

Please sign in to comment.