run regional diagnostics 20160513 -...

5
How to Run a Regional Diagnostics: Outline 1: Define a new regional name 2: Create a new control file 3. Replace the default name “global” with the new regional name 4. Make a run

Upload: others

Post on 15-Oct-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: run regional diagnostics 20160513 - redwood.ess.uci.eduredwood.ess.uci.edu/mingquan/www/ILAMB/Doc/run_regional_diagnostics.pdfHow to Run a Regional Diagnostics: Outline 1: Define a

How to Run a Regional Diagnostics:

Outline 1: Define a new regional name 2: Create a new control file 3. Replace the default name “global” with the new regional name 4. Make a run

Page 2: run regional diagnostics 20160513 - redwood.ess.uci.eduredwood.ess.uci.edu/mingquan/www/ILAMB/Doc/run_regional_diagnostics.pdfHow to Run a Regional Diagnostics: Outline 1: Define a

1. Define your new region in $ILAMB_ROOT/CODES/INPUT/retrieve_latlon_region.ncl

If the regional name is not defined in the code, please make a copy similar to “global” to define a new region, for example South US: if (str_lower(KeyWord).eq.”south.us") then lat = (/ 25.5, 37.0/) lon = (/-109.5, -88.5/) end if The region name here should be in lower cases

retrieve_latlon_region.ncl

Page 3: run regional diagnostics 20160513 - redwood.ess.uci.eduredwood.ess.uci.edu/mingquan/www/ILAMB/Doc/run_regional_diagnostics.pdfHow to Run a Regional Diagnostics: Outline 1: Define a

Part 1: Models

Part 2: Global Variables

Part 3: Variable to Variable Relationship

Part 4: Time Series Comparison

Go to the directory $ILAMB_ROOT/CODES/INPUT/ Copy ILAMB_PARA_SETUP.CMIP5 To ILAMB_PARA_SETUP, make sure if all model names Are right in part 1 and delete non-used models.

2. Make a new control file $ILAMB_ROOT/CODES/INPUT/ILAMB_PARA_SETUP

Page 4: run regional diagnostics 20160513 - redwood.ess.uci.eduredwood.ess.uci.edu/mingquan/www/ILAMB/Doc/run_regional_diagnostics.pdfHow to Run a Regional Diagnostics: Outline 1: Define a

Method In part 2, change “Global” to the new region name “South.US”.

3. Replace “Global” with the new regional name

Page 5: run regional diagnostics 20160513 - redwood.ess.uci.eduredwood.ess.uci.edu/mingquan/www/ILAMB/Doc/run_regional_diagnostics.pdfHow to Run a Regional Diagnostics: Outline 1: Define a

Method Go to $ILAMB_ROOT/CODES and Run the package ./ILAMB_Main.csh >&output.log& Or use other command to submit a job

4. Run the package