Changeset 1364 in lmdz_wrf


Ignore:
Timestamp:
Dec 4, 2016, 1:09:12 PM (8 years ago)
Author:
lfita
Message:

Adding `dimvarvalue' examples on template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics_template.dat

    r1348 r1364  
    131131#   acc: temporal accumulated values
    132132#   diff: differences between models
     133#   dimvarvalue: Slicing along the index at the nearest given value of a dimension-variable
     134#     as 'dimvarvalue'~[dimvarn]~[value]
     135#       [dimvarn]: name of the dimension-variable
     136#       [value]: value to slice at
    133137#   direct: no statistics
    134138#   last: last temporal value
     
    165169##VAR_last+pinterp+xmean = ua:va:hur:hus:turb
    166170VAR_pinterp+tmean+xmean = ua:va:wa:hur:hus:ta
     171VAR_dimvarvalue~lon~40. = uas:vas
     172VAR_pinterp+tmean+dimvarvalue~pres~85000. = hus:ta
     173VAR_pinterp+tmean+dimvarvalue~pres~250. = hus:ta
    167174
    168175# ':' seaprated list of operations which can not be re-projected (due to the lack of both coordinates: 'lon' and 'lat')
     
    180187# Text as title for each operation
    181188#   as ':' separated list of [op]|[explanation '!' as spaces]
    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
     189titleoperations = acc|tacc:diff|diff:dimvarvalue|@: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
    183190
    184191# Pressure levels
     
    272279# pinterp+tmean+xmean
    273280DIRPLT_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
     281DIRPLT_shadcont2Dsfc = hus|pinterp+tmean+dimvarvalue~pres~85000.#ta|pinterp+tmean+dimvarvalue~pres~85000.:hus|pinterp+tmean+dimvarvalue~pres~250.#ta|pinterp+tmean+dimvarvalue~pres~250.
    274282
    275283# tmean
Note: See TracChangeset for help on using the changeset viewer.