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 5063 for branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/NEMO/SAO_SRC/sao.nml – NEMO

Ignore:
Timestamp:
2015-02-05T17:29:55+01:00 (9 years ago)
Author:
andrewryan
Message:

gross simplification of stand alone observation operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/NEMO/SAO_SRC/sao.nml

    r4846 r5063  
    1  
    21!---------------------------------------------------------------------- 
    32!       namsao Stand Alone Observation operator namelist 
     
    109   nn_sao_idx = 1 
    1110/ 
    12 !---------------------------------------------------------------------- 
    13 !       namcl4 Class 4 obs_oper namelist 
    14 !---------------------------------------------------------------------- 
    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 
    27 ! 
    28 &namcl4 
    29    cl4_leadtime = 12 
    30    cl4_fcst_idx = 1 
    31    cl4_fcst_len = 1 
    32    cl4_match_len = 1 
    33    cl4_date = '20130101' 
    34    cl4_vars = 'forecast' 
    35    cl4_sys = 'FOAM' 
    36    cl4_cfg = 'amm7' 
    37    cl4_vn = '12.0' 
    38    cl4_prefix = 'class4' 
    39    cl4_contact = '' 
    40    cl4_inst = 'UK Met Office' 
    41 / 
    42  
    43  
    44  
Note: See TracChangeset for help on using the changeset viewer.