- Timestamp:
- Aug 10, 2016, 5:53:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/model_graphics_template.dat
r993 r1000 78 78 # ymean: y-axis mean values 79 79 # zsum: vertical aggregated values 80 varkinds = last:tmean:xmean:pinterp:diff:combo81 82 80 # variables (providing CF-name, script must provide equivalent variable for each model) 83 81 # in foudre values from: ${HOME}/UNSW-CCRC-WRF/tools/postprocess/GMS-UC/WRF4G/util/postprocess/wrfncxnj/wrfncxnj.table 84 82 # must exist on the table $pyHOME/variables_values.dat 85 83 # 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' 87 VAR_last = tas:uas:vas:hfss:hfls:wss 88 VAR_mean = tas:uas:vas:hfss:hfls:wss 89 VAR_xmean = tas:uas:vas:hfss:hfls:wss 90 VAR_last+pinterp+xmean = ta:ua:va:hur:hus:turb 91 VAR_pinterp+tmean+xmean = ta:ua:va:hur:hus:turb 92 86 93 #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 87 94 #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 … … 90 97 #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 91 98 92 varlast = tas:uas:vas:hfss:hfls:wss93 vartmean = tas:uas:vas:hfss:hfls:wss94 varxmean = tas:uas:vas:hfss:hfls:wss95 varpinterp = ta:ua:va:hur:ws:hus96 varcombo = ta;pinterp@last@xmean:ua;pinterp@last@xmean:va;pinterp@last@xmean:hur;pinterp@last@xmean:ws;pinterp@turb@xmean:hus;pinterp@turb@xmean97 99 98 100 vardiff = 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.