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

Last change on this file since 996 was 993, checked in by lfita, 9 years ago

Adding common projection

File size: 8.5 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
18pyHOME = /home/lluis/etudes/WRF_LMDZ/svn/LMDZ_WRF/tools
19# cdo HOME
20cdoHOME = /home/lluis/bin/gcc_cdo/1.6.4rc6/bin/cdo
21
22# Srcatch: should be any previous work removed and start from the scratch?
23scratch = true
24
25# Scratch files: should be any files previous work removed and start from the scratch?
26filescratch = false
27
28# Scratch figures: should be any figures previous work removed and start from the scratch?
29figscratch = false
30
31# Have new files been added and do they need to be processed?
32addfiles = false
33
34# Have new figures been added and do they need to be drawn?
35addfigures = false
36
37# Debug
38debug = true
39
40# Folder with the files
41##ifold = /bdd/PCER/workspace/lfita/etudes/WRF_LMDZ/WaquaL/WRF_LMDZ
42ifold = /home/lluis/etudes/WRF_LMDZ/WaquaL_highres/tests/model_graphics
43
44# Output folder
45##ofold = /bdd/PCER/workspace/lfita/etudes/WRF_LMDZ/WaquaL/WRF_LMDZ
46ofold = /home/lluis/etudes/WRF_LMDZ/WaquaL_highres/tests/model_graphics
47
48# Experiments (model runs)
49#   WRF: WRF
50#   LMDZ: LMDZ model
51#   WRF_LMDZ: LMDZ physics coupled to WRF
52#models=WRF:WRF_LMDZ:LMDZ
53models=WRF
54
55# Experiments (labels of each experiment)
56WRFexps = control:pbl1
57LMDZexps = AR40:NPv31
58WRF_LMDZexps = AR40:NPv31
59
60# Headers of the files to use
61WRFheaders = wrfout
62WRF_LMDZheaders = wrfout
63LMDZheaders = histins
64
65# Kind of calculations (adding the equivalent `surname' to each variable)
66#   acc: temporal accumulated values
67#   diff: differences between models
68#   direct: no statistics
69#   last: last temporal value
70#   Lmean: latitudinal mean values
71#   Lsec: latitudinal section (latitudinal value must be given, [var]@[lat])
72#   lmean: longitudinal mean values
73#   lsec: longitudinal section (longitudinal value must be given, [var]@[lat])
74#   pinterp: pressure interpolation (to the given $plevels, see below)
75#   tmean: temporal mean values
76#   turb: Taylor's turbulence decomposition value
77#   xmean: x-axis mean values
78#   ymean: y-axis mean values
79#   zsum: vertical aggregated values
80varkinds = last:tmean:xmean:pinterp:diff:combo
81
82# variables (providing CF-name, script must provide equivalent variable for each model)
83#   in foudre values from: ${HOME}/UNSW-CCRC-WRF/tools/postprocess/GMS-UC/WRF4G/util/postprocess/wrfncxnj/wrfncxnj.table
84#   must exist on the table $pyHOME/variables_values.dat
85#   varcombo = [varn];[vark1]@...@[varkN]: variable as consecutive kinds of operation
86#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#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
88#varxmean = ta:ua:va:hur:hurs:tas:wss:ps
89#varpinterp = ta:ua:va:hur:ws:hus
90#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
92varlast = tas:uas:vas:hfss:hfls:wss
93vartmean = tas:uas:vas:hfss:hfls:wss
94varxmean = tas:uas:vas:hfss:hfls:wss
95varpinterp = ta:ua:va:hur:ws:hus
96varcombo = ta;pinterp@last@xmean:ua;pinterp@last@xmean:va;pinterp@last@xmean:hur;pinterp@last@xmean:ws;pinterp@turb@xmean:hus;pinterp@turb@xmean
97
98vardiff = tas|last:tas|xmean:tas|tmean:wss|last:wss|xmean:wss|tmean:ua|pinterp@last@xmean:va|pinterp@last@xmean
99
100# Operations which attach 'mean' at the end of the variable name
101varmeanname=Lmean:lmean:tmean:xmean:ymean
102
103# Pressure levels
104#   Common vertical pressure levels to compute vertical differences
105#39Lowp#plevels = 100500.:100000.:98500.:97500.:95000.:92500.:90000.:87500.:85000.:80000.:75000.:70000.:65000.:60000.:55000.:50000.:45000.:40000.:35000.:30000.:25000.:20000.:15000.:10000.:900.:800.:700.:600.:500.:400.:300.:200.::1000.:85.:50.:40.:30.:20.:10.
106#26#plevels = 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.
107plevels = 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.
108
109# Common projection
110#   File with the information of the projection to be used for inter-model differences
111#   File obtained from 'cdo griddes'
112commonproj = WaqualCommon.griddes
113
114# Kind of plots
115#   diffmap2Dsfc: 2D map of surface differences values of 1 variable
116#   diffmap2Dz: 2D map of 3D differences values of 1 variable
117#   map2Dsfc: 2D map of surface values of 1 variable
118#   shadconthovmsfc: Hovmoeller diagrams of 2 variables at the surface one in shadow and the other in contourn
119#   shadcont2Dsfc: 2D map of shadow (1st variable) and countour (2nd variable) [stvar1]#[stvar2]
120#   shadcont2Dzsec: 2D map of vertical section of 2 variables one in shadow and the other in contourn
121#
122#   ':' separated list of statitsics variable values are given as: [var]|[kind(including combo values)]
123#     in figures with more than 1 variable, use '#' to separate them
124#drawplots = shadcont2Dsfc:shadconthovmsfc:sahdcont2Dzsec
125drawplots = shadcont2Dzsec
126drawdiffplots = shadcont2Dsfc:shadconthovmsfc:sahdcont2Dzsec
127
128# Figures which can be made directly without another model/experiment output
129directplots = shadconthovmsfc:shadcont2Dsfc:shadcont2Dzsec
130
131pltshadcont2Dsfc = 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
132pltshadconthovmsfc = hurs|xmean#tas|xmean:wss|xmean#ps|xmean
133pltshadcont2Dzsec = ua|pinterp@last@xmean#va|pinterp@last@xmean:hur|pinterp@last@xmean#ta|pinterp@last@xmean:ws|pinterp@turb@xmean#hus|pinterp@turb@xmean
134
135pltdiffshadcont2Dsfc = tas|tmean#wss|tmean:wss|last#tas|last
136pltdiffshadconthovmsfc = wss|xmean#tas|xmean
137pltdiffshadcont2Dzsec = ua|pinterp@last@xmean#va|pinterp@last@xmean
138
139# Specific variable-statistisc graphic parameters (if no value is given, they will be retrieved from 'variables_values.dat')
140#  ':' separated list of specific parameters for plotting as:
141#      [varname]|[statistics]|[minval]|[maxval]|[colorbar]|[cntformat]|[colorcnt]
142#        [varname]: name of the variable
143#        [statistics]: statistics (also combo)
144#        [figure]: figure to be used
145#        [minval]: minimum value
146#        [maxval]: minimum value
147#        [colorbar]: name of the colorbar (from matplotlib) to use
148#        [cntformat]: format of the contour labels
149#        [colorcnt]: color for the countor lines
150specificvarplot = cll|last|shadcont2Dsfc|0.|1.|gist_gray|%g|black:clh|last|shadcont2Dsfc|0.|1.|gist_gray|%g|black:husturbmean|pinterp@turb@xmean|shadcont2Dzsec|0.|1.e-6|Blues|%g|black
151diffspecificvarplot = tas|tmean|shadcont2Dsfc|-20.|20.|seismic|%g|black:wss|tmean|shadcont2Dsfc|-30.|30.|seismic|%g|black:tas|last|shadcont2Dsfc|-20.|20.|seismic|%g|black:wss|last|shadcont2Dsfc|-30.|30.|seismic|%g|black
152
153# Figures output kind
154kindfig = pdf
155
156# Map to use
157mapval = lcc,l
158
159# Time parameters
160#  [timekind]; kind of output for the time ticks
161#     'Nval': according to a given number of values as 'Nval',[Nval]
162#     'exct': according to an exact number [Nunits] of time unit as 'exct',[tunit];
163#       tunit= [Nunits],[tu]
164#         [tu]= 'c': centuries, 'y': year, 'm': month, 'w': week, 'd': day, 'h': hour, 'i': minute, 's': second, 'l': milisecond
165#  [timefmt]; desired format for the time ticks (combination of LaTeX and 'linux date formats')
166#  [timelabel]; label at the graph ('!' for spaces)
167
168timekind = exct,6,h
169timefmt = $%d^{%H}$
170timelabel = date!($[DD]^{[HH]}$)
171
172# Generic
173errmsg = ERROR--error--ERROR--error
174warnmsg = WARNING--warning--WARNING--warning
175
Note: See TracBrowser for help on using the repository browser.