[868] | 1 | ### ASCII file to manage `model_graphics.bash' from different models and experiments |
---|
| 2 | # from each one |
---|
| 3 | # |
---|
| 4 | # 1: Variables choice using its CF name |
---|
| 5 | # 2: Kind of statisitcs to apply to the variable |
---|
| 6 | # 3: Kind of plot for the variable |
---|
| 7 | # 4: Kind of difference among models/experiments |
---|
| 8 | # |
---|
[838] | 9 | # Different assumptions are made: |
---|
[868] | 10 | # - model outputs are organized as ${ifold}/${model}/${exp} |
---|
| 11 | # - script outputs will be organized as ${ofold}/${model}/${exp} |
---|
| 12 | # - when diagnostic might be required a new file will be created |
---|
| 13 | # - WRF outputs will have added 'WRFtime' variable |
---|
| 14 | # |
---|
[886] | 15 | # NOTE: in this file all the values are ':' separated lists without ' |
---|
[836] | 16 | |
---|
| 17 | # python HOME |
---|
[1289] | 18 | pyHOME = /home/lfita/etudes/WRF_LMDZ/svn/LMDZ_WRF/tools |
---|
[993] | 19 | # cdo HOME |
---|
[1289] | 20 | cdoHOME = /usr/bin |
---|
[836] | 21 | |
---|
[1148] | 22 | # Srcatch: should be any previous work removed and start from the scratch? (overwrites all 'scratch' values) |
---|
[1007] | 23 | scratch = false |
---|
[868] | 24 | |
---|
[937] | 25 | # Scratch files: should be any files previous work removed and start from the scratch? |
---|
[1022] | 26 | filescratch = false |
---|
[926] | 27 | |
---|
[937] | 28 | # Scratch figures: should be any figures previous work removed and start from the scratch? |
---|
[1289] | 29 | figscratch = false |
---|
[926] | 30 | |
---|
[1148] | 31 | # Scratch differences: should be any experiment differences previous work removed and start from the scratch? |
---|
[1031] | 32 | diffscratch = false |
---|
| 33 | |
---|
[1148] | 34 | # Scratch difference figures: should be any experiment difference figures previous work removed and start from the scratch? |
---|
[1039] | 35 | figdiffscratch = false |
---|
| 36 | |
---|
[1148] | 37 | # Scratch model differences: should be any model differences previous work removed and start from the scratch? |
---|
| 38 | moddiffscratch = false |
---|
| 39 | |
---|
| 40 | # Scratch model difference figures: should be any model difference figures previous work removed and start from the scratch? |
---|
| 41 | figmoddiffscratch = false |
---|
| 42 | |
---|
| 43 | # Scratch all model-experiments figures: should be any all model-experiments figures previous work removed and start from the scratch? |
---|
| 44 | figallmodexpscratch = false |
---|
| 45 | |
---|
| 46 | # Have new files, figures and differences been added and do they need to be processed? (overwrites all 'add' values) |
---|
[1303] | 47 | addall = false |
---|
[1148] | 48 | |
---|
[937] | 49 | # Have new files been added and do they need to be processed? |
---|
[1303] | 50 | addfiles = false |
---|
[937] | 51 | |
---|
| 52 | # Have new figures been added and do they need to be drawn? |
---|
[1041] | 53 | addfigures = true |
---|
[937] | 54 | |
---|
[1148] | 55 | # Have new experiment differences been added and do they need to be processed and drawn? |
---|
[1041] | 56 | adddiffs = true |
---|
[1031] | 57 | |
---|
[1148] | 58 | # Have new experiment difference figures been added and do they need to be drawn? |
---|
[1041] | 59 | adddifffigures = true |
---|
| 60 | |
---|
[1148] | 61 | # Have new model differences been added and do they need to be processed and drawn? |
---|
| 62 | addmoddiffs = true |
---|
| 63 | |
---|
| 64 | # Have new model difference figures been added and do they need to be drawn? |
---|
| 65 | addmoddifffigures = true |
---|
| 66 | |
---|
| 67 | # Have new all model-experiment figures been added and do they need to be drawn? |
---|
| 68 | addallmodexpfigures = true |
---|
| 69 | |
---|
[908] | 70 | # Debug |
---|
[1148] | 71 | debug = true |
---|
[908] | 72 | |
---|
[838] | 73 | # Folder with the files |
---|
[868] | 74 | ##ifold = /bdd/PCER/workspace/lfita/etudes/WRF_LMDZ/WaquaL/WRF_LMDZ |
---|
[1289] | 75 | ifold = /homedata/lfita/etudes/WRF_LMDZ/WaquaL_HighRes |
---|
[838] | 76 | |
---|
| 77 | # Output folder |
---|
[868] | 78 | ##ofold = /bdd/PCER/workspace/lfita/etudes/WRF_LMDZ/WaquaL/WRF_LMDZ |
---|
[1289] | 79 | # ofold = /homedata/lfita/etudes/WRF_LMDZ/WaquaL_HighRes/analysis |
---|
| 80 | ofold = /data/lfita/etudes/WRF_LMDZ/Waqual_HighRes/analysis |
---|
[838] | 81 | |
---|
[1148] | 82 | # Models |
---|
[838] | 83 | # WRF: WRF |
---|
| 84 | # LMDZ: LMDZ model |
---|
| 85 | # WRF_LMDZ: LMDZ physics coupled to WRF |
---|
[1148] | 86 | models=WRF:WRF_LMDZ:LMDZ |
---|
[838] | 87 | |
---|
[1148] | 88 | # Graphic characteristics for models |
---|
| 89 | # Values to be used later in the graphics but not in '2lines' |
---|
| 90 | # ':' separated list of [model]|[labmodel]|[color]|[linetype]|[marker]|[sizes] |
---|
| 91 | # [model]: name of the model (equivalent to value in `models') |
---|
| 92 | # [labmodel]: label of the model as it should appear in the graphics |
---|
| 93 | # [color]: specific color of the model (and might related to all its experiments in lines plots) |
---|
| 94 | # [linetype]: specific type of line of the model (and might related to all its experiments in lines plots) |
---|
| 95 | # [marker]: specific marker of the model (and might related to all its experiments in lines plots) |
---|
| 96 | # [sizes]: line width and point size for the model (and might related to all its experiments in lines plots) |
---|
| 97 | # [tmodif]: time modification to apply to the model files ('None' for nothing) |
---|
| 98 | # 'setorigin',[YYYYMMDDHHMISS]: re-set origin of times at [YYYYMMDDHHMISS] |
---|
| 99 | # |
---|
| 100 | modgraphchar = WRF|wrf|red|-|,|2.|None:WRF_LMDZ|wlmdz|green|-|,|2.|None:LMDZ|lmdz|blue|-|,|2.|setorigin,19800119000000 |
---|
| 101 | |
---|
| 102 | # Experiments (labels of each experiment from each model) |
---|
| 103 | WRFexps = current:micro1:micro2 |
---|
[868] | 104 | LMDZexps = AR40:NPv31 |
---|
| 105 | WRF_LMDZexps = AR40:NPv31 |
---|
[838] | 106 | |
---|
[1148] | 107 | # Graphic characteristics for models |
---|
| 108 | # Values to be used later in the graphics but not in '2lines' |
---|
| 109 | # ':' separated list of [model]|[exp]|[labexp]|[color]|[linetype]|[marker]|[sizes] |
---|
| 110 | # [model]: name of the model (equivalent to value in `models') |
---|
| 111 | # [exp]: name of the experiment (equivalent to value in `[model]exps') |
---|
| 112 | # [labexp]: label of the experiment as it should appear in the graphics |
---|
| 113 | # If any of the following values has the value 'asmodel', the equivalent value for [model] will be taken |
---|
| 114 | # [color]: specific color of the model |
---|
| 115 | # [linetype]: specific type of line of the model |
---|
| 116 | # [marker]: specific marker of the model |
---|
| 117 | # [sizes]: line width and point size for the model |
---|
| 118 | expgraphchar = WRF|current|wcurr|asmodel|asmodel|.|asmodel:WRF|micro1|wmp1|asmodel|asmodel|x|asmodel:WRF|micro2|wmp2|asmodel|asmodel|+|asmodel:LMDZ|AR40|lmdza|asmodel|asmodel|.|asmodel:LMDZ|NPv31|lmdzb|asmodel|asmodel|x|asmodel:WRF_LMDZ|AR40|wlmdza|asmodel|asmodel|.|asmodel:WRF_LMDZ|NPv31|wlmdzb|asmodel|asmodel|x|asmodel |
---|
| 119 | |
---|
[868] | 120 | # Headers of the files to use |
---|
| 121 | WRFheaders = wrfout |
---|
| 122 | WRF_LMDZheaders = wrfout |
---|
| 123 | LMDZheaders = histins |
---|
| 124 | |
---|
[1007] | 125 | # CF times characteristics |
---|
| 126 | # Reference time and units of the CF time for the output files |
---|
| 127 | CFreftime = 19491201000000 |
---|
| 128 | CFunitstime = minutes |
---|
| 129 | |
---|
[923] | 130 | # Kind of calculations (adding the equivalent `surname' to each variable) |
---|
[838] | 131 | # acc: temporal accumulated values |
---|
| 132 | # diff: differences between models |
---|
| 133 | # direct: no statistics |
---|
[923] | 134 | # last: last temporal value |
---|
[886] | 135 | # Lmean: latitudinal mean values |
---|
[838] | 136 | # Lsec: latitudinal section (latitudinal value must be given, [var]@[lat]) |
---|
[886] | 137 | # lmean: longitudinal mean values |
---|
[838] | 138 | # lsec: longitudinal section (longitudinal value must be given, [var]@[lat]) |
---|
[908] | 139 | # pinterp: pressure interpolation (to the given $plevels, see below) |
---|
[838] | 140 | # tmean: temporal mean values |
---|
[1041] | 141 | # tstd: temporal standard deviation values |
---|
[1148] | 142 | # tturb: Taylor's turbulence decomposition value (x - <x>) for time |
---|
| 143 | # tvar: temporal variance values |
---|
[886] | 144 | # xmean: x-axis mean values |
---|
[1148] | 145 | # xvar: x-axis variance values |
---|
[886] | 146 | # ymean: y-axis mean values |
---|
[838] | 147 | # zsum: vertical aggregated values |
---|
| 148 | # variables (providing CF-name, script must provide equivalent variable for each model) |
---|
| 149 | # in foudre values from: ${HOME}/UNSW-CCRC-WRF/tools/postprocess/GMS-UC/WRF4G/util/postprocess/wrfncxnj/wrfncxnj.table |
---|
| 150 | # must exist on the table $pyHOME/variables_values.dat |
---|
[1025] | 151 | # |
---|
[1000] | 152 | # Variables to compute (as possible multiple consecutive combination of operations must start by 'VAR_' separated by '+' |
---|
| 153 | # VAR_[calc1]+[calc2] = tas:wss |
---|
[1011] | 154 | # will compute first [calc1] and then [calc2] for 'tas' and 'wss' |
---|
[1148] | 155 | VAR_last = uas:vas |
---|
| 156 | #VAR_tmean = hfss:hfls |
---|
| 157 | #VAR_tstd = tas:wss |
---|
| 158 | #VAR_tvar+xmean = tas:wss:hurs |
---|
| 159 | #VAR_xvar+ymean = tas:wss:hurs |
---|
| 160 | VAR_tturb+xmean+last = tas:wss:hurs |
---|
| 161 | VAR_tturb+xmean+tmean = tas:wss:hurs |
---|
[1289] | 162 | VAR_xmean = uas:vas:wss:tas:pr:clt:cll:clm:clh:hurs:prw:hfls:hfss:rsds:zmla |
---|
| 163 | VAR_tmean = uas:vas:wss:tas:pr:clt:cll:clm:clh:hurs:prw:hfls:hfss:rsds:zmla |
---|
| 164 | VAR_xmean+tmean = uas:vas:wss:tas:pr:clt:cll:clm:clh:hurs:prw:hfls:hfss:rsds:zmla |
---|
[1148] | 165 | ##VAR_last+pinterp+xmean = ua:va:hur:hus:turb |
---|
[1289] | 166 | VAR_pinterp+tmean+xmean = ua:va:wa:hur:hus:ta |
---|
[1000] | 167 | |
---|
[1148] | 168 | # ':' seaprated list of operations which can not be re-projected (due to the lack of both coordinates: 'lon' and 'lat') |
---|
| 169 | NOreprojops = lmean:Lmean:xmean:ymean:turb |
---|
[971] | 170 | |
---|
[1015] | 171 | # Operations which attach a 'surname' at the end of the variable name |
---|
| 172 | # Values are given as opsur_[surname] = [operation1]:[operation2][:...[operationN]] |
---|
| 173 | # opsur_mean = tmean:xmean |
---|
[1148] | 174 | # e.g.: once 'tmean', or 'xmean' are computed, variable [varn] will become [varn]mean |
---|
[1015] | 175 | opsur_mean = Lmean:lmean:tmean:xmean:ymean |
---|
[1041] | 176 | opsur_std = tstd |
---|
[1148] | 177 | opsur_turb = tturb |
---|
| 178 | opsur_var = tvar:xvar |
---|
[926] | 179 | |
---|
[1025] | 180 | # Text as title for each operation |
---|
| 181 | # as ':' separated list of [op]|[explanation '!' as spaces] |
---|
[1148] | 182 | titleoperations = acc|tacc:diff|diff:direct|!:last|last:Lmean|latmean:Lsec|latsec:lmean|lonmean:lsec|lonsec:pinterp|pinterp:tmean|tmean:tstd|tstd:tturb|tturb:tvar|tvar:xmean|xmean:xvar|xvar:ymean|ymean:zsum|zsum |
---|
[1025] | 183 | |
---|
[908] | 184 | # Pressure levels |
---|
[1011] | 185 | # Common vertical pressure levels (in Pa) to vertically interpolate |
---|
[963] | 186 | #39Lowp#plevels = 100500.:100000.:98500.:97500.:95000.:92500.:90000.:87500.:85000.:80000.:75000.:70000.:65000.:60000.:55000.:50000.:45000.:40000.:35000.:30000.:25000.:20000.:15000.:10000.:900.:800.:700.:600.:500.:400.:300.:200.::1000.:85.:50.:40.:30.:20.:10. |
---|
| 187 | #26#plevels = 100000.:97500.:95000.:92500.:90000.:85000.:80000.:75000.:70000.:65000.:60000.:55000.:50000.:45000.:40000.:35000.:30000.:25000.:20000.:15000.:10000.:5000.:2500.:1000.:500.:250. |
---|
[908] | 188 | plevels = 100000.:97500.:95000.:92500.:90000.:85000.:80000.:75000.:70000.:65000.:60000.:55000.:50000.:45000.:40000.:35000.:30000.:25000.:20000.:15000.:10000.:5000.:2500.:1000.:500.:250. |
---|
[924] | 189 | |
---|
[1186] | 190 | # Variables reprojection to compute differences among models (which might use different projections) |
---|
[1064] | 191 | # ':' separated list of models to use as reference for the common projection |
---|
| 192 | RefProj = WRF:WRF_LMDZ |
---|
[963] | 193 | |
---|
[1186] | 194 | # Reprojection methodologies using `RefProj' as common projection |
---|
| 195 | # |
---|
[1064] | 196 | # CDO remapping option to be used for each variable |
---|
| 197 | # ':' separated list for each of CDO's operators (version depending) to use for each variable |
---|
| 198 | # List of available remapping operators from CDO v 1.6.4rc6 |
---|
| 199 | # remapbil Bilinear interpolation |
---|
| 200 | # Performs a bilinear interpolation on all input fields. |
---|
| 201 | # This interpolation method only works on quadrilateral curvilinear grids. |
---|
| 202 | # remapbic Bicubic interpolation |
---|
| 203 | # Performs a bicubic interpolation on all input fields. |
---|
| 204 | # This interpolation method only works on quadrilateral curvilinear grids. |
---|
| 205 | # remapdis Distance-weighted average remapping |
---|
| 206 | # Performs a distance-weighted average remapping of the four nearest neighbor |
---|
| 207 | # values on all input fields. |
---|
| 208 | # remapnn Nearest neighbor remapping |
---|
| 209 | # Performs a nearest neighbor remapping on all input fields. |
---|
[1148] | 210 | # Operators only available if projections have the corners of the grid points. |
---|
[1064] | 211 | # remapcon First order conservative remapping |
---|
| 212 | # Performs a first order conservative remapping on all input fields. |
---|
| 213 | # remapcon2 Second order conservative remapping |
---|
| 214 | # Performs a second order conservative remapping on all input fields. |
---|
| 215 | # remaplaf Largest area fraction remapping |
---|
| 216 | # Performs a largest area fraction remapping on all input fields. |
---|
[1186] | 217 | ####### ####### ####### or additionally ####### ####### ####### |
---|
| 218 | # python remapping |
---|
| 219 | # remapping using functions created on purpose |
---|
| 220 | # dis Distance-weighted average remapping |
---|
| 221 | # Performs a distance-weighted average remapping of the four nearest neighbor |
---|
| 222 | # values on all input fields. |
---|
| 223 | # pnn Nearest neighbor remapping |
---|
| 224 | # Performs a nearest neighbor remapping on all input fields. |
---|
[1289] | 225 | reprojectvar_dis = uas:vas:wss:pr:ua:va:wa:hur:hus:ta:hfls:hfss:zmla |
---|
| 226 | reprojectvar_pnn = tas:hfls:hfss:hus:hurs:clt:cll:clm:clh:prw:rsds |
---|
[1064] | 227 | |
---|
[1148] | 228 | # Differences to compute |
---|
| 229 | # These differences will be computed among experiments and among models (and model-experiments) |
---|
| 230 | # ':' separated list of [var]|[op] |
---|
| 231 | # DIFFOP_[op]: differences of the [op] of [var]. NOTE: [op] must exist for each experiment |
---|
| 232 | # Differences are computed directly from the last stage of the operation |
---|
| 233 | # DIFFVAR_[op]: [op] of the [var] differences [var]. NOTE: [var] must exist for each experiment |
---|
| 234 | # First are computed the differences from the initial variable file and then operations are made |
---|
| 235 | # NOTE: remember that: meanvar2 - meanvar1 = mean(var2 - var1) |
---|
| 236 | # NOTE2: For that variables with an opertion from which coordinates 'lon', 'lat' are reduced |
---|
| 237 | # One cannot compute model differences as 'DIFFOP' since there is no way to re-project |
---|
| 238 | # data which has already lost one of the coordinates variable |
---|
| 239 | # |
---|
| 240 | DIFFOP_last = uas:vas |
---|
[1289] | 241 | DIFFOP_tmean = uas:vas:wss:tas:pr:clt:cll:clm:clh:hurs:prw:hfls:hfss:rsds:zmla |
---|
[1148] | 242 | |
---|
| 243 | DIFFVAR_tturb+xmean = tas:wss:hurs |
---|
| 244 | DIFFVAR_tturb+xmean+last = tas:wss:hurs |
---|
| 245 | DIFFVAR_tturb+xmean+tmean = tas:wss:hurs |
---|
[1289] | 246 | DIFFVAR_xmean = uas:vas:tas:wss:pr:clt:cll:clm:clh:hurs:prw:hfls:hfss:rsds:zmla |
---|
| 247 | DIFFVAR_xmean+tmean = uas:vas:wss:tas:pr:clt:cll:clm:clh:hurs:prw:hfls:hfss:rsds:zmla |
---|
| 248 | DIFFVAR_pinterp+tmean+xmean = ua:va:wa:hur:hus:ta |
---|
[1148] | 249 | |
---|
[838] | 250 | # Kind of plots |
---|
| 251 | # diffmap2Dsfc: 2D map of surface differences values of 1 variable |
---|
| 252 | # diffmap2Dz: 2D map of 3D differences values of 1 variable |
---|
| 253 | # map2Dsfc: 2D map of surface values of 1 variable |
---|
[1148] | 254 | # 2lines: 1D plot with 2 lines with values at each x/x2 or y/y2 axes |
---|
| 255 | # 2lines_time: 1D plot with 2 time-lines with values at each x/x2 or y/y2 axes |
---|
| 256 | # Nlines: 1D plot with N lines (only for all models/experimenst figures) |
---|
| 257 | # Nlines_time: 1D plot with N time-lines (only for all models/experimenst figures) |
---|
[956] | 258 | # shadconthovmsfc: Hovmoeller diagrams of 2 variables at the surface one in shadow and the other in contourn |
---|
[937] | 259 | # shadcont2Dsfc: 2D map of shadow (1st variable) and countour (2nd variable) [stvar1]#[stvar2] |
---|
[956] | 260 | # shadcont2Dzsec: 2D map of vertical section of 2 variables one in shadow and the other in contourn |
---|
[924] | 261 | # |
---|
[1025] | 262 | # ':' separated list of statitsics variable values are given as: [var]|['+' separated list of operations] |
---|
[926] | 263 | # in figures with more than 1 variable, use '#' to separate them |
---|
[1025] | 264 | # DIRPLT_: Figures which can be made directly without another model/experiment output |
---|
[838] | 265 | |
---|
[1289] | 266 | # tmean |
---|
| 267 | DIRPLT_shadcont2Dsfc = uas|tmean#vas|tmean:hfls|tmean#hfss|tmean:wss|tmean#tas|tmean:pr|tmean#clt|tmean:hurs|tmean#cll|tmean:clm|tmean#clh|tmean:prw|tmean#zmla|tmean |
---|
| 268 | # xmean |
---|
| 269 | DIRPLT_shadconthovmsfc = uas|xmean#vas|xmean:hfls|xmean#hfss|xmean:wss|xmean#tas|xmean:pr|xmean#clt|xmean:hurs|xmean#cll|xmean:clm|xmean#clh|xmean:prw|xmean#zmla|xmean |
---|
| 270 | # xmean+tmean |
---|
| 271 | DIRPLT_2lines = uas|xmean+tmean#vas|xmean+tmean:hfls|xmean+tmean#hfss|xmean+tmean:wss|xmean+tmean#tas|xmean+tmean:pr|xmean+tmean#clt|xmean+tmean:hurs|xmean+tmean#cll|xmean+tmean:clm|xmean+tmean#clh|xmean+tmean:prw|xmean+tmean#zmla|xmean+tmean |
---|
| 272 | # pinterp+tmean+xmean |
---|
| 273 | DIRPLT_shadcont2Dzsec = hus|pinterp+tmean+xmean#ta|pinterp+tmean+xmean:va|pinterp+tmean+xmean#ua|pinterp+tmean+xmean:wa|pinterp+tmean+xmean#hur|pinterp+tmean+xmean |
---|
[924] | 274 | |
---|
[1289] | 275 | # tmean |
---|
| 276 | PLOTDIFFOP_shadcont2Dsfc = uas|tmean#vas|tmean:hfls|tmean#hfss|tmean:wss|tmean#tas|tmean:pr|tmean#clt|tmean:hurs|tmean#cll|tmean:clm|tmean#clh|tmean:prw|tmean#zmla|tmean |
---|
[924] | 277 | |
---|
[1289] | 278 | # xmean |
---|
| 279 | DIFFPLOTVAR_shadconthovsfc = uas|xmean#vas|xmean:hfls|xmean#hfss|xmean:wss|xmean#tas|xmean:pr|xmean#clt|xmean:hurs|xmean#cll|xmean:clm|xmean#clh|xmean:prw|xmean#zmla|xmean |
---|
| 280 | # xmean+tmean |
---|
| 281 | DIFFPLOVAR_2lines = uas|xmean+tmean#vas|xmean+tmean:hfls|xmean+tmean#hfss|xmean+tmean:wss|xmean+tmean#tas|xmean+tmean:pr|xmean+tmean#clt|xmean+tmean:hurs|xmean+tmean#cll|xmean+tmean:clm|xmean+tmean#clh|xmean+tmean:prw|xmean+tmean#zmla|xmean+tmean |
---|
| 282 | # pinterp+tmean+xmean |
---|
| 283 | DIFFPLOTVAR_shadcont2Dzsec = hus|pinterp+tmean+xmean#ta|pinterp+tmean+xmean:va|pinterp+tmean+xmean#ua|pinterp+tmean+xmean:wa|pinterp+tmean+xmean#hur|pinterp+tmean+xmean |
---|
[924] | 284 | |
---|
[1289] | 285 | # All mod/exp |
---|
[1315] | 286 | PLOTALLMODEXP_Nlines = uas|xmean+tmean:vas|xmean+tmean:hfls|xmean+tmean:hfss|xmean+tmean:wss|xmean+tmean:tas|xmean+tmean:pr|xmean+tmean:clt|xmean+tmean:hurs|xmean+tmean:cll|xmean+tmean:clm|xmean+tmean:clh|xmean+tmean:prw|xmean+tmean:zmla|xmean+tmean |
---|
[1039] | 287 | |
---|
[926] | 288 | # Specific variable-statistisc graphic parameters (if no value is given, they will be retrieved from 'variables_values.dat') |
---|
| 289 | # ':' separated list of specific parameters for plotting as: |
---|
[1025] | 290 | # [varname]|[operation]|[minval]|[maxval]|[colorbar]|[cntformat]|[colorcnt] |
---|
[926] | 291 | # [varname]: name of the variable |
---|
[1025] | 292 | # [operation]: '+' separated list of operations |
---|
[926] | 293 | # [figure]: figure to be used |
---|
| 294 | # [minval]: minimum value |
---|
| 295 | # [maxval]: minimum value |
---|
| 296 | # [colorbar]: name of the colorbar (from matplotlib) to use |
---|
| 297 | # [cntformat]: format of the contour labels |
---|
[1057] | 298 | # [cntkind]: kind of contours |
---|
| 299 | # 'cmap': as it gets from colorcnt (which in this case must be a valid colorbar) |
---|
| 300 | # 'fixc': fixed color [colname], all stright lines |
---|
| 301 | # 'fixsigc': fixed color [colname], >0 stright, <0 dashed line |
---|
[926] | 302 | # [colorcnt]: color for the countor lines |
---|
[1148] | 303 | # NOTE: meaning of values change by lines-plots |
---|
| 304 | # ':' separated list of specific parameters for plotting as: |
---|
| 305 | # [varname]|[operation]|[minval]|[maxval]|[lcolor]|[lformat]|[lmark]|[wdthsz] |
---|
| 306 | # [varname]: name of the variable |
---|
| 307 | # [operation]: '+' separated list of operations |
---|
| 308 | # [figure]: figure to be used |
---|
| 309 | # [minval]: minimum value |
---|
| 310 | # [maxval]: minimum value |
---|
| 311 | # [lcolor]: name of the color for the line to use |
---|
| 312 | # [lformat]: format of the line ('-', straight, '-.', etc...) |
---|
| 313 | # [lmark]: marker of the line |
---|
| 314 | # [wdthsz]: width of line and size of marker |
---|
| 315 | specificvarplot = cll|last|shadcont2Dsfc|0.|1.|gist_gray|%g|fixc|black:clh|last|shadcont2Dsfc|0.|1.|gist_gray|%g|fixc|black:husturbmean|pinterp@turb@xmean|shadcont2Dzsec|0.|1.e-6|Blues|%g|fixc|black:tas|tstd|shadcont2Dsfc|0.|10.|Reds|%g|fixc|black:wss|tstd|shadcont2Dsfc|0.|10.|Blues|%g|fixc|black:tas|tstd|shadcont2Dsfc|0.|100.|Reds|%g|fixc|black:wss|tstd|shadcont2Dsfc|0.|100.|Blues|%g|fixc|black:hfss|xmean|shadconthovmsfc|-40.|40.|Reds|%g|fixc|black:tas|tstd|shadcont2Dsfc|0.|1.5|Reds|%g|fixc|black:tas|tvar|shadcont2Dsfc|0.|1.5|Reds|%g|fixc|black:wss|tstd|shadcont2Dsfc|0.|8.|Greens|%g|fixc|black:wss|xvar+ymean|2linesTime|0.|15.|green|-|,|2.:tas|xvar+ymean|2linesTime|0.|2.|blue|-|,|2. |
---|
| 316 | specificdiffopplot = hfls|tmean|shadcont2Dsfc|-800.|800.|seismic|%g|fixsigc|black:hfss|tmean|shadcont2Dsfc|-300.|300.|seismic|%g|fixsigc|black:hfls|last|shadcont2Dsfc|-800.|800.|seismic|%g|fixsigc|black:hfss|last|shadcont2Dsfc|-400.|400.|seismic|%g|fixsigc|black:uas|xmean|shadcont2Dsfc|-20.|20.|seismic|%g|fixsigc|black:vas|xmean|shadcont2Dsfc|-30.|30.|seismic|%g|fixsigc|black:ua|pinterp+tmean+xmean|shadcont2Dsfc|-20.|20.|seismic|%g|fixsigc|black:va|pinterp+tmean+xmean|shadcont2Dsfc|-20.|20.|seismic|%g|fixsigc|black:tas|tstd|shadcont2Dsfc|0.|10.|Reds|%g|fixsigc|black:wss|tstd|shadcont2Dsfc|0.|10.|Blues|%g|fixsigc|black:tas|tvar|shadcont2Dsfc|0.|4.|Reds|%g|fixsigc|black:wss|tvar|shadcont2Dsfc|0.|30.|Blues|%g|fixsigc|black:hfss|xmean|shadconthovmsfc|-40.|40.|Reds|%g|fixsigc|black:hus|pinterp+tmean+xmean|shadcont2Dzsec|-0.001|0.001|seismic|%g|fixsigc|black:ta|pinterp+tmean+xmean|shadcont2Dzsec|-5.|5.|seismic|%g|fixsigc|black:wss|xvar+ymean|2linesTime|0.|15.|green|-|,|2.:tas|xvar+ymean|2linesTime|0.|2.|blue|-|,|2. |
---|
| 317 | specificdiffvarplot = hfls|tmean|shadcont2Dsfc|-800.|800.|seismic|%g|fixsigc|black:hfss|tmean|shadcont2Dsfc|-300.|300.|seismic|%g|fixsigc|black:hfls|last|shadcont2Dsfc|-800.|800.|seismic|%g|fixsigc|black:hfss|last|shadcont2Dsfc|-400.|400.|seismic|%g|fixsigc|black:uas|xmean|shadcont2Dsfc|-20.|20.|seismic|%g|fixsigc|black:vas|xmean|shadcont2Dsfc|-30.|30.|seismic|%g|fixsigc|black:ua|pinterp+tmean+xmean|shadcont2Dsfc|-20.|20.|seismic|%g|fixsigc|black:va|pinterp+tmean+xmean|shadcont2Dsfc|-20.|20.|seismic|%g|fixsigc|black:tas|tstd|shadcont2Dsfc|0.|10.|Reds|%g|fixsigc|black:wss|tvar|shadcont2Dsfc|0.|40.|Blues|%g|fixsigc|black:tas|tvar|shadcont2Dsfc|0.|4.|Reds|%g|fixsigc|black:wss|tstd|shadcont2Dsfc|0.|100.|Blues|%g|fixsigc|black:hfss|xmean|shadconthovmsfc|-40.|40.|Reds|%g|fixsigc|black:hus|pinterp+tmean+xmean|shadcont2Dzsec|-0.003|0.003|seismic|%g|fixsigc|black:ta|pinterp+tmean+xmean|shadcont2Dzsec|-80.|80.|seismic|%g|fixsigc|black:wss|xvar+ymean|2linesTime|0.|25.|green|-|,|2.:tas|xvar+ymean|2linesTime|0.|3.|blue|-|,|2. |
---|
[926] | 318 | |
---|
| 319 | # Figures output kind |
---|
[1289] | 320 | kindfig = png |
---|
[868] | 321 | |
---|
[926] | 322 | # Map to use |
---|
[1148] | 323 | mapval = None |
---|
[926] | 324 | |
---|
[937] | 325 | # Time parameters |
---|
| 326 | # [timekind]; kind of output for the time ticks |
---|
| 327 | # 'Nval': according to a given number of values as 'Nval',[Nval] |
---|
| 328 | # 'exct': according to an exact number [Nunits] of time unit as 'exct',[tunit]; |
---|
| 329 | # tunit= [Nunits],[tu] |
---|
| 330 | # [tu]= 'c': centuries, 'y': year, 'm': month, 'w': week, 'd': day, 'h': hour, 'i': minute, 's': second, 'l': milisecond |
---|
| 331 | # [timefmt]; desired format for the time ticks (combination of LaTeX and 'linux date formats') |
---|
| 332 | # [timelabel]; label at the graph ('!' for spaces) |
---|
[1148] | 333 | timekind = exct,1,d |
---|
[937] | 334 | timefmt = $%d^{%H}$ |
---|
| 335 | timelabel = date!($[DD]^{[HH]}$) |
---|
| 336 | |
---|
[868] | 337 | # Generic |
---|
| 338 | errmsg = ERROR--error--ERROR--error |
---|
| 339 | warnmsg = WARNING--warning--WARNING--warning |
---|
| 340 | |
---|