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 branches/2014/dev_r4650_UKMO7_STARTHOUR/DOC/TexFiles/Namelist – NEMO

source: branches/2014/dev_r4650_UKMO7_STARTHOUR/DOC/TexFiles/Namelist/namobs_example @ 5985

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

Reinstate keywords before upgrading to head of trunk

  • Property svn:keywords set to Id
File size: 3.9 KB
Line 
1!-----------------------------------------------------------------------
2!       namobs    observation usage switch
3!-----------------------------------------------------------------------
4!
5!  ln_t3d                  Logical switch for T profile observations         
6!  ln_s3d                  Logical switch for S profile observations         
7!  ln_ena                  Logical switch for ENACT insitu data set           
8!  ln_cor                  Logical switch for Coriolis insitu data set       
9!  ln_profb                Logical switch for feedback insitu data set     
10!  ln_sla                  Logical switch for SLA observations               
11!  ln_sladt                Logical switch for AVISO SLA data             
12!  ln_slafb                Logical switch for feedback SLA data           
13!  ln_ssh                  Logical switch for SSH observations             
14!  ln_sst                  Logical switch for SST observations             
15!  ln_reysst               Logical switch for Reynolds observations       
16!  ln_ghrsst               Logical switch for GHRSST observations         
17!  ln_sstfb                Logical switch for feedback SST data         
18!  ln_sss                  Logical switch for SSS observations             
19!  ln_seaice               Logical switch for Sea Ice observations       
20!  ln_vel3d                Logical switch for velocity observations         
21!  ln_velavcur             Logical switch for velocity daily av. cur.   
22!  ln_velhrcur             Logical switch for velocity high freq. cur.   
23!  ln_velavadcp            Logical switch for velocity daily av. ADCP 
24!  ln_velhradcp            Logical switch for velocity high freq. ADCP
25!  ln_velfb                Logical switch for feedback velocity data       
26!  ln_grid_global          Global distribtion of observations         
27!  ln_grid_search_lookup   Logical switch for obs grid search w/lookup table 
28!  grid_search_file        Grid search lookup file header
29!  enactfiles              ENACT input observation file names
30!  coriofiles              Coriolis input observation file name 
31!  profbfiles              Profile feedback input observation file name
32!  ln_profb_enatim         Enact feedback input time setting switch   
33!  slafilesact             Active SLA input observation file name
34!  slafilespas             Passive SLA input observation file name
35!  slafbfiles              Feedback SLA input observation file name
36!  sstfiles                GHRSST input observation file name       
37!  sstfbfiles              Feedback SST input observation file name
38!  seaicefiles             Sea Ice input observation file name
39!  velavcurfiles           Vel. cur. daily av. input file name 
40!  velhvcurfiles           Vel. cur. high freq. input file name 
41!  velavadcpfiles          Vel. ADCP daily av. input file name   
42!  velhvadcpfiles          Vel. ADCP high freq. input file name
43!  velfbfiles              Vel. feedback input observation file name
44!  dobsini                 Initial date in window YYYYMMDD.HHMMSS       
45!  dobsend                 Final date in window YYYYMMDD.HHMMSS         
46!  n1dint                  Type of vertical interpolation method       
47!  n2dint                  Type of horizontal interpolation method       
48!  ln_nea                  Rejection of observations near land switch   
49!  nmsshc                  MSSH correction scheme                         
50!  mdtcorr                 MDT  correction                               
51!  mdtcutoff               MDT cutoff for computed correction         
52!  ln_altbias              Logical switch for alt bias               
53!  ln_ignmis               Logical switch for ignoring missing files   
54!  endailyavtypes          ENACT daily average types                   
55 &namobs
56   ln_t3d = .true.
57   ln_s3d = .true.
58   ln_ena = .true.
59   enactfiles = 'enact.1.nc'
60   ln_grid_global = .true.
61   ln_grid_search_lookup = .true.
62   ln_ignmis = .true. 
63/
Note: See TracBrowser for help on using the repository browser.