source: lmdz_wrf/trunk/tools/obs_simComparison.conf @ 2294

Last change on this file since 2294 was 2112, checked in by lfita, 6 years ago

Adding the right example

File size: 4.1 KB
Line 
1# ASCII file to configure the script to compare observations with simulations using PyNCplot
2#
3#   observations: different files from create_OBSnetcdf.py and/or UWyoming_snd_nc.py
4#   simulations: multiple outputs from different models and runs
5#
6
7# Whether generated files have to be done from scratch
8fscratch = false
9
10# Whether generated figures have to be done from scratch
11gscratch = false
12
13# Working directory
14wdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis
15
16# Out directory for processed files
17odir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/select/out_irene
18
19## U. Wyoming sounding files from create_OBSnetcdf.py
20# Folder with soundings
21snddir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/snd
22
23# Header of the name of the soundings file
24sndHf = UWyoming_snd_
25
26# Initial color value for the SkewT-logP evolution (rgb based, 'red' for ta; 'blue' for tda)
27icolta = 255:200:200
28icoltda = 200:200:255
29# Degradation of colors
30ddcol = 8
31
32# Folder with the observations surface files (single-station)
33sfcdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/gridded
34
35# Header of the name of the surface observational files
36#sfcHf = single_station_333
37sfcHf = None
38
39# Name of surface variables and their extreme values in plots as
40#     [varn1]@[minv1]@[maxv1]:[varn2]@[minv2]@[maxv2]:... or [min/maxv] as
41#   @FROMobs: to get extremes from observational values
42#   @FROMsim: to get extremes from simulation values
43#   @FROMobssim: to get extremes from observation and simulation values
44sfcvars = None
45
46## Simulations
47
48# Parent folder with the simulations
49simdir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/sims
50
51# Simulations [folder1],[label],[expn1],[colline1],[markline1]:[folder2],[label2],[expn2],[colline2],[markline2]:...
52#  [folder1]: folder with the files
53#  [label]: label to use for files
54#  [expn1]: name of the experiment in the figure
55#  [colline1]: color related to the experiment in multiple-lines plots (avoid similar to #FF0000, #0000FF)
56#  [markline1]: marker related to the experiment in multiple-lines plots (avoid '.' for observations)
57
58#sims = 38lev,38lev,38lev,#FFAAFF,+:50lev,50lev,50lev,#FFFF64,<:50lev_assigned,50lev_assigned,50leva,#AAAA64,>:80lev,80lev,80lev,#AAFFFF,^:120lev,120lev,120lev,#FFAA64,3:NOaerosol,NOaerosol,NOaerosol,#64AAFF,o
59sims = 120lev_cdxwrf2,120lev_cdxwrf2,120lev,#FFAA64,3:80lev_cdxwrf2,80lev_cdxwrf2,80lev,#AAFFFF,^:50lev_cdxwrf2,50lev_cdxwrf2,50lev,#FFFF64,<:38lev_cdxwrf2,38lev_cdxwrf2,38lev,#FF64FF,<:
60
61# Header, Middle, and, tail of the name of the simulation files [H],[M],[T]
62simHMT = simout,vars,nc
63
64# Dimensions to use for sounding diagnostics
65simsnddiagd=Time@time,bottom_top@P
66
67# Dimensions to use for surface diagnostics
68simsfcdiagd=Time@time
69
70# Dimensions to use for surface map diagnostics
71simsfcmapdiagd=Time@time,south_north@XLAT,west_east@XLONG
72
73# time information from file
74simtimedimn = time
75simtimevarn = time
76
77# Name of the variables to get from the simulations ',' separated list of variables names
78simvars = XLONG,XLAT,T,P,PB,PH,PHB,QVAPOR,U,V,MU,MUB,SINALPHA,COSALPHA,T2,U10,V10,PSFC,Q2
79
80# Diagnotics to copmute from simulations for the soundigns ':' separated list of sounding diagnostics
81wrfsnddiags = WRFt:WRFtda:WRFp:WRFua:WRFva:ws:WRFwd
82
83# Sounding comparison name of variables ':' separated list
84sndvars = ta:tda:ws:wd
85
86# Name of the experiment in figures ('!' for spaces)
87figexperimentname = FPS!Alps
88
89# Format of time in title in soundings plots
90figsndTfmt = %Y/%m/%d!%H
91
92# Format of time-axis for time-series and Hovmoellers
93fmtTts = exct,12,h|%d$^{%H}$|time!($[DD]^{[HH]}$)
94
95# Name of the surface diagnostics to compute
96#wrfsfcdiags=wds:wss:WRFpsl_ecmwf:clt:WRFtdas
97wrfsfcdiags=wds:wss:WRFtdas
98
99# Name of the non-diagnostics surface variables to add
100wrfsfcnondiags=T2:XLONG:XLAT:U10:V10:PSFC:Q2
101
102# Figures output directory
103ofigdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis/figs
104
105# Kind of graphical file output
106kfig = png
107
108# map values
109mapv = cyl,f
110
111# Characteristics of the map of the stations ('@' separated list of [sttype]|[marker]|[color]|[size]|[fontsize])
112mapstchar = snd|x|#FFAAAA|2|8@sfc|x|#AAFFAA|2|8
113
114# map coverage for cont-disc figure
115mapcover = sponge,0.1,0.1
116
Note: See TracBrowser for help on using the repository browser.