# ASCII file to configure the script to compare observations with simulations using PyNCplot # # observations: different files from create_OBSnetcdf.py and/or UWyoming_snd_nc.py # simulations: multiple outputs from different models and runs # # Whether generated files have to be done from scratch fscratch = false # Whether generated figures have to be done from scratch gscratch = false # Working directory wdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis # Out directory for processed files odir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/select/out_irene ## U. Wyoming sounding files from create_OBSnetcdf.py # Folder with soundings snddir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/snd # Header of the name of the soundings file sndHf = UWyoming_snd_ # Initial color value for the SkewT-logP evolution (rgb based, 'red' for ta; 'blue' for tda) icolta = 255:200:200 icoltda = 200:200:255 # Degradation of colors ddcol = 8 # Folder with the observations surface files (single-station) sfcdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/gridded # Header of the name of the surface observational files #sfcHf = single_station_333 sfcHf = None # Name of surface variables and their extreme values in plots as # [varn1]@[minv1]@[maxv1]:[varn2]@[minv2]@[maxv2]:... or [min/maxv] as # @FROMobs: to get extremes from observational values # @FROMsim: to get extremes from simulation values # @FROMobssim: to get extremes from observation and simulation values sfcvars = None ## Simulations # Parent folder with the simulations simdir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/sims # Simulations [folder1],[label],[expn1],[colline1],[markline1]:[folder2],[label2],[expn2],[colline2],[markline2]:... # [folder1]: folder with the files # [label]: label to use for files # [expn1]: name of the experiment in the figure # [colline1]: color related to the experiment in multiple-lines plots (avoid similar to #FF0000, #0000FF) # [markline1]: marker related to the experiment in multiple-lines plots (avoid '.' for observations) #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 sims = 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,<: # Header, Middle, and, tail of the name of the simulation files [H],[M],[T] simHMT = simout,vars,nc # Dimensions to use for sounding diagnostics simsnddiagd=Time@time,bottom_top@P # Dimensions to use for surface diagnostics simsfcdiagd=Time@time # Dimensions to use for surface map diagnostics simsfcmapdiagd=Time@time,south_north@XLAT,west_east@XLONG # time information from file simtimedimn = time simtimevarn = time # Name of the variables to get from the simulations ',' separated list of variables names simvars = XLONG,XLAT,T,P,PB,PH,PHB,QVAPOR,U,V,MU,MUB,SINALPHA,COSALPHA,T2,U10,V10,PSFC,Q2 # Diagnotics to copmute from simulations for the soundigns ':' separated list of sounding diagnostics wrfsnddiags = WRFt:WRFtda:WRFp:WRFua:WRFva:ws:WRFwd # Sounding comparison name of variables ':' separated list sndvars = ta:tda:ws:wd # Name of the experiment in figures ('!' for spaces) figexperimentname = FPS!Alps # Format of time in title in soundings plots figsndTfmt = %Y/%m/%d!%H # Format of time-axis for time-series and Hovmoellers fmtTts = exct,12,h|%d$^{%H}$|time!($[DD]^{[HH]}$) # Name of the surface diagnostics to compute #wrfsfcdiags=wds:wss:WRFpsl_ecmwf:clt:WRFtdas wrfsfcdiags=wds:wss:WRFtdas # Name of the non-diagnostics surface variables to add wrfsfcnondiags=T2:XLONG:XLAT:U10:V10:PSFC:Q2 # Figures output directory ofigdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis/figs # Kind of graphical file output kfig = png # map values mapv = cyl,f # Characteristics of the map of the stations ('@' separated list of [sttype]|[marker]|[color]|[size]|[fontsize]) mapstchar = snd|x|#FFAAAA|2|8@sfc|x|#AAFFAA|2|8 # map coverage for cont-disc figure mapcover = sponge,0.1,0.1