Changeset 1148 in lmdz_wrf
- Timestamp:
- Oct 6, 2016, 3:25:14 PM (8 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/model_graphics.py
r1111 r1148 2103 2103 2104 2104 graphvals = ','.join(CFvplot) 2105 graphvals = graphvals + ':lon|-1,lat|-1:lon|-1,lat|-1:lon:lat:' + cbar + \ 2106 ':' + ckind + ',' + cline + ':' + cfmt + ':' + srange + ':' + crange + \ 2107 ',9:' + figtit + ':' + kfig + ':None:' + mapval 2105 graphvals = graphvals + ':lon|-1,lat|-1:lon|-1,lat|-1:lon:lat:auto:' + \ 2106 cbar + ',auto,auto:' + ckind + ',' + cline + ':' + cfmt + ':' + \ 2107 srange + ':' + crange + ',9:' + figtit + ':' + kfig + ':None:' + \ 2108 mapval + ':True' 2108 2109 2109 2110 fvarS = ','.join(vplot) … … 2223 2224 2224 2225 graphvals = ','.join(CFvplot) 2225 graphvals = graphvals + ':' + dims + ': ' + cbar + ':' + ckind + ',' +\2226 c line + ':' + cfmt + ':' + srange + ':' + crange + ',9:' + figtit +\2227 ':' + kfig + ':' + reverse + ':None'2226 graphvals = graphvals + ':' + dims + ':auto:' + cbar + ',auto,auto:' + \ 2227 ckind + ',' + cline + ':' + cfmt + ':' + srange + ':' + crange + ',9:' \ 2228 + figtit + ':' + kfig + ':' + reverse + ':None:True' 2228 2229 2229 2230 fvarS = ','.join(vplot) -
trunk/tools/model_graphics_template.dat
r1064 r1148 18 18 pyHOME = /home/lluis/etudes/WRF_LMDZ/svn/LMDZ_WRF/tools 19 19 # cdo HOME 20 cdoHOME = /home/lluis/bin/gcc_cdo/1.6.4rc6/bin /cdo21 22 # Srcatch: should be any previous work removed and start from the scratch? 20 cdoHOME = /home/lluis/bin/gcc_cdo/1.6.4rc6/bin 21 22 # Srcatch: should be any previous work removed and start from the scratch? (overwrites all 'scratch' values) 23 23 scratch = false 24 24 … … 27 27 28 28 # Scratch figures: should be any figures previous work removed and start from the scratch? 29 figscratch = false30 31 # Scratch differences: should be any differences previous work removed and start from the scratch?29 figscratch = true 30 31 # Scratch differences: should be any experiment differences previous work removed and start from the scratch? 32 32 diffscratch = false 33 33 34 # Scratch difference figures: should be any figures previous work removed and start from the scratch?34 # Scratch difference figures: should be any experiment difference figures previous work removed and start from the scratch? 35 35 figdiffscratch = false 36 36 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) 47 addall = false 48 37 49 # Have new files been added and do they need to be processed? 38 addfiles = true50 addfiles = false 39 51 40 52 # Have new figures been added and do they need to be drawn? 41 53 addfigures = true 42 54 43 # Have new differences been added and do they need to be processed and drawn?55 # Have new experiment differences been added and do they need to be processed and drawn? 44 56 adddiffs = true 45 57 46 # Have new difference figures been added and do they need to be drawn?58 # Have new experiment difference figures been added and do they need to be drawn? 47 59 adddifffigures = true 48 60 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 49 70 # Debug 50 debug = false71 debug = true 51 72 52 73 # Folder with the files 53 74 ##ifold = /bdd/PCER/workspace/lfita/etudes/WRF_LMDZ/WaquaL/WRF_LMDZ 54 ifold = / home/lluis/etudes/WRF_LMDZ/WaquaL_highres/tests/model_graphics75 ifold = /media/ExtDiskC_ext4/DATA/etudes/WRF_LMDZ/WaquaL_highres/short_copies 55 76 56 77 # Output folder … … 58 79 ofold = /home/lluis/etudes/WRF_LMDZ/WaquaL_highres/tests/model_graphics 59 80 60 # Experiments (model runs)81 # Models 61 82 # WRF: WRF 62 83 # LMDZ: LMDZ model 63 84 # WRF_LMDZ: LMDZ physics coupled to WRF 64 #models=WRF:WRF_LMDZ:LMDZ 65 models=WRF 66 67 # Experiments (labels of each experiment) 68 WRFexps = control:pbl1 85 models=WRF:WRF_LMDZ:LMDZ 86 87 # Graphic characteristics for models 88 # Values to be used later in the graphics but not in '2lines' 89 # ':' separated list of [model]|[labmodel]|[color]|[linetype]|[marker]|[sizes] 90 # [model]: name of the model (equivalent to value in `models') 91 # [labmodel]: label of the model as it should appear in the graphics 92 # [color]: specific color of the model (and might related to all its experiments in lines plots) 93 # [linetype]: specific type of line of the model (and might related to all its experiments in lines plots) 94 # [marker]: specific marker of the model (and might related to all its experiments in lines plots) 95 # [sizes]: line width and point size for the model (and might related to all its experiments in lines plots) 96 # [tmodif]: time modification to apply to the model files ('None' for nothing) 97 # 'setorigin',[YYYYMMDDHHMISS]: re-set origin of times at [YYYYMMDDHHMISS] 98 # 99 modgraphchar = WRF|wrf|red|-|,|2.|None:WRF_LMDZ|wlmdz|green|-|,|2.|None:LMDZ|lmdz|blue|-|,|2.|setorigin,19800119000000 100 101 # Experiments (labels of each experiment from each model) 102 WRFexps = current:micro1:micro2 69 103 LMDZexps = AR40:NPv31 70 104 WRF_LMDZexps = AR40:NPv31 105 106 # Graphic characteristics for models 107 # Values to be used later in the graphics but not in '2lines' 108 # ':' separated list of [model]|[exp]|[labexp]|[color]|[linetype]|[marker]|[sizes] 109 # [model]: name of the model (equivalent to value in `models') 110 # [exp]: name of the experiment (equivalent to value in `[model]exps') 111 # [labexp]: label of the experiment as it should appear in the graphics 112 # If any of the following values has the value 'asmodel', the equivalent value for [model] will be taken 113 # [color]: specific color of the model 114 # [linetype]: specific type of line of the model 115 # [marker]: specific marker of the model 116 # [sizes]: line width and point size for the model 117 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 71 118 72 119 # Headers of the files to use … … 92 139 # tmean: temporal mean values 93 140 # tstd: temporal standard deviation values 94 # t urb: Taylor's turbulence decomposition value95 # tvar: temporal variance values (Taylor's turbulence)141 # tturb: Taylor's turbulence decomposition value (x - <x>) for time 142 # tvar: temporal variance values 96 143 # xmean: x-axis mean values 144 # xvar: x-axis variance values 97 145 # ymean: y-axis mean values 98 146 # zsum: vertical aggregated values … … 104 152 # VAR_[calc1]+[calc2] = tas:wss 105 153 # will compute first [calc1] and then [calc2] for 'tas' and 'wss' 106 VAR_last = uas:vas:hfss:hfls 107 VAR_tmean = uas:vas:hfss:hfls 108 VAR_tstd = tas:wss 109 VAR_tvar = tas:wss 110 VAR_xmean = uas:vas:hfss:hfls 111 #VAR_last+pinterp+xmean = ua:va:hur:hus:turb 112 VAR_pinterp+tmean+xmean = ua:va 113 114 #varlast = tas:uas:vas:ps:pr:pracc:rsds:prw:evspsbl:hfss:hfls:hurs:huss:zmla:hufs:wakes:lwakeh:stherm:zmaxth:clt:cll:clm:clh:prc:prls:bils:wss 115 #vartmean = tas:uas:vas:ps:pr:pracc:rsds:prw:evspsbl:hfss:hfls:hurs:huss:zmla:hufs:wakes:lwakeh:stherm:zmaxth:clt:cll:clm:clh:prc:prls:bils:wss 116 #varxmean = ta:ua:va:hur:hurs:tas:wss:ps 117 #varpinterp = ta:ua:va:hur:ws:hus 118 #varcombo = ta;pinterp@last@xmean:ua;pinterp@last@xmean:va;pinterp@last@xmean:hur;pinterp@last@xmean:ws;pinterp@turb@xmean:hus;pinterp@turb@xmean 119 120 # Differences to compute 121 # These differences will be computed among experiments and among models (and model-experiments) 122 # ':' separated list of [var]|[op] 123 # DIFFOP_[op]: differences of the [op] of [var]. NOTE: [op] must exist for each experiment 124 # Differences are computed directly from the last stage of the operation 125 # DIFFVAR_[op]: [op] of the [var] differences [var]. NOTE: [var] must exist for each experiment 126 # First are computed the differences from the initial variable file and then operations are made 127 # NOTE: remember that: meanvar2 - meanvar1 = mean(var2 - var1) 128 DIFFOP_last = hfls:hfss 129 DIFFOP_xmean = uas:vas 130 DIFFOP_tmean = hfss:hfls 131 DIFFOP_tstd = tas:wss 132 DIFFOP_tvar = tas:wss 133 DIFFOP_pinterp+tmean+xmean = ua:va 134 135 DIFFVAR_last = hfls:hfss 136 DIFFVAR_xmean = uas:vas 137 DIFFVAR_tmean = hfss:hfls 138 DIFFVAR_tstd = tas:wss 139 DIFFVAR_tvar = tas:wss 140 DIFFVAR_pinterp+tmean+xmean = ua:va 154 VAR_last = uas:vas 155 #VAR_tmean = hfss:hfls 156 #VAR_tstd = tas:wss 157 #VAR_tvar+xmean = tas:wss:hurs 158 #VAR_xvar+ymean = tas:wss:hurs 159 VAR_tturb+xmean+last = tas:wss:hurs 160 VAR_tturb+xmean+tmean = tas:wss:hurs 161 #VAR_xmean = uas:vas:tas 162 ##VAR_last+pinterp+xmean = ua:va:hur:hus:turb 163 #VAR_pinterp+tmean+xmean = hus:ta 164 165 # ':' seaprated list of operations which can not be re-projected (due to the lack of both coordinates: 'lon' and 'lat') 166 NOreprojops = lmean:Lmean:xmean:ymean:turb 141 167 142 168 # Operations which attach a 'surname' at the end of the variable name 143 169 # Values are given as opsur_[surname] = [operation1]:[operation2][:...[operationN]] 144 170 # opsur_mean = tmean:xmean 145 # once 'tmean', or 'xmean' are computed, variable [varn] will become [varn]mean171 # e.g.: once 'tmean', or 'xmean' are computed, variable [varn] will become [varn]mean 146 172 opsur_mean = Lmean:lmean:tmean:xmean:ymean 147 173 opsur_std = tstd 148 opsur_var = tvar 174 opsur_turb = tturb 175 opsur_var = tvar:xvar 149 176 150 177 # Text as title for each operation 151 178 # as ':' separated list of [op]|[explanation '!' as spaces] 152 titleoperations = acc|tacc:diff|diff:direct|!:last|last:Lmean|latmean:Lsec|latsec:lmean|lonmean:lsec|lonsec:pinterp|pinterp:tmean|tmean:tstd|tstd:t urb|turbulence:tvar|tvar:xmean|xmean:ymean|ymean:zsum|zsum179 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 153 180 154 181 # Pressure levels … … 175 202 # remapnn Nearest neighbor remapping 176 203 # Performs a nearest neighbor remapping on all input fields. 204 # Operators only available if projections have the corners of the grid points. 177 205 # remapcon First order conservative remapping 178 206 # Performs a first order conservative remapping on all input fields. … … 182 210 # Performs a largest area fraction remapping on all input fields. 183 211 CDOremapvar_dis = uas:vas:wss 184 CDOremapvar_ con = hfls:hfss:hus212 CDOremapvar_nn = hfls:hfss:hus:hurs 185 213 CDOremapvar_bic = tas:ta 214 215 # Differences to compute 216 # These differences will be computed among experiments and among models (and model-experiments) 217 # ':' separated list of [var]|[op] 218 # DIFFOP_[op]: differences of the [op] of [var]. NOTE: [op] must exist for each experiment 219 # Differences are computed directly from the last stage of the operation 220 # DIFFVAR_[op]: [op] of the [var] differences [var]. NOTE: [var] must exist for each experiment 221 # First are computed the differences from the initial variable file and then operations are made 222 # NOTE: remember that: meanvar2 - meanvar1 = mean(var2 - var1) 223 # NOTE2: For that variables with an opertion from which coordinates 'lon', 'lat' are reduced 224 # One cannot compute model differences as 'DIFFOP' since there is no way to re-project 225 # data which has already lost one of the coordinates variable 226 # 227 DIFFOP_last = uas:vas 228 #DIFFOP_tmean = hfss:hfls 229 #DIFFOP_xmean = uas:vas 230 #DIFFOP_tstd = tas:wss 231 #DIFFOP_tvar = tas:wss 232 #DIFFOP_pinterp+tmean+xmean = hus:ta 233 234 #DIFFVAR_last = uas:vas 235 #DIFFVAR_tmean = hfss:hfls 236 #DIFFVAR_xmean = uas:vas 237 #DIFFVAR_tstd = tas:wss 238 #DIFFVAR_tvar+xmean = tas:wss:hurs 239 #DIFFVAR_xvar+ymean = tas:wss:hurs 240 DIFFVAR_tturb+xmean = tas:wss:hurs 241 DIFFVAR_tturb+xmean+last = tas:wss:hurs 242 DIFFVAR_tturb+xmean+tmean = tas:wss:hurs 243 #DIFFVAR_pinterp+tmean+xmean = hus:ta 186 244 187 245 # Kind of plots … … 189 247 # diffmap2Dz: 2D map of 3D differences values of 1 variable 190 248 # map2Dsfc: 2D map of surface values of 1 variable 249 # 2lines: 1D plot with 2 lines with values at each x/x2 or y/y2 axes 250 # 2lines_time: 1D plot with 2 time-lines with values at each x/x2 or y/y2 axes 251 # Nlines: 1D plot with N lines (only for all models/experimenst figures) 252 # Nlines_time: 1D plot with N time-lines (only for all models/experimenst figures) 191 253 # shadconthovmsfc: Hovmoeller diagrams of 2 variables at the surface one in shadow and the other in contourn 192 254 # shadcont2Dsfc: 2D map of shadow (1st variable) and countour (2nd variable) [stvar1]#[stvar2] … … 197 259 # DIRPLT_: Figures which can be made directly without another model/experiment output 198 260 199 DIRPLT_shadcont2Dsfc = uas|last#vas|last:hfls|last#hfss|last:tas|tstd#wss|tstd:wss|tvar#tas|tvar 200 DIRPLT_shadconthovmsfc = hfls|xmean#hfss|xmean 201 DIRPLT_shadcont2Dzsec = ua|pinterp+tmean+xmean#va|pinterp+tmean+xmean 202 203 #pltshadcont2Dsfc = huss|tmean#tas|tmean:vas|tmean#uas|tmean:ps|tmean#wss|tmean:pr|tmean#rsds|tmean:prw|tmean#clt|tmean:hfls|tmean#hfss|tmean:evspsbl|tmean#bils|tmean:zmaxth|tmean#stherm|tmean:wakeh|tmean#wakes|tmean:zmaxth|tmean#stherm|tmean:prls|tmean#prc|tmean:clt|tmean#cll|tmean:clm|tmean#clh|tmean:hurs|tmean#zmla|tmean:huss|last#tas|last:vas|last#uas|last:ps|last#wss|tmean:pr|last#rsds|last:prw|last#clt|last:hfls|last#hfss|last:evspsbl|last#bils|last:zmaxth|last#stherm|last:wakeh|last#wakes|last:zmaxth|last#stherm|last:prls|last#prc|last:clt|last#cll|last:clm|last#clh|last:hurs|last#zmla|last 204 #pltshadconthovmsfc = hurs|xmean#tas|xmean:wss|xmean#ps|xmean 205 #pltshadcont2Dzsec = ua|pinterp@last@xmean#va|pinterp@last@xmean:hur|pinterp@last@xmean#ta|pinterp@last@xmean:ws|pinterp@turb@xmean#hus|pinterp@turb@xmean 206 207 PLOTDIFFOP_shadcont2Dsfc = hfls|last#hfss|last:hfss|tmean#hfls|tmean:tas|tstd#wss|tstd:wss|tvar#tas|tvar 208 PLOTDIFFOP_shadconthovmsfc = uas|xmean#vas|xmean 209 PLOTDIFFOP_shadcont2Dzsec = ua|pinterp+tmean+xmean#va|pinterp+tmean+xmean 210 211 PLOTDIFFVAR_shadcont2Dsfc = hfls|last#hfss|last:hfss|tmean#hfls|tmean:tas|tstd#wss|tstd:wss|tvar#tas|tvar 212 PLOTDIFFVAR_shadconthovmsfc = uas|xmean#vas|xmean 213 PLOTDIFFVAR_shadcont2Dzsec = ua|pinterp+tmean+xmean#va|pinterp+tmean+xmean 261 #DIRPLT_shadcont2Dsfc = uas|last#vas|last:hfls|tmean#hfss|tmean:uas|last#vas|last:tas|tstd#wss|tstd:wss|tvar#tas|tvar 262 #DIRPLT_shadcont2Dsfc = hfls|tmean#hfss|tmean:wss|tvar#tas|tvar 263 DIRPLT_shadcont2Dsfc = uas|last#vas|last 264 #DIRPLT_shadconthovmsfc = uas|xmean#vas|xmean:uas|xmean#tas|xmean 265 #DIRPLT_shadcont2Dzsec = hus|pinterp+tmean+xmean#ta|pinterp+tmean+xmean 266 DIRPLT_2lines = wss|tturb+xmean+last#tas|tturb+xmean+last:wss|tturb+xmean+tmean#tas|tturb+xmean+tmean 267 #DIRPLT_2linesTime = wss|xvar+ymean#tas|xvar+ymean 268 269 #PLOTDIFFOP_shadcont2Dsfc = uas|last#vas|last:hfls|tmean#hfss|tmean:uas|last#vas|last:tas|tstd#wss|tstd:wss|tvar#tas|tvar 270 #PLOTDIFFOP_shadcont2Dsfc = hfls|tmean#hfss|tmean:wss|tvar#tas|tvar 271 PLOTDIFFOP_shadcont2Dsfc = uas|last#vas|last 272 #PLOTDIFFOP_shadconthovmsfc = uas|xmean#vas|xmean 273 #PLOTDIFFOP_shadcont2Dzsec = hus|pinterp+tmean+xmean#ta|pinterp+tmean+xmean 274 275 #PLOTDIFFVAR_shadcont2Dsfc = uas|last#vas|last:hfls|tmean#hfss|tmean:uas|last#vas|last:tas|tstd#wss|tstd:wss|tvar#tas|tvar 276 #PLOTDIFFVAR_shadcont2Dsfc = hfls|tmean#hfss|tmean:wss|tvar#tas|tvar 277 #PLOTDIFFVAR_shadconthovmsfc = uas|xmean#vas|xmean 278 PLOTDIFFVAR_shadconthovmsfc = wss|tturb+xmean#tas|tturb+xmean 279 #PLOTDIFFVAR_shadcont2Dzsec = hus|pinterp+tmean+xmean#ta|pinterp+tmean+xmean 280 PLOTDIFFVAR_2lines = wss|tturb+xmean+last#tas|tturb+xmean+last:wss|tturb+xmean+tmean#tas|tturb+xmean+tmean 281 #PLOTDIFFVAR_2linesTime = wss|xvar+ymean#tas|xvar+ymean 282 283 PLOTALLMODEXP_Nlines = wss|tturb+xmean+last:tas|tturb+xmean+last:hurs|tturb+xmean+last:wss|tturb+xmean+tmean:tas|tturb+xmean+tmean:hurs|tturb+xmean+tmean 284 #PLOTALLMODEXP_Nlines_time = wss|xvar+ymean:tas|xvar+ymean 214 285 215 286 # Specific variable-statistisc graphic parameters (if no value is given, they will be retrieved from 'variables_values.dat') … … 228 299 # 'fixsigc': fixed color [colname], >0 stright, <0 dashed line 229 300 # [colorcnt]: color for the countor lines 230 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 231 specificdiffopplot = hfls|tmean|shadcont2Dsfc|-20.|20.|seismic|%g|fixsigc|black:hfss|tmean|shadcont2Dsfc|-30.|30.|seismic|%g|fixsigc|black:hfls|last|shadcont2Dsfc|-800.|0.|seismic|%g|fixsigc|black:hfss|last|shadcont2Dsfc|-400.|10.|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|tstd|shadcont2Dsfc|0.|100.|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.001|0.001|seismic|%g|fixsigc|black:ta|pinterp+tmean+xmean|shadcont2Dzsec|-5.|5.|seismic|%g|fixsigc|black 232 specificdiffvarplot = hfls|tmean|shadcont2Dsfc|-20.|20.|seismic|%g|fixsigc|black:hfss|tmean|shadcont2Dsfc|-30.|30.|seismic|%g|fixsigc|black:hfls|last|shadcont2Dsfc|-800.|0.|seismic|%g|fixsigc|black:hfss|last|shadcont2Dsfc|-400.|10.|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|tstd|shadcont2Dsfc|0.|100.|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.001|0.001|seismic|%g|fixsigc|black:ta|pinterp+tmean+xmean|shadcont2Dzsec|-5.|5.|seismic|%g|fixsigc|black 301 # NOTE: meaning of values change by lines-plots 302 # ':' separated list of specific parameters for plotting as: 303 # [varname]|[operation]|[minval]|[maxval]|[lcolor]|[lformat]|[lmark]|[wdthsz] 304 # [varname]: name of the variable 305 # [operation]: '+' separated list of operations 306 # [figure]: figure to be used 307 # [minval]: minimum value 308 # [maxval]: minimum value 309 # [lcolor]: name of the color for the line to use 310 # [lformat]: format of the line ('-', straight, '-.', etc...) 311 # [lmark]: marker of the line 312 # [wdthsz]: width of line and size of marker 313 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. 314 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. 315 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. 233 316 234 317 # Figures output kind … … 236 319 237 320 # Map to use 238 mapval = lcc,l321 mapval = None 239 322 240 323 # Time parameters … … 246 329 # [timefmt]; desired format for the time ticks (combination of LaTeX and 'linux date formats') 247 330 # [timelabel]; label at the graph ('!' for spaces) 248 timekind = exct, 6,h331 timekind = exct,1,d 249 332 timefmt = $%d^{%H}$ 250 333 timelabel = date!($[DD]^{[HH]}$)
Note: See TracChangeset
for help on using the changeset viewer.