Changeset 2018 in lmdz_wrf
- Timestamp:
- Aug 2, 2018, 6:38:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/obs_simComparison.conf
r2013 r2018 6 6 7 7 # Whether generated files have to be done from scratch 8 fscratch = true8 fscratch = false 9 9 10 10 # Whether generated figures have to be done from scratch 11 gscratch = true11 gscratch = false 12 12 13 13 # Working directory 14 wdir = /home/lluis/estudios/ ChemGBsAs/tests/19950114 wdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis 15 15 16 16 # Out directory for processed files 17 odir = / home/lluis/estudios/ChemGBsAs/tests/199501/out17 odir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/select/out 18 18 19 19 ## U. Wyoming sounding files from create_OBSnetcdf.py 20 20 # Folder with soundings 21 snddir = /home/lluis/estudios/ ChemGBsAs/tests/199501/obs/snd21 snddir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/snd 22 22 23 23 # Header of the name of the soundings file … … 28 28 icoltda = 200:200:255 29 29 # Degradation of colors 30 ddcol = 1630 ddcol = 8 31 31 32 32 # Folder with the observations surface files (single-station) 33 sfcdir =/home/lluis/estudios/ChemGBsAs/tests/199501/obs/sfc_CAM33 sfcdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/gridded 34 34 35 # Header of the name of the surface observational files 36 sfcHf = OBSnetcdf_ 35 # Header of the name of the surface observstional files 36 sfcHf = single_station_333 37 #sfcHf = None 37 38 38 39 # Name of surface variables and their extreme values in plots as … … 41 42 # @FROMsim: to get extremes from simulation values 42 43 # @FROMobssim: to get extremes from observation and simulation values 43 sfcvars = tas@FROMobs@FROMobs:wds@0.@6.28:wss@0.@@FROMobs:tdas@FROMobs@FROMobs44 sfcvars = None 44 45 45 46 ## Simulations 46 47 47 48 # Parent folder with the simulations 48 simdir = / home/lluis/PY49 simdir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/select 49 50 50 51 # Simulations [folder1],[label],[expn1],[colline1]:[folder2],[label2],[expn2],[colline2]:... … … 53 54 # [expn1]: name of the experiment in the figure 54 55 # [colline1]: color related to the experiment in multiple-lines plots (avoid similar to #FF0000, #0000FF) 55 sims = ./,control,control,#FFAAFF56 sims = 38lev,38lev,38lev,#FFAAFF:50lev,50lev,50lev,#FFFFAA:50lev_assigned,50lev_assigned,50leva,#AAAA64:80lev,80lev,80lev,#AAFFFF:120lev,120lev,120lev,#FFAA64:NOaerosol,NOaerosol,NOaerosol,#64AAFF 56 57 57 58 # Header, Middle, and, tail of the name of the simulation files [H],[M],[T] 58 simHMT = wrfout,d01,0059 simHMT = simout,vars,nc 59 60 60 61 # Dimensions to use for sounding diagnostics … … 66 67 # time information from file 67 68 simtimedimn = time 68 simtimevarn = WRFtime69 simtimevarn = time 69 70 70 71 # Name of the variables to get from the simulations ',' separated list of variables names … … 76 77 # Sounding comparison name of variables ':' separated list 77 78 sndvars = ta:tda:ws:wd 79 80 # Name of the experiment in figures ('!' for spaces) 81 figexperimentname = FPS!Alps 78 82 79 83 # Format of time in title in soundings plots … … 91 95 92 96 # Figures output directory 93 ofigdir = /home/lluis/estudios/ ChemGBsAs/tests/199501/figs97 ofigdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis/figs 94 98 95 99 # Kind of graphical file output … … 99 103 mapv = cyl,f 100 104 105 # Characteristics of the map of the stations ('@' separated list of [sttype]|[marker]|[color]|[size]|[fontsize]) 106 mapstchar = snd|x|#FFAAAA|2|8@sfc|x|#AAFFAA|2|8 107 101 108 # map coverage for cont-disc figure 102 109 mapcover = sponge,0.1,0.1
Note: See TracChangeset
for help on using the changeset viewer.