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.
namelist in branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC – NEMO

source: branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/namelist @ 4094

Last change on this file since 4094 was 4030, checked in by djlea, 11 years ago

Initial version of the offline observation operator and the required (online) observation operator changes.

File size: 1.4 KB
Line 
1
2!----------------------------------------------------------------------
3!       namoff Offline obs_oper namelist
4!----------------------------------------------------------------------
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
10&namoff
11   model_files = 'fcst.0.nc'
12   nn_modindex = 1
13   nn_forecast = 1
14   nn_leadtime = 12
15   n_fclen = 1
16/
17!----------------------------------------------------------------------
18!       namcl4 Class 4 obs_oper namelist
19!----------------------------------------------------------------------
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
27!
28&namcl4
29   cl4_vars = 'forecast'
30   cl4_sys = 'FOAM'
31   cl4_cfg = 'AMM7'
32   cl4_vn = '12.0'
33   cl4_prefix = 'class4'
34   cl4_contact = 'andrew.ryan@metoffice.gov.uk'
35   cl4_inst = 'UK Met Office'
36/
37
38
39
Note: See TracBrowser for help on using the repository browser.