Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2020-07-02 07:43:58
Size: 1535
Editor: NicoleThomas
Comment:
Revision 6 as of 2020-07-02 10:35:44
Size: 2282
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{ == CLaMS CTRL Namelist ==


 {{{
Line 33: Line 36:
 1. very first initial positions file (optional)
    If first_initfile is not specified or first_initfile="", first_initfile is set to initfile
==== Parameter used only for CLaMS standalone runs ====
Line 36: Line 38:
 1. directory with meteorological data  1. Very first initial positions file (optional) <<BR>>
 If first_initfile is not specified or first_initfile=&#39; &#39;, first_initfile is set to initfile
Line 38: Line 41:
 1. prefix for meteorological files  1. Directory with meteorological data
Line 40: Line 43:
 1. frequency of meteorological files in hours  1. Prefix for meteorological files
Line 42: Line 45:
 1. directory with meteorological files on theta levels  1. Frequency of meteorological files in hours
Line 44: Line 47:
 1. prefix of meteorological files on theta levels  1. Directory with meteorological files on theta levels
Line 46: Line 49:
 1. use THETA-DOT Information of meteorolog. files or set theta-dot to zero
   (d
efault: use_3d=.TRUE.)
 1. Prefix of meteorological files on theta levels
Line 49: Line 51:
 1. short name of variable containing THETA-DOT information  1. Use theta-dot information of meteorolog. files or set theta-dot to zero
 (default: use_3d=.TRUE.)
Line 51: Line 54:
 1. optional: filename of correction file (for dzeta/dt)  1. Short name of variable containing theta-dot information
Line 53: Line 56:
 1. switch for perpetuum runs (reset of BA (mean age) at the beginning of new year)  1. Optional: filename of correction file (for dzeta/dt)

 1. Switch for perpetuum runs (reset of BA (mean age) at the beginning of new year)



==== Parameters used for CLaMS standalone and coupled runs ====


 1.#11 File with initial positions

 1. Buffer size for clams arrays = nparts * rres

 1. Buffer size for shuffled clams arrays = nparts * rres_shuffle
   
 1. User name (written to netcdf output files)

 1. Timestep for clams output [hours]
 for output times the parameters are interpolated<<BR>>
 -> should be identical to clams output timestep in channel.nml !!!

 1. Number of parameters

 1. List of parameter names
   
 1. Additional diagnostic output (default: ldiagout=.false.)

 1. Optional: buffersize (default: 1MB) used for netcdf access

CLaMS CTRL Namelist

  •  1)  first_initfile='/initfile_dir/init_JZ0_79010112.nc',
     2)  met_dir='/met_data_dir/yymm',
     3)  met_prefix='ecmwf',
     4)  met_freq=6,
     5)  theta_dir='/theta_data_dir/yymm',
     6)  theta_prefix='isen_ECT'
     7)  use_3d=.true.,
     8)  levdotname='ZETA_DOT_clr',
     9)  !corrfile='$INPUTDIR_MESSY/clams/clams/corr_00_clr_79_16.nc'
    10)  !lperpetuum=.TRUE.
    
    11)  initfile='/initfile_dir/init_JZ0_16123012.nc',
    12)  rres=1.5,
    13)  rres_shuffle=4.0,
    14)  username='N.Thomas',
    15)  timestep_clamsout=6,       
    16)  nparams=5,
    17)  paramnames(1)='TEMP',
         paramnames(2)='PRESS',
         paramnames(3)='THETA',
         paramnames(4)='EQLAT',
         paramnames(5)='PV',
    18)  ldiagout=.true.,
    19)  !buffersize=1048576,
    
    20)  !init_h2o_emac=.true.
    21)  !clams_gridding=.TRUE.
    22)  !clams_grid_verbose=.TRUE.

Parameter used only for CLaMS standalone runs

  1. Very first initial positions file (optional)
    If first_initfile is not specified or first_initfile=' ', first_initfile is set to initfile

  2. Directory with meteorological data
  3. Prefix for meteorological files
  4. Frequency of meteorological files in hours
  5. Directory with meteorological files on theta levels
  6. Prefix of meteorological files on theta levels
  7. Use theta-dot information of meteorolog. files or set theta-dot to zero (default: use_3d=.TRUE.)
  8. Short name of variable containing theta-dot information
  9. Optional: filename of correction file (for dzeta/dt)
  10. Switch for perpetuum runs (reset of BA (mean age) at the beginning of new year)

Parameters used for CLaMS standalone and coupled runs

  1. File with initial positions
  2. Buffer size for clams arrays = nparts * rres
  3. Buffer size for shuffled clams arrays = nparts * rres_shuffle
  4. User name (written to netcdf output files)
  5. Timestep for clams output [hours]

    for output times the parameters are interpolated
    -> should be identical to clams output timestep in channel.nml !!!

  6. Number of parameters
  7. List of parameter names
  8. Additional diagnostic output (default: ldiagout=.false.)
  9. Optional: buffersize (default: 1MB) used for netcdf access

messy/Namelists/NamelistClams (last edited 2020-07-03 11:55:14 by NicoleThomas)