Changeset 2018 in lmdz_wrf


Ignore:
Timestamp:
Aug 2, 2018, 6:38:00 PM (7 years ago)
Author:
lfita
Message:

Full working copy of the configuration file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/obs_simComparison.conf

    r2013 r2018  
    66
    77# Whether generated files have to be done from scratch
    8 fscratch = true
     8fscratch = false
    99
    1010# Whether generated figures have to be done from scratch
    11 gscratch = true
     11gscratch = false
    1212
    1313# Working directory
    14 wdir = /home/lluis/estudios/ChemGBsAs/tests/199501
     14wdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis
    1515
    1616# Out directory for processed files
    17 odir = /home/lluis/estudios/ChemGBsAs/tests/199501/out
     17odir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/select/out
    1818
    1919## U. Wyoming sounding files from create_OBSnetcdf.py
    2020# Folder with soundings
    21 snddir = /home/lluis/estudios/ChemGBsAs/tests/199501/obs/snd
     21snddir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/snd
    2222
    2323# Header of the name of the soundings file
     
    2828icoltda = 200:200:255
    2929# Degradation of colors
    30 ddcol = 16
     30ddcol = 8
    3131
    3232# Folder with the observations surface files (single-station)
    33 sfcdir=/home/lluis/estudios/ChemGBsAs/tests/199501/obs/sfc_CAM
     33sfcdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/obs/gridded
    3434
    35 # Header of the name of the surface observational files
    36 sfcHf = OBSnetcdf_
     35# Header of the name of the surface observstional files
     36sfcHf = single_station_333
     37#sfcHf = None
    3738
    3839# Name of surface variables and their extreme values in plots as
     
    4142#   @FROMsim: to get extremes from simulation values
    4243#   @FROMobssim: to get extremes from observation and simulation values
    43 sfcvars = tas@FROMobs@FROMobs:wds@0.@6.28:wss@0.@@FROMobs:tdas@FROMobs@FROMobs
     44sfcvars = None
    4445
    4546## Simulations
    4647
    4748# Parent folder with the simulations
    48 simdir = /home/lluis/PY
     49simdir = /media/lluis/ExtDiskC_ext3/DATA/estudios/FPS_Alps/additional/IOP/select
    4950
    5051# Simulations [folder1],[label],[expn1],[colline1]:[folder2],[label2],[expn2],[colline2]:...
     
    5354#  [expn1]: name of the experiment in the figure
    5455#  [colline1]: color related to the experiment in multiple-lines plots (avoid similar to #FF0000, #0000FF)
    55 sims = ./,control,control,#FFAAFF
     56sims = 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
    5657
    5758# Header, Middle, and, tail of the name of the simulation files [H],[M],[T]
    58 simHMT = wrfout,d01,00
     59simHMT = simout,vars,nc
    5960
    6061# Dimensions to use for sounding diagnostics
     
    6667# time information from file
    6768simtimedimn = time
    68 simtimevarn = WRFtime
     69simtimevarn = time
    6970
    7071# Name of the variables to get from the simulations ',' separated list of variables names
     
    7677# Sounding comparison name of variables ':' separated list
    7778sndvars = ta:tda:ws:wd
     79
     80# Name of the experiment in figures ('!' for spaces)
     81figexperimentname = FPS!Alps
    7882
    7983# Format of time in title in soundings plots
     
    9195
    9296# Figures output directory
    93 ofigdir = /home/lluis/estudios/ChemGBsAs/tests/199501/figs
     97ofigdir = /home/lluis/estudios/FPS_ALPS/additional/IOP/analysis/figs
    9498
    9599# Kind of graphical file output
     
    99103mapv = cyl,f
    100104
     105# Characteristics of the map of the stations ('@' separated list of [sttype]|[marker]|[color]|[size]|[fontsize])
     106mapstchar = snd|x|#FFAAAA|2|8@sfc|x|#AAFFAA|2|8
     107
    101108# map coverage for cont-disc figure
    102109mapcover = sponge,0.1,0.1
Note: See TracChangeset for help on using the changeset viewer.