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 2540 for trunk/DOC/TexFiles/Namelist/namobs – NEMO

Ignore:
Timestamp:
2011-01-09T05:46:20+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: phasing of the DOC and trunk namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namobs

    r2298 r2540  
    11!----------------------------------------------------------------------- 
    2 !       namobs    observation usage switch 
     2&namobs       !  observation usage switch                               ('key_diaobs') 
    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 = .false. 
    59    ln_profb = .true. 
    60    ln_sla = .true. 
    61    ln_sladt = .false. 
    62    ln_slafb = .true. 
    63    ln_sst = .true. 
    64    ln_sstfb = .true. 
     4   ln_t3d     = .false.    ! Logical switch for T profile observations          
     5   ln_s3d     = .false.    ! Logical switch for S profile observations           
     6   ln_ena     = .false.    ! Logical switch for ENACT insitu data set            
     7   !                       !     ln_cor                  Logical switch for Coriolis insitu data set        
     8   ln_profb   = .false.    ! Logical switch for feedback insitu data set      
     9   ln_sla     = .false.    ! Logical switch for SLA observations                
     10 
     11   ln_sladt   = .false.    ! Logical switch for AVISO SLA data               
     12 
     13   ln_slafb   = .false.    ! Logical switch for feedback SLA data             
     14                           !     ln_ssh                  Logical switch for SSH observations               
     15 
     16   ln_sst     = .false.    ! Logical switch for SST observations               
     17                           !     ln_reysst               Logical switch for Reynolds observations        
     18                           !     ln_ghrsst               Logical switch for GHRSST observations           
     19 
     20   ln_sstfb   = .false.    ! Logical switch for feedback SST data           
     21                           !     ln_sss                  Logical switch for SSS observations               
     22                           !     ln_seaice               Logical switch for Sea Ice observations         
     23                           !     ln_vel3d                Logical switch for velocity observations          
     24                           !     ln_velavcur             Logical switch for velocity daily av. cur.     
     25                           !     ln_velhrcur             Logical switch for velocity high freq. cur.    
     26                           !     ln_velavadcp            Logical switch for velocity daily av. ADCP   
     27                           !     ln_velhradcp            Logical switch for velocity high freq. ADCP 
     28                           !     ln_velfb                Logical switch for feedback velocity data        
     29                           !     ln_grid_global          Global distribtion of observations          
     30                           !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table   
     31                           !     grid_search_file        Grid search lookup file header  
     32                           !     enactfiles              ENACT input observation file names  
     33                           !     coriofiles              Coriolis input observation file name   
     34   !                       ! profbfiles: Profile feedback input observation file name  
    6535   profbfiles = 'profiles_01.nc' 
     36                           !     ln_profb_enatim         Enact feedback input time setting switch     
     37                           !     slafilesact             Active SLA input observation file name 
     38                           !     slafilespas             Passive SLA input observation file name  
     39   !                       ! slafbfiles: Feedback SLA input observation file name  
    6640   slafbfiles = 'sla_01.nc' 
     41                           !     sstfiles                GHRSST input observation file name        
     42   !                       ! sstfbfiles: Feedback SST input observation file name  
    6743   sstfbfiles = 'sst_01.nc' 'sst_02.nc' 'sst_03.nc' 'sst_04.nc' 'sst_05.nc' 
    68    ln_altbias = .false. 
     44                           !     seaicefiles             Sea Ice input observation file name  
     45                           !     velavcurfiles           Vel. cur. daily av. input file name   
     46                           !     velhvcurfiles           Vel. cur. high freq. input file name   
     47                           !     velavadcpfiles          Vel. ADCP daily av. input file name     
     48                           !     velhvadcpfiles          Vel. ADCP high freq. input file name  
     49                           !     velfbfiles              Vel. feedback input observation file name  
     50                           !     dobsini                 Initial date in window YYYYMMDD.HHMMSS        
     51                           !     dobsend                 Final date in window YYYYMMDD.HHMMSS          
     52                           !     n1dint                  Type of vertical interpolation method         
     53                           !     n2dint                  Type of horizontal interpolation method        
     54                           !     ln_nea                  Rejection of observations near land switch     
     55   nmsshc     = 0          ! MSSH correction scheme                          
     56                           !     mdtcorr                 MDT  correction                                
     57                           !     mdtcutoff               MDT cutoff for computed correction           
     58   ln_altbias = .false.    ! Logical switch for alt bias                 
     59   ln_ignmis  = .true.     ! Logical switch for ignoring missing files    
     60                           !     endailyavtypes   ENACT daily average types                     
    6961   ln_grid_global = .true. 
    70    ln_grid_search_lookup = .true. 
    71    ln_ignmis = .true.   
     62   ln_grid_search_lookup = .false. 
    7263/  
Note: See TracChangeset for help on using the changeset viewer.