New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 4095 – NEMO

Changeset 4095


Ignore:
Timestamp:
2013-10-21T21:52:40+02:00 (11 years ago)
Author:
andrewryan
Message:

Modified the example offline obs_oper namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/namelist

    r4030 r4095  
    33!       namoff Offline obs_oper namelist 
    44!---------------------------------------------------------------------- 
    5 !   model_files  specifies the files containing the model counterpart 
    6 !   nn_modindex  specifies the index within the model file 
    7 !   nn_forecast  specifies the forecast index in the output files  
    8 !   nn_fclen     specifies the forecast length of the run 
    9 !   alt_file     specifies the altimeter bias file 
     5!   off_files     specifies the files containing the model counterpart 
     6!   nn_off_idx    specifies the index within the model file 
     7!   nn_off_freq   specifies the number of timesteps between file reads 
    108&namoff 
    11    model_files = 'fcst.0.nc' 
    12    nn_modindex = 1 
    13    nn_forecast = 1 
    14    nn_leadtime = 12 
    15    n_fclen = 1 
     9   off_files = 'fcst.0.nc' 
     10   nn_off_idx = 1 
    1611/ 
    1712!---------------------------------------------------------------------- 
    1813!       namcl4 Class 4 obs_oper namelist 
    1914!---------------------------------------------------------------------- 
    20 !   cl4_vars     the name of the variable in the class 4 file 
    21 !   cl4_sys      the forecast system being used e.g. FOAM 
    22 !   cl4_cfg      the model configuration being used e.g. amm7 
    23 !   cl4_vn       the version number e.g. 12.0 
    24 !   cl4_prefix   prefix which denotes the output file 
    25 !   cl4_contact  email address of file creator 
    26 !   cl4_inst     institution related to the data within the file 
     15!   cl4_date      the verfication date of the class 4 file 
     16!   cl4_vars      the name of the variable in the class 4 file 
     17!   cl4_sys       the forecast system being used e.g. FOAM 
     18!   cl4_cfg       the model configuration being used e.g. amm7 
     19!   cl4_vn        the version number e.g. 12.0 
     20!   cl4_prefix    prefix which denotes the output file 
     21!   cl4_contact   email address of file creator 
     22!   cl4_inst      institution related to the data within the file 
     23!   cl4_leadtime  lead time axis of class 4 file 
     24!   cl4_fcst_idx  output file forecast index 
     25!   cl4_fcst_len  output file forecast dimension length 
     26!   cl4_match_len number of match types 
    2727! 
    2828&namcl4 
     29   cl4_leadtime = 12 
     30   cl4_fcst_idx = 1 
     31   cl4_fcst_len = 1 
     32   cl4_match_len = 1 
     33   cl4_date = '20130101' 
    2934   cl4_vars = 'forecast' 
    3035   cl4_sys = 'FOAM' 
    31    cl4_cfg = 'AMM7' 
     36   cl4_cfg = 'amm7' 
    3237   cl4_vn = '12.0' 
    3338   cl4_prefix = 'class4' 
    34    cl4_contact = 'andrew.ryan@metoffice.gov.uk' 
     39   cl4_contact = '' 
    3540   cl4_inst = 'UK Met Office' 
    3641/ 
Note: See TracChangeset for help on using the changeset viewer.