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

Last change on this file since 1991 was 1984, checked in by lfita, 7 years ago

Improving and generalizing the scripts and its configuration

File size: 3.0 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 = true
9
10# Whether generated figures have to be done from scratch
11gscratch = true
12
13# Working directory
14wdir = /home/lluis/estudios/ChemGBsAs/tests/199501
15
16# Out directory for processed files
17odir = /home/lluis/estudios/ChemGBsAs/tests/199501/out
18
19## U. Wyoming sounding files from create_OBSnetcdf.py
20# Folder with soundings
21snddir = /home/lluis/estudios/ChemGBsAs/tests/199501/obs/snd
22
23# Header of the name of the soundings file
24sndHf = UWyoming_snd_
25#snddimt=6
26#sndstn='Ezeiza'
27
28# Initial color value for the SkewT-logP evolution (rgb based, 'red' for ta; 'blue' for tda)
29icolta = 255:200:200
30icoltda = 200:200:255
31# Degradation of colors
32ddcol = 16
33
34# Folder with the observations surface files (single-station)
35sfcobsdir=/home/lluis/estudios/ChemGBsAs/tests/199501/obs/sfc_CAM
36
37# Header of the name of the surface observstional files
38obsHf = OBSnetcdf_
39
40# Name of surface variables and their extreme values in plots as
41#     [varn1]@[minv1]@[maxv1]:[varn2]@[minv2]@[maxv2]:... or [min/maxv] as
42#   @FROMobs: to get extremes from observational values
43#   @FROMsim: to get extremes from simulation values
44#   @FROMobssim: to get extremes from observation and simulation values
45sfcvars = tas@FROMobs@FROMobs:wds@0.@6.28:wss@0.@@FROMobs:tdas@FROMobs@FROMobs
46
47## Simulations
48
49# Parent folder with the simulations
50simdir = /home/lluis/PY
51
52# Simulations [folder1],[label],[expn1],[colline1]:[folder2],[label2],[expn2],[colline2]:...
53#  [folder1]: folder with the files
54#  [label]: label to use for files
55#  [expn1]: name of the experiment in the figure
56#  [colline1]: color related to the experiment in multiple-lines plots (avoid similar to #FF0000, #0000FF)
57sims = ./,control,control,#FFAAFF
58
59# Header, Middle, and, tail of the name of the simulation files [H],[M],[T]
60simHMT = wrfout,d01,00
61
62# time information from file
63simtimedimn = time
64simtimevarn = WRFtime
65
66# Name of the variables to get from the simulations ',' separated list of variables names
67simvars = XLONG,XLAT,T,P,PB,PH,PHB,QVAPOR,U,V,MU,MUB,SINALPHA,COSALPHA,T2,U10,V10,PSFC,Q2
68
69# Diagnotics to copmute from simulations for the soundigns ':' separated list of sounding diagnostics
70wrfsnddiags = WRFt:WRFtda:WRFp:WRFua:WRFva:ws:WRFwd
71
72# Sounding comparison name of variables ':' separated list
73sndvars = ta:tda:ws:wd
74
75# Format of time in title in soundings plots
76figsndTfmt = %Y/%m/%d!%H
77
78# Format of time-axis for time-series and Hovmoellers
79fmtTts = exct,12,h|%d$^{%H}$|time!($[DD]^{[HH]}$)
80
81# Name of the surface diagnostics to compute
82#wrfsfcdiags=wds:wss:WRFpsl_ecmwf:clt:WRFtdas
83wrfsfcdiags=T2:wds:wss:WRFtdas
84
85# Figures output directory
86ofigdir = /home/lluis/estudios/ChemGBsAs/tests/199501/figs
87
88# Kind of graphical file output
89kfig = png
90
91# map values
92mapv = cyl,f
93
94# map coverage for cont-disc figure
95mapcover = sponge,0.1,0.1
96
Note: See TracBrowser for help on using the repository browser.