-
Notifications
You must be signed in to change notification settings - Fork 129
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 #351 from ESMValGroup/reformat_PIOMAS
Reformat piomas
- Loading branch information
Showing
7 changed files
with
521 additions
and
62 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,37 @@ | ||
diag_script_info = True | ||
|
||
;; Used by: all SeaIce routines | ||
diag_script_info@region = "Arctic" ; "Arctic" or "Antarctic"; entire hemisphere will be evaluated | ||
; Make sure to specify data for the correct hemisphere in the main nml. | ||
diag_script_info@month = "9" ; A = annual mean, 3 = March, 9 = September | ||
diag_script_info@styleset = "CMIP5" ; "CMIP5", "DEFAULT" | ||
|
||
;; Used by: SeaIce_polcon, SeaIce_polcon_diff, SeaIce_ancyc | ||
diag_script_info@range_option = 1 ; 0 = use each model's whole time range as specified in namelist | ||
; 1 = use only intersection of all time ranges | ||
|
||
;; Used by: SeaIce_tsline, SeaIce_ancyc | ||
;; see style_FUNCTIONS/style_$project$.ncl for which data shall be included in the statistics | ||
diag_script_info@multi_model_mean = "n" ; "y" = plot multi-model mean & stddev; "n" = don't | ||
diag_script_info@EMs_in_lg = False ; create legend label for each individual ensemble member | ||
diag_script_info@fill_pole_hole = True ; Fill pole hole in data | ||
diag_script_info@legend_outside = False | ||
|
||
;; Used by: SeaIce_polcon, SeaIce_polcon_diff | ||
diag_script_info@contour_extent = "n" ; y = draw a red contour line for sic extent in polar stereographic plots | ||
diag_script_info@max_vert = 1 ; max allowed number of rows on a panel page (vertical) | ||
diag_script_info@max_hori = 1 ; max allowed number of columns on a panel page (horizontal) | ||
diag_script_info@max_lat = -50. ; Antarctic plotted from -90° up to this latitude | ||
diag_script_info@min_lat = 60. ; Arctic plotted from 90° up to this latitude | ||
diag_script_info@showunits = True ; Show units in title | ||
;diag_script_info@PanelTop = 0.99 ; tune down to get full title of uppermost panel row (default 0.99) | ||
|
||
;; Used by: SeaIce_polcon_diff.ncl | ||
diag_script_info@ref_model = "PIOMAS" ; reference model, as specified in annotations -> if the specified string is | ||
; not found, the routine will print a list of valid strings before crashing | ||
diag_script_info@dst_grid = "./diag_scripts/aux/CDO/cdo_dst_grid_g010" | ||
; path to destination grid file, required by cdo_remapdis | ||
;diag_script_info@grid_min = -0.3 ; min contour value, default: -1. | ||
;diag_script_info@grid_max = 0.3 ; max contour value, default: 1. | ||
;diag_script_info@grid_step = 0.05 ; step between contours, default: 0.2 | ||
;diag_script_info@grid_center = 0.0 ; value to center the color bar, default: 0.0 |
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ A namelist for plotting SeaIce diagnostics at the Arctic and Antarctic | |
Author | ||
Daniel Senftleben (DLR, Germany - [email protected]) | ||
|
||
Contributor | ||
Contributors | ||
Melanie Braeu (DLR, Germany) | ||
Klaus-Dirk Gottschaldt (DLR, Germany - [email protected]) | ||
|
||
|
@@ -37,7 +37,7 @@ This namelist is part of the ESMValTool | |
<verbosity type="integer"> 1 </verbosity> | ||
<exit_on_warning type="boolean"> False </exit_on_warning> | ||
<output_file_type> png </output_file_type> | ||
<tags> D_stroeve07grl, P_esmval, P_crescendo </tags> | ||
<tags> D_stroeve07grl, P_esmval, P_crescendo </tags> | ||
</GLOBAL> | ||
|
||
<MODELS> | ||
|
@@ -210,12 +210,26 @@ This namelist is part of the ESMValTool | |
<model> CMIP5_ETHZ NorESM1-M OImon historical r3i1p1 1960 2005 @{MODELPATH}/ETHZ_CMIP5/ </model> | ||
|
||
<model> CMIP5_ETHZ NorESM1-ME OImon historical r1i1p1 1960 2005 @{MODELPATH}/ETHZ_CMIP5/ </model> | ||
|
||
|
||
<model> OBS HadISST reanaly 20130524 1960 2005 @{OBSPATH}/Tier2/HadISST/ </model> | ||
</MODELS> | ||
|
||
|
||
<DIAGNOSTICS> | ||
<diag> | ||
<description> Set of NH sit contour and difference plots </description> | ||
<variable_def_dir> ./variable_defs/ </variable_def_dir> | ||
<variable> sit </variable> | ||
<field_type> T2Ms </field_type> | ||
<diag_script_cfg_dir> ./nml/cfg_SeaIce/ </diag_script_cfg_dir> | ||
<tags> R_seaIce, T_seaIce </tags> | ||
|
||
<model> OBS_gridfile PIOMAS reanaly 2-1 1978 2017 @{OBSPATH}/Tier2/PIOMAS/ | ||
@{OBSPATH}/Tier2/PIOMAS/OBS_PIOMAS_reanaly_2-1_T2Ms_sit_197801-201712.nc </model> | ||
|
||
<diag_script cfg="cfg_SeaIce_NH_sit.ncl"> SeaIce_polcon.ncl </diag_script> | ||
<diag_script cfg="cfg_SeaIce_NH_sit.ncl"> SeaIce_polcon_diff.ncl </diag_script> | ||
</diag> | ||
|
||
|
||
<diag> | ||
<description> Set of NH sic timeline, contour and difference plots </description> | ||
<variable_def_dir> ./variable_defs/ </variable_def_dir> | ||
|
@@ -224,6 +238,8 @@ This namelist is part of the ESMValTool | |
<diag_script_cfg_dir> ./nml/cfg_SeaIce/ </diag_script_cfg_dir> | ||
<tags> R_seaIce, T_seaIce </tags> | ||
|
||
<model> OBS HadISST reanaly 20130524 1960 2005 @{OBSPATH}/Tier2/HadISST/ </model> | ||
|
||
<model> OBS_gridfile NSIDC-NT sat NH 1979 2005 @{OBSPATH}/Tier2/NSIDC/ | ||
@{OBSPATH}/Tier2/NSIDC/OBS_NSIDC-NT_sat_NH_T2Ms_sic_197811-201312.nc </model> | ||
<model> OBS_gridfile NSIDC-BT sat NH 1979 2005 @{OBSPATH}/Tier2/NSIDC/ | ||
|
@@ -244,6 +260,8 @@ This namelist is part of the ESMValTool | |
<diag_script_cfg_dir> ./nml/cfg_SeaIce/ </diag_script_cfg_dir> | ||
<tags> R_seaIce, T_seaIce </tags> | ||
|
||
<model> OBS HadISST reanaly 20130524 1960 2005 @{OBSPATH}/Tier2/HadISST/ </model> | ||
|
||
<model> OBS_gridfile NSIDC-NT sat SH 1979 2005 @{OBSPATH}/Tier2/NSIDC/ | ||
@{OBSPATH}/Tier2/NSIDC/OBS_NSIDC-NT_sat_SH_T2Ms_sic_197811-201312.nc </model> | ||
<model> OBS_gridfile NSIDC-BT sat SH 1979 2005 @{OBSPATH}/Tier2/NSIDC/ | ||
|
@@ -254,6 +272,7 @@ This namelist is part of the ESMValTool | |
<diag_script cfg="cfg_SeaIce_SH.ncl"> SeaIce_polcon.ncl </diag_script> | ||
<diag_script cfg="cfg_SeaIce_SH.ncl"> SeaIce_polcon_diff.ncl </diag_script> | ||
</diag> | ||
|
||
</DIAGNOSTICS> | ||
|
||
</namelist> |
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.