Changeset 1148 in lmdz_wrf


Ignore:
Timestamp:
Oct 6, 2016, 3:25:14 PM (8 years ago)
Author:
lfita
Message:

Getting a working version with `shad_cont' with 'dimxyf' and 'colorbarvalues'

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

    r1111 r1148  
    21032103
    21042104            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'
    21082109
    21092110            fvarS = ','.join(vplot)
     
    22232224
    22242225            graphvals = ','.join(CFvplot)
    2225             graphvals = graphvals + ':' + dims + ':' + cbar + ':' + ckind + ',' +    \
    2226               cline + ':' + 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'
    22282229 
    22292230            fvarS = ','.join(vplot)
  • trunk/tools/model_graphics_template.dat

    r1064 r1148  
    1818pyHOME = /home/lluis/etudes/WRF_LMDZ/svn/LMDZ_WRF/tools
    1919# cdo HOME
    20 cdoHOME = /home/lluis/bin/gcc_cdo/1.6.4rc6/bin/cdo
    21 
    22 # Srcatch: should be any previous work removed and start from the scratch?
     20cdoHOME = /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)
    2323scratch = false
    2424
     
    2727
    2828# Scratch figures: should be any figures previous work removed and start from the scratch?
    29 figscratch = false
    30 
    31 # Scratch differences: should be any differences previous work removed and start from the scratch?
     29figscratch = true
     30
     31# Scratch differences: should be any experiment differences previous work removed and start from the scratch?
    3232diffscratch = false
    3333
    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?
    3535figdiffscratch = false
    3636
     37# Scratch model differences: should be any model differences previous work removed and start from the scratch?
     38moddiffscratch = false
     39
     40# Scratch model difference figures: should be any model difference figures previous work removed and start from the scratch?
     41figmoddiffscratch = false
     42
     43# Scratch all model-experiments figures: should be any all model-experiments figures previous work removed and start from the scratch?
     44figallmodexpscratch = false
     45
     46# Have new files, figures and differences been added and do they need to be processed? (overwrites all 'add' values)
     47addall = false
     48
    3749# Have new files been added and do they need to be processed?
    38 addfiles = true
     50addfiles = false
    3951
    4052# Have new figures been added and do they need to be drawn?
    4153addfigures = true
    4254
    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?
    4456adddiffs = true
    4557
    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?
    4759adddifffigures = true
    4860
     61# Have new model differences been added and do they need to be processed and drawn?
     62addmoddiffs = true
     63
     64# Have new model difference figures been added and do they need to be drawn?
     65addmoddifffigures = true
     66
     67# Have new all model-experiment figures been added and do they need to be drawn?
     68addallmodexpfigures = true
     69
    4970# Debug
    50 debug = false
     71debug = true
    5172
    5273# Folder with the files
    5374##ifold = /bdd/PCER/workspace/lfita/etudes/WRF_LMDZ/WaquaL/WRF_LMDZ
    54 ifold = /home/lluis/etudes/WRF_LMDZ/WaquaL_highres/tests/model_graphics
     75ifold = /media/ExtDiskC_ext4/DATA/etudes/WRF_LMDZ/WaquaL_highres/short_copies
    5576
    5677# Output folder
     
    5879ofold = /home/lluis/etudes/WRF_LMDZ/WaquaL_highres/tests/model_graphics
    5980
    60 # Experiments (model runs)
     81# Models
    6182#   WRF: WRF
    6283#   LMDZ: LMDZ model
    6384#   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
     85models=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#       
     99modgraphchar = 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)
     102WRFexps = current:micro1:micro2
    69103LMDZexps = AR40:NPv31
    70104WRF_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
     117expgraphchar = 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
    71118
    72119# Headers of the files to use
     
    92139#   tmean: temporal mean values
    93140#   tstd: temporal standard deviation values
    94 #   turb: Taylor's turbulence decomposition value
    95 #   tvar: temporal variance values (Taylor's turbulence)
     141#   tturb: Taylor's turbulence decomposition value (x - <x>) for time
     142#   tvar: temporal variance values
    96143#   xmean: x-axis mean values
     144#   xvar: x-axis variance values
    97145#   ymean: y-axis mean values
    98146#   zsum: vertical aggregated values
     
    104152#   VAR_[calc1]+[calc2] = tas:wss
    105153#     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
     154VAR_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
     159VAR_tturb+xmean+last = tas:wss:hurs
     160VAR_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')
     166NOreprojops = lmean:Lmean:xmean:ymean:turb
    141167
    142168# Operations which attach a 'surname' at the end of the variable name
    143169#  Values are given as opsur_[surname] = [operation1]:[operation2][:...[operationN]]
    144170#    opsur_mean = tmean:xmean
    145 #      once 'tmean', or 'xmean' are computed, variable [varn] will become [varn]mean
     171#      e.g.: once 'tmean', or 'xmean' are computed, variable [varn] will become [varn]mean
    146172opsur_mean = Lmean:lmean:tmean:xmean:ymean
    147173opsur_std = tstd
    148 opsur_var = tvar
     174opsur_turb = tturb
     175opsur_var = tvar:xvar
    149176
    150177# Text as title for each operation
    151178#   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:turb|turbulence:tvar|tvar:xmean|xmean:ymean|ymean:zsum|zsum
     179titleoperations = 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
    153180
    154181# Pressure levels
     
    175202#    remapnn    Nearest neighbor remapping
    176203#               Performs a nearest neighbor remapping on all input fields.
     204# Operators only available if projections have the corners of the grid points.
    177205#    remapcon   First order conservative remapping
    178206#               Performs a first order conservative remapping on all input fields.
     
    182210#               Performs a largest area fraction remapping on all input fields.
    183211CDOremapvar_dis = uas:vas:wss
    184 CDOremapvar_con = hfls:hfss:hus
     212CDOremapvar_nn = hfls:hfss:hus:hurs
    185213CDOremapvar_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#
     227DIFFOP_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
     240DIFFVAR_tturb+xmean = tas:wss:hurs
     241DIFFVAR_tturb+xmean+last = tas:wss:hurs
     242DIFFVAR_tturb+xmean+tmean = tas:wss:hurs
     243#DIFFVAR_pinterp+tmean+xmean = hus:ta
    186244
    187245# Kind of plots
     
    189247#   diffmap2Dz: 2D map of 3D differences values of 1 variable
    190248#   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)
    191253#   shadconthovmsfc: Hovmoeller diagrams of 2 variables at the surface one in shadow and the other in contourn
    192254#   shadcont2Dsfc: 2D map of shadow (1st variable) and countour (2nd variable) [stvar1]#[stvar2]
     
    197259# DIRPLT_: Figures which can be made directly without another model/experiment output
    198260
    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
     263DIRPLT_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
     266DIRPLT_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
     271PLOTDIFFOP_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
     278PLOTDIFFVAR_shadconthovmsfc = wss|tturb+xmean#tas|tturb+xmean
     279#PLOTDIFFVAR_shadcont2Dzsec = hus|pinterp+tmean+xmean#ta|pinterp+tmean+xmean
     280PLOTDIFFVAR_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
     283PLOTALLMODEXP_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
    214285
    215286# Specific variable-statistisc graphic parameters (if no value is given, they will be retrieved from 'variables_values.dat')
     
    228299#          'fixsigc': fixed color [colname], >0 stright, <0 dashed  line
    229300#        [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
     313specificvarplot = 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.
     314specificdiffopplot = 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.
     315specificdiffvarplot = 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.
    233316
    234317# Figures output kind
     
    236319
    237320# Map to use
    238 mapval = lcc,l
     321mapval = None
    239322
    240323# Time parameters
     
    246329#  [timefmt]; desired format for the time ticks (combination of LaTeX and 'linux date formats')
    247330#  [timelabel]; label at the graph ('!' for spaces)
    248 timekind = exct,6,h
     331timekind = exct,1,d
    249332timefmt = $%d^{%H}$
    250333timelabel = date!($[DD]^{[HH]}$)
Note: See TracChangeset for help on using the changeset viewer.