Changeset 1000 in lmdz_wrf for trunk


Ignore:
Timestamp:
Aug 10, 2016, 5:53:20 PM (9 years ago)
Author:
lfita
Message:

New implementation of designing variables to compute via the prefix 'VAR_'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics_template.dat

    r993 r1000  
    7878#   ymean: y-axis mean values
    7979#   zsum: vertical aggregated values
    80 varkinds = last:tmean:xmean:pinterp:diff:combo
    81 
    8280# variables (providing CF-name, script must provide equivalent variable for each model)
    8381#   in foudre values from: ${HOME}/UNSW-CCRC-WRF/tools/postprocess/GMS-UC/WRF4G/util/postprocess/wrfncxnj/wrfncxnj.table
    8482#   must exist on the table $pyHOME/variables_values.dat
    8583#   varcombo = [varn];[vark1]@...@[varkN]: variable as consecutive kinds of operation
     84# Variables to compute (as possible multiple consecutive combination of operations must start by 'VAR_' separated by '+'
     85#   VAR_[calc1]+[calc2] = tas:wss
     86#     will compute first [calc1] and ten [calc2] for 'tas' and 'wss'
     87VAR_last = tas:uas:vas:hfss:hfls:wss
     88VAR_mean = tas:uas:vas:hfss:hfls:wss
     89VAR_xmean = tas:uas:vas:hfss:hfls:wss
     90VAR_last+pinterp+xmean = ta:ua:va:hur:hus:turb
     91VAR_pinterp+tmean+xmean = ta:ua:va:hur:hus:turb
     92
    8693#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
    8794#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
     
    9097#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
    9198
    92 varlast = tas:uas:vas:hfss:hfls:wss
    93 vartmean = tas:uas:vas:hfss:hfls:wss
    94 varxmean = tas:uas:vas:hfss:hfls:wss
    95 varpinterp = ta:ua:va:hur:ws:hus
    96 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
    9799
    98100vardiff = tas|last:tas|xmean:tas|tmean:wss|last:wss|xmean:wss|tmean:ua|pinterp@last@xmean:va|pinterp@last@xmean
Note: See TracChangeset for help on using the changeset viewer.