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.
ooo.nml in trunk/NEMOGCM/NEMO/OOO_SRC – NEMO

source: trunk/NEMOGCM/NEMO/OOO_SRC/ooo.nml @ 4990

Last change on this file since 4990 was 4132, checked in by andrewryan, 10 years ago

renamed namoff to namooo to further reduce confusion with OFF_SRC, documentation, quick script, example namelist and data module have been updated and tested to reflect this change

File size: 1.5 KB
Line 
1
2!----------------------------------------------------------------------
3!       namooo Offline obs_oper namelist
4!----------------------------------------------------------------------
5!   ooo_files     specifies the files containing the model counterpart
6!   nn_ooo_idx    specifies the index within the model file
7!   nn_ooo_freq   specifies the number of timesteps between file reads
8&namooo
9   ooo_files = 'fcst.0.nc'
10   nn_ooo_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.