[1983] | 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 |
---|
[2018] | 8 | fscratch = false |
---|
[1983] | 9 | |
---|
| 10 | # Whether generated figures have to be done from scratch |
---|
[2018] | 11 | gscratch = false |
---|
[1983] | 12 | |
---|
| 13 | # Working directory |
---|
[2018] | 14 | wdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis |
---|
[1983] | 15 | |
---|
| 16 | # Out directory for processed files |
---|
[2025] | 17 | odir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/select/out_irene |
---|
[1983] | 18 | |
---|
| 19 | ## U. Wyoming sounding files from create_OBSnetcdf.py |
---|
| 20 | # Folder with soundings |
---|
[2018] | 21 | snddir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/snd |
---|
[1983] | 22 | |
---|
| 23 | # Header of the name of the soundings file |
---|
| 24 | sndHf = UWyoming_snd_ |
---|
| 25 | |
---|
| 26 | # Initial color value for the SkewT-logP evolution (rgb based, 'red' for ta; 'blue' for tda) |
---|
| 27 | icolta = 255:200:200 |
---|
| 28 | icoltda = 200:200:255 |
---|
| 29 | # Degradation of colors |
---|
[2018] | 30 | ddcol = 8 |
---|
[1983] | 31 | |
---|
| 32 | # Folder with the observations surface files (single-station) |
---|
[2018] | 33 | sfcdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/gridded |
---|
[1983] | 34 | |
---|
[2025] | 35 | # Header of the name of the surface observational files |
---|
| 36 | #sfcHf = single_station_333 |
---|
| 37 | sfcHf = None |
---|
[1983] | 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 |
---|
[2018] | 44 | sfcvars = None |
---|
[1983] | 45 | |
---|
| 46 | ## Simulations |
---|
| 47 | |
---|
| 48 | # Parent folder with the simulations |
---|
[2112] | 49 | simdir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/sims |
---|
[1983] | 50 | |
---|
[2025] | 51 | # Simulations [folder1],[label],[expn1],[colline1],[markline1]:[folder2],[label2],[expn2],[colline2],[markline2]:... |
---|
[1983] | 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) |
---|
[2025] | 56 | # [markline1]: marker related to the experiment in multiple-lines plots (avoid '.' for observations) |
---|
[1983] | 57 | |
---|
[2025] | 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 |
---|
[2112] | 59 | 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,<: |
---|
[2025] | 60 | |
---|
[1984] | 61 | # Header, Middle, and, tail of the name of the simulation files [H],[M],[T] |
---|
[2018] | 62 | simHMT = simout,vars,nc |
---|
[1984] | 63 | |
---|
[2006] | 64 | # Dimensions to use for sounding diagnostics |
---|
| 65 | simsnddiagd=Time@time,bottom_top@P |
---|
| 66 | |
---|
| 67 | # Dimensions to use for surface diagnostics |
---|
| 68 | simsfcdiagd=Time@time |
---|
| 69 | |
---|
[2025] | 70 | # Dimensions to use for surface map diagnostics |
---|
| 71 | simsfcmapdiagd=Time@time,south_north@XLAT,west_east@XLONG |
---|
| 72 | |
---|
[1984] | 73 | # time information from file |
---|
| 74 | simtimedimn = time |
---|
[2018] | 75 | simtimevarn = time |
---|
[1984] | 76 | |
---|
[1983] | 77 | # Name of the variables to get from the simulations ',' separated list of variables names |
---|
| 78 | simvars = 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 |
---|
| 81 | wrfsnddiags = WRFt:WRFtda:WRFp:WRFua:WRFva:ws:WRFwd |
---|
| 82 | |
---|
| 83 | # Sounding comparison name of variables ':' separated list |
---|
| 84 | sndvars = ta:tda:ws:wd |
---|
| 85 | |
---|
[2018] | 86 | # Name of the experiment in figures ('!' for spaces) |
---|
| 87 | figexperimentname = FPS!Alps |
---|
| 88 | |
---|
[1983] | 89 | # Format of time in title in soundings plots |
---|
| 90 | figsndTfmt = %Y/%m/%d!%H |
---|
| 91 | |
---|
| 92 | # Format of time-axis for time-series and Hovmoellers |
---|
| 93 | fmtTts = 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 |
---|
[2013] | 97 | wrfsfcdiags=wds:wss:WRFtdas |
---|
[1983] | 98 | |
---|
[2013] | 99 | # Name of the non-diagnostics surface variables to add |
---|
[2025] | 100 | wrfsfcnondiags=T2:XLONG:XLAT:U10:V10:PSFC:Q2 |
---|
[2013] | 101 | |
---|
[1983] | 102 | # Figures output directory |
---|
[2018] | 103 | ofigdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis/figs |
---|
[1983] | 104 | |
---|
| 105 | # Kind of graphical file output |
---|
| 106 | kfig = png |
---|
| 107 | |
---|
| 108 | # map values |
---|
| 109 | mapv = cyl,f |
---|
| 110 | |
---|
[2018] | 111 | # Characteristics of the map of the stations ('@' separated list of [sttype]|[marker]|[color]|[size]|[fontsize]) |
---|
| 112 | mapstchar = snd|x|#FFAAAA|2|8@sfc|x|#AAFFAA|2|8 |
---|
| 113 | |
---|
[1983] | 114 | # map coverage for cont-disc figure |
---|
| 115 | mapcover = sponge,0.1,0.1 |
---|
| 116 | |
---|