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/2017/dev_METO_MERCATOR_2017/DOC/Namelists – NEMO

source: branches/2017/dev_METO_MERCATOR_2017/DOC/Namelists/namobs @ 9325

Last change on this file since 9325 was 8992, checked in by timgraham, 7 years ago

Merged Met Office branch in

File size: 4.3 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_sss     = .false.              ! Logical swithc for SSS observations
12   ln_altbias  = .false.             ! Logical switch for altimeter bias correction
13   ln_nea      = .false.             ! Logical switch for rejection of observations near land
14   ln_grid_global = .true.           ! Logical switch for global distribution of observations
15   ln_grid_search_lookup = .false.   ! Logical switch for obs grid search w/lookup table
16   ln_ignmis   = .true.              ! Logical switch for ignoring missing files
17   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there
18   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs
19   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footpring is in degrees, F=> in metres
20   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footpring is in degrees, F=> in metres
21   ln_sss_fp_indegs = .true.         ! Logical for SSS: T=> averaging footpring is in degrees, F=> in metres
22   ln_sic_fp_indegs = .true.         ! Logical for SIC: T=> averaging footpring is in degrees, F=> in metres
23! All of the *files* variables below are arrays. Use namelist_cfg to add more files
24   cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names
25   cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names
26   cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names
27   cn_sssfbfiles = 'sss_01.nc'       ! SSS feedback input observation file names
28   cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names
29   cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names
30   cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name
31   cn_gridsearchfile='gridsearch.nc' ! Grid search file name
32   rn_gridsearchres = 0.5            ! Grid search resolution
33   rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS
34   rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS
35   rn_sla_avglamscl = 0.             ! E/W diameter of SLA observation footprint (metres/degrees)
36   rn_sla_avgphiscl = 0.             ! N/S diameter of SLA observation footprint (metres/degrees)
37   rn_sst_avglamscl = 0.             ! E/W diameter of SST observation footprint (metres/degrees)
38   rn_sst_avgphiscl = 0.             ! N/S diameter of SST observation footprint (metres/degrees)
39   rn_sss_avglamscl = 0.             ! E/W diameter of SSS observation footprint (metres/degrees)
40   rn_sss_avgphiscl = 0.             ! N/S diameter of SSS observation footprint (metres/degrees)
41   rn_sic_avglamscl = 0.             ! E/W diameter of SIC observation footprint (metres/degrees)
42   rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees)
43   nn_1dint    = 0                   ! Type of vertical interpolation method
44   nn_2dint    = 0                   ! Type of horizontal interpolation method
45   nn_msshc    = 0                   ! MSSH correction scheme
46   nn_2dint_sla = 0                    ! Horizontal interpolation method for SLA
47   nn_2dint_sst = 0                    ! Horizontal interpolation method for SST
48   nn_2dint_sss = 0                    ! Horizontal interpolation method for SSS
49   nn_2dint_sic = 0                    ! Horizontal interpolation method for SIC
50   rn_mdtcorr  = 1.61                ! MDT  correction
51   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction
52   nn_profdavtypes = -1              ! Profile daily average types - array
53   ln_sstbias  = .false.             !
54   cn_sstbias_files = 'sstbias.nc'   !
55/
Note: See TracBrowser for help on using the repository browser.