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.
Changeset 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/DOC/TexFiles/Namelist/namobs_example – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/DOC/TexFiles/Namelist/namobs_example

    r3294 r6808  
    11!----------------------------------------------------------------------- 
    2 !       namobs    observation usage switch 
     2&namobs       !  observation usage switch 
    33!----------------------------------------------------------------------- 
    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 /  
     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 TracChangeset for help on using the changeset viewer.