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_example in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namobs_example @ 6140

Last change on this file since 6140 was 6140, checked in by timgraham, 8 years ago

Merge of branches/2015/dev_merge_2015 back into trunk. Merge excludes NEMOGCM/TOOLS/OBSTOOLS/ for now due to issues with the change of file type. Will sort these manually with further commits.

Branch merged as follows:
In the working copy of branch ran:
svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk@HEAD
Small conflicts due to bug fixes applied to trunk since the dev_merge_2015 was copied. Bug fixes were applied to the branch as well so these were easy to resolve.
Branch committed at this stage

In working copy run:
svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
to switch working copy

Run:
svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/dev_merge_2015
to merge the branch into the trunk and then commit - no conflicts at this stage.

File size: 2.6 KB
Line 
1!-----------------------------------------------------------------------
2&namobs       !  observation usage switch
3!-----------------------------------------------------------------------
4   ln_diaobs  = .true.                 ! Logical switch for the observation operator
5   ln_t3d     = .true.                 ! Logical switch for T profile observations
6   ln_s3d     = .true.                 ! 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   cn_profbfiles = 'profiles_01.nc'    ! Profile feedback input observation file names
19   cn_slafbfiles = 'sla_01.nc'         ! SLA feedback input observation file names
20   cn_sstfbfiles = 'sst_01.nc'         ! SST feedback input observation file names
21   cn_sicfbfiles = 'sic_01.nc'         ! SIC feedback input observation file names
22   cn_velfbfiles = 'vel_01.nc'         ! Velocity feedback input observation file names
23   cn_altbiasfile = 'altbias.nc'       ! Altimeter bias input file name
24   cn_gridsearchfile = 'gridsearch.nc' ! Grid search file name
25   rn_gridsearchres = 0.5              ! Grid search resolution
26   rn_dobsini = 00010101.000000        ! Initial date in window YYYYMMDD.HHMMSS
27   rn_dobsend = 00010102.000000        ! Final date in window YYYYMMDD.HHMMSS
28   nn_1dint = 0                        ! Type of vertical interpolation method
29   nn_2dint = 0                        ! Type of horizontal interpolation method
30   nn_msshc = 0                        ! MSSH correction scheme
31   rn_mdtcorr = 1.61                   ! MDT  correction
32   rn_mdtcutoff = 65.0                 ! MDT cutoff for computed correction
33   nn_profdavtypes = -1                ! Profile daily average types - array
34/
Note: See TracBrowser for help on using the repository browser.