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.
namobs in branches/2016/dev_merge_2016/DOC/Namelists – NEMO

source: branches/2016/dev_merge_2016/DOC/Namelists/namobs @ 7671

Last change on this file since 7671 was 6997, checked in by nicolasmartin, 8 years ago

Duplication of changes in DOC directory for the trunk

File size: 2.7 KB
Line 
1!-----------------------------------------------------------------------
2&namobs        !  observation usage switch
3!-----------------------------------------------------------------------
4   ln_diaobs   = .false.             ! Logical switch for the observation operator
5   ln_t3d      = .false.             ! Logical switch for T profile observations
6   ln_s3d      = .false.             ! Logical switch for S profile observations
7   ln_sla      = .false.             ! Logical switch for SLA observations
8   ln_sst      = .false.             ! Logical switch for SST observations
9   ln_sic      = .false.             ! Logical switch for Sea Ice observations
10   ln_vel3d    = .false.             ! Logical switch for velocity observations
11   ln_altbias  = .false.             ! Logical switch for altimeter bias correction
12   ln_nea      = .false.             ! Logical switch for rejection of observations near land
13   ln_grid_global = .true.           ! Logical switch for global distribution of observations
14   ln_grid_search_lookup = .false.   ! Logical switch for obs grid search w/lookup table
15   ln_ignmis   = .true.              ! Logical switch for ignoring missing files
16   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there
17   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs
18! All of the *files* variables below are arrays. Use namelist_cfg to add more files
19   cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names
20   cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names
21   cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names
22   cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names
23   cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names
24   cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name
25   cn_gridsearchfile='gridsearch.nc' ! Grid search file name
26   rn_gridsearchres = 0.5            ! Grid search resolution
27   rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS
28   rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS
29   nn_1dint    = 0                   ! Type of vertical interpolation method
30   nn_2dint    = 0                   ! Type of horizontal interpolation method
31   nn_msshc    = 0                   ! MSSH correction scheme
32   rn_mdtcorr  = 1.61                ! MDT  correction
33   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction
34   nn_profdavtypes = -1              ! Profile daily average types - array
35   ln_sstbias  = .false.             !
36   cn_sstbias_files = 'sstbias.nc'   !
37/
Note: See TracBrowser for help on using the repository browser.