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

source: branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/NEMO/SAO_SRC/sao.nml @ 5042

Last change on this file since 5042 was 4846, checked in by andrewryan, 10 years ago

renamed namooo to namsao and propagated naming changes to all associated ooo variables

File size: 1.5 KB
Line 
1
2!----------------------------------------------------------------------
3!       namsao Stand Alone Observation operator namelist
4!----------------------------------------------------------------------
5!   sao_files     specifies the files containing the model counterpart
6!   nn_sao_idx    specifies the index within the model file
7!   nn_sao_freq   specifies the number of timesteps between file reads
8&namsao
9   sao_files = 'fcst.0.nc'
10   nn_sao_idx = 1
11/
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 TracBrowser for help on using the repository browser.