##################################################################################
# './namelist_E06' is the master namelist for the E06 NCL diagnostic part of the #
# CCMVal tool. Specify models and input directories as well as global variables  #
##################################################################################
# Authors and Contact:                                                           #
#                                                                                #
# Irene Cionni (irene.cionni@enea.it) & Veronika Eyring (veronika.eyring@dlr.de) #
##################################################################################
# The namelist is part of the CCMVal diagnostic tool                             #
# (PIs: Andrew Gettelman & Veronika Eyring, co-I: Hisako Shiona)                 #
##################################################################################
# THIS NAMELIST IS CALLED BY main.py                                             #
##################################################################################

##################################################################################
# Global variables / flags
##################################################################################
GLOBAL
#--------------------------------------------------------------------------------
# plots are produced: yes/no
  write_plots    yes
#--------------------------------------------------------------------------------
# needed for main.py
  write_netcdf   true
#--------------------------------------------------------------------------------
# needed by main.py
  force_processing     false
#--------------------------------------------------------------------------------
# specify the project (CCMVal2, CCMVal1)
  project      CCMVal1
#--------------------------------------------------------------------------------
# specify the work directory
  wrk_dir     ./work
#--------------------------------------------------------------------------------
# specify the plot directory
  plot_dir     $wrk_dir/plots_E06_ccmval1/
#--------------------------------------------------------------------------------
# specify the directory where the climo files are produced by hte main python program
  climo_dir    $wrk_dir/climo/
#--------------------------------------------------------------------------------
# plot variables are written in CF netCDF format in addition to a file
# these *.nc files will be written into the directory that is created 
# $plot_dir/E06FIGXX/*.nc 
  write_plot_vars yes
#------------------------------------------------------------------------------

# The path for the observations and the input file name is specified in the 
# attribute files, so please edit ./var_att/*_att.ncl.
#------------------------------------------------------------------------------
# Models to use
MODELS
   AMTRAC        REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/AMTRAC #not for fig3, no bry
   CCSRNIES      REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/CCSRNIES # no mean_age, bry
   CMAM          REF-1     1  1980 2005   /data1/andrew/ccmval-1/REF1/CMAM #no bry
   E39C          REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/E39C # no mean_age,bry
   GEOSCCM       REF-1     1  1980 2005   /data1/andrew/ccmval-1/REF1/GEOSCCM #no bry
   LMDZrepro     REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/LMDZrepro 
   MAECHAM4CHEM  REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/MAECHAM4CHEM #no mean age,bry
   MRInew        REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/MRInew # no mean age,bry
   SOCOL         REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/SOCOL #no mean age,bry
   ULAQ          REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/ULAQ #no mean age
   UMETRAC       REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/UMETRAC  #not for fig3, no bry
   UMSLIMCAT     REF-1     1  1980 2005  /data1/andrew/ccmval-1/REF1/UMSLIMCAT #no mean age
   WACCM         REF-1     1  1980 2005   /data1/andrew/ccmval-1/REF1/WACCM #no mean age, bry
#   ERA40         REF-B1    1  1980 2005 /data1/andrew/ccmval-2/obs    #needed for fig 1 & 2, also used for fig 4 & 7
#   NCEP        REF-B1     1  1980 2005 /data1/andrew/ccmval-2/obs
#   NCEP2       REF-B1     1  1980 2005 /data1/andrew/ccmval-2/obs
#   JRA25       REF-B1     1  1980 2005 /data1/andrew/ccmval-2/obs
 
##############################################################################
# Diagnostics to do
##############################################################################
DIAGNOSTICS
  # specify the namelist of the diagnostics
  # the program assumes this namelist is in ./diag_att and has the extention '.att'
  # e.g. './diag_att/E06Diag.att' if specified as below
  E06Diag

