source: lmdz_wrf/trunk/tools/model_graphics_template.dat @ 948

Last change on this file since 948 was 937, checked in by lfita, 9 years ago

Working verion with the 'shadconthovmsfc'

File size: 6.7 KB
Line 
1### ASCII file to manage `model_graphics.bash' from different models and experiments
2#  from each one
3#
4#  1: Variables choice using its CF name
5#  2: Kind of statisitcs to apply to the variable
6#  3: Kind of plot for the variable
7#  4: Kind of difference among models/experiments
8#
9# Different assumptions are made:
10#  - model outputs are organized as ${ifold}/${model}/${exp}
11#  - script outputs will be organized as ${ofold}/${model}/${exp}
12#  - when diagnostic might be required a new file will be created
13#  - WRF outputs will have added 'WRFtime' variable
14#
15# NOTE: in this file all the values are ':' separated lists without '
16
17# python HOME
18HOMEpy = ${HOME}/etudes/WRF_LMDZ/svn/LMDZ_WRF/tools
19
20# Srcatch: should be any previous work removed and start from the scratch?
21scratch = false
22
23# Scratch files: should be any files previous work removed and start from the scratch?
24filescratch = false
25
26# Scratch figures: should be any figures previous work removed and start from the scratch?
27figscratch = false
28
29# Have new files been added and do they need to be processed?
30addfiles = false
31
32# Have new figures been added and do they need to be drawn?
33addfiles = false
34
35# Debug
36debug=false
37
38# Folder with the files
39##ifold = /bdd/PCER/workspace/lfita/etudes/WRF_LMDZ/WaquaL/WRF_LMDZ
40ifold = /home/lluis/etudes/WRF_LMDZ/WaquaL_highres/tests/model_graphics
41
42# Output folder
43##ofold = /bdd/PCER/workspace/lfita/etudes/WRF_LMDZ/WaquaL/WRF_LMDZ
44ofold = /home/lluis/etudes/WRF_LMDZ/WaquaL_highres/tests/model_graphics
45
46# Experiments (model runs)
47#   WRF: WRF
48#   LMDZ: LMDZ model
49#   WRF_LMDZ: LMDZ physics coupled to WRF
50#models=WRF:WRF_LMDZ:LMDZ
51models=WRF
52
53# Experiments (labels of each experiment)
54WRFexps = control:pbl1
55LMDZexps = AR40:NPv31
56WRF_LMDZexps = AR40:NPv31
57
58# Headers of the files to use
59WRFheaders = wrfout
60WRF_LMDZheaders = wrfout
61LMDZheaders = histins
62
63# Kind of calculations (adding the equivalent `surname' to each variable)
64#   acc: temporal accumulated values
65#   diff: differences between models
66#   direct: no statistics
67#   last: last temporal value
68#   Lmean: latitudinal mean values
69#   Lsec: latitudinal section (latitudinal value must be given, [var]@[lat])
70#   lmean: longitudinal mean values
71#   lsec: longitudinal section (longitudinal value must be given, [var]@[lat])
72#   pinterp: pressure interpolation (to the given $plevels, see below)
73#   tmean: temporal mean values
74#   xmean: x-axis mean values
75#   ymean: y-axis mean values
76#   zsum: vertical aggregated values
77varkinds = last:tmean:xmean:diff:pinterp:combo
78
79# variables (providing CF-name, script must provide equivalent variable for each model)
80#   in foudre values from: ${HOME}/UNSW-CCRC-WRF/tools/postprocess/GMS-UC/WRF4G/util/postprocess/wrfncxnj/wrfncxnj.table
81#   must exist on the table $pyHOME/variables_values.dat
82#   varcombo = [varn];[vark1]@...@[varkN]: variable as consecutive kinds of operation
83varlast = 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
84vartmean = 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
85varxmean = ta:ua:va:hur:hurs:tas:wss:ps
86vardiff = ualmean:valmean:talmean:huslmean:uas:vas:ps:pr
87varpinterp = ta:ua:va:hur
88varcombo = ta;pinterp@last@xmean:ua;pinterp@last@xmean:va;pinterp@last@xmean:hur;pinterp@last@xmean
89
90# Operations which attach 'mean' at the end of the variable name
91varmeanname='Lmean:lmean:tmean:xmean:ymean'
92
93# Pressure levels
94#   Common vertical pressure levels to compute vertical differences
95plevels = 100000.:97500.:95000.:92500.:90000.:85000.:80000.:75000.:70000.:65000.:60000.:55000.:50000.:45000.:40000.:35000.:30000.:25000.:20000.:15000.:10000.:5000.:2500.:1000.:500.:250.
96
97# Kind of plots
98#   diffmap2Dsfc: 2D map of surface differences values of 1 variable
99#   diffmap2Dz: 2D map of 3D differences values of 1 variable
100#   shadconthovmsfc: Hovmoeller diagrams of 2 variables at the surface in shadow and the other in contourn
101#   map2Dsfc: 2D map of surface values of 1 variable
102#   map3D: 2D map of 3D values of 1 variable
103#   shadcont2Dsfc: 2D map of shadow (1st variable) and countour (2nd variable) [stvar1]#[stvar2]
104#
105#   ':' separated list of statitsics variable values are given as: [var]|[kind(including combo values)]
106#     in figures with more than 1 variable, use '#' to separate them
107drawplots = shadcont2Dsfc:shadconthovmsfc
108
109# Figures which can be made directly without another model/experiment output
110directplots = shadconthovmsfc:map2Dsfc:map3D:shadcont2Dsfc
111
112pltshadcont2Dsfc = 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
113pltshadconthovmsfc = hurs|xmean#tas|xmean:wss|xmean#ps|xmean
114
115pltdiffmap2Dsfc = uas:vas:ps:pr
116pltdiffmap2Dz = uapxmean:vapxmean:tapxmean:huspxmean
117
118# Specific variable-statistisc graphic parameters (if no value is given, they will be retrieved from 'variables_values.dat')
119#  ':' separated list of specific parameters for plotting as:
120#      [varname]|[statistics]|[minval]|[maxval]|[colorbar]|[cntformat]|[colorcnt]
121#        [varname]: name of the variable
122#        [statistics]: statistics (also combo)
123#        [figure]: figure to be used
124#        [minval]: minimum value
125#        [maxval]: minimum value
126#        [colorbar]: name of the colorbar (from matplotlib) to use
127#        [cntformat]: format of the contour labels
128#        [colorcnt]: color for the countor lines
129specificvarplot = cll|last|shadcount2Dsfc|0.|1.|gist_gray|black:clh|last|shadcount2Dsfc|0.|1.|gist_gray|black
130
131# Figures output kind
132kindfig = pdf
133
134# Map to use
135mapval = lcc,l
136
137# Time parameters
138#  [timekind]; kind of output for the time ticks
139#     'Nval': according to a given number of values as 'Nval',[Nval]
140#     'exct': according to an exact number [Nunits] of time unit as 'exct',[tunit];
141#       tunit= [Nunits],[tu]
142#         [tu]= 'c': centuries, 'y': year, 'm': month, 'w': week, 'd': day, 'h': hour, 'i': minute, 's': second, 'l': milisecond
143#  [timefmt]; desired format for the time ticks (combination of LaTeX and 'linux date formats')
144#  [timelabel]; label at the graph ('!' for spaces)
145
146timekind = exct,6,h
147timefmt = $%d^{%H}$
148timelabel = date!($[DD]^{[HH]}$)
149
150# Generic
151errmsg = ERROR--error--ERROR--error
152warnmsg = WARNING--warning--WARNING--warning
153
Note: See TracBrowser for help on using the repository browser.