##################################################################################
# './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      CCMVal2
#--------------------------------------------------------------------------------
# specify the work directory
  wrk_dir     ./work
#--------------------------------------------------------------------------------
# specify the plot directory
  plot_dir     $wrk_dir/plots_test_ccmval2/
#--------------------------------------------------------------------------------
# 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
##   AMTRAC3       REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/AMTRAC3  #no HCl
##   CAM3.5        REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/CAM3.5   #no HCl,age
##   CCSRNIES      REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/CCSRNIES #no HCl,age
   CMAM          REF-B1     1  1980 2005   /data1/andrew/ccmval-2/REF-B1/CMAM 
##   EMAC          REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/EMAC #no HCl,age,toz
##   E39CA         REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/E39CA  #no HCl,age
##   GEOSCCM       REF-B1     1  1980 2005   /data1/andrew/ccmval-2/REF-B1/GEOSCCM  #not fig1,2
##   LMDZrepro     REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/LMDZrepro #no age
   MRI           REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/MRI  
##   Niwa_SOCOL    REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/Niwa_SOCOL
##   SOCOL         REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/SOCOL
   ULAQ          REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/ULAQ  
##   UMETRAC       REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/UMETRAC #not O3
##   UMSLIMCAT     REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/UMSLIMCAT # not fig1,2
##   UMUKCA-UCAM   REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/UMUKCA-UCAM #not fig1,2
##   UMUKCA-METO   REF-B1     1  1980 2005  /data1/andrew/ccmval-2/REF-B1/UMUKCA-METO #not fig1,2
   WACCM          REF-B1     1  1980 2005   /data1/andrew/ccmval-2/REF-B1/WACCM 
   ERA40       REF-B1     1  1980 2005 /data1/andrew/ccmval-2/obs 
#   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
  PLOTTYPE_sample
