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 2207 for branches/DEV_r2191_3partymerge2010/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2010-10-11T18:51:54+02:00 (13 years ago)
Author:
acc
Message:

#733 DEV_r2191_3partymerge2010. Merged in changes from devukmo2010 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2191_3partymerge2010/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r2205 r2207  
    135135/ 
    136136 
     137!----------------------------------------------------------------------- 
     138!       namobs    observation usage switch 
     139!----------------------------------------------------------------------- 
     140! 
     141!  ln_t3d                  Logical switch for T profile observations          
     142!  ln_s3d                  Logical switch for S profile observations           
     143!  ln_ena                  Logical switch for ENACT insitu data set            
     144!  ln_cor                  Logical switch for Coriolis insitu data set        
     145!  ln_profb                Logical switch for feedback insitu data set      
     146!  ln_sla                  Logical switch for SLA observations                
     147!  ln_sladt                Logical switch for AVISO SLA data               
     148!  ln_slafb                Logical switch for feedback SLA data             
     149!  ln_ssh                  Logical switch for SSH observations               
     150!  ln_sst                  Logical switch for SST observations               
     151!  ln_reysst               Logical switch for Reynolds observations        
     152!  ln_ghrsst               Logical switch for GHRSST observations           
     153!  ln_sstfb                Logical switch for feedback SST data           
     154!  ln_sss                  Logical switch for SSS observations               
     155!  ln_seaice               Logical switch for Sea Ice observations         
     156!  ln_vel3d                Logical switch for velocity observations          
     157!  ln_velavcur             Logical switch for velocity daily av. cur.     
     158!  ln_velhrcur             Logical switch for velocity high freq. cur.    
     159!  ln_velavadcp            Logical switch for velocity daily av. ADCP   
     160!  ln_velhradcp            Logical switch for velocity high freq. ADCP 
     161!  ln_velfb                Logical switch for feedback velocity data        
     162!  ln_grid_global          Global distribtion of observations          
     163!  ln_grid_search_lookup   Logical switch for obs grid search w/lookup table   
     164!  grid_search_file        Grid search lookup file header  
     165!  enactfiles              ENACT input observation file names  
     166!  coriofiles              Coriolis input observation file name   
     167!  profbfiles              Profile feedback input observation file name  
     168!  ln_profb_enatim         Enact feedback input time setting switch     
     169!  slafilesact             Active SLA input observation file name 
     170!  slafilespas             Passive SLA input observation file name  
     171!  slafbfiles              Feedback SLA input observation file name  
     172!  sstfiles                GHRSST input observation file name        
     173!  sstfbfiles              Feedback SST input observation file name  
     174!  seaicefiles             Sea Ice input observation file name  
     175!  velavcurfiles           Vel. cur. daily av. input file name   
     176!  velhvcurfiles           Vel. cur. high freq. input file name   
     177!  velavadcpfiles          Vel. ADCP daily av. input file name     
     178!  velhvadcpfiles          Vel. ADCP high freq. input file name  
     179!  velfbfiles              Vel. feedback input observation file name  
     180!  dobsini                 Initial date in window YYYYMMDD.HHMMSS        
     181!  dobsend                 Final date in window YYYYMMDD.HHMMSS          
     182!  n1dint                  Type of vertical interpolation method         
     183!  n2dint                  Type of horizontal interpolation method        
     184!  ln_nea                  Rejection of observations near land switch     
     185!  nmsshc                  MSSH correction scheme                          
     186!  mdtcorr                 MDT  correction                                
     187!  mdtcutoff               MDT cutoff for computed correction           
     188!  ln_altbias              Logical switch for alt bias                 
     189!  ln_ignmis               Logical switch for ignoring missing files    
     190!  endailyavtypes          ENACT daily average types                     
     191 &namobs 
     192   ln_t3d = .false. 
     193   ln_s3d = .false. 
     194   ln_ena = .false. 
     195   ln_profb = .false. 
     196   ln_sla = .false. 
     197   ln_sladt = .false. 
     198   ln_slafb = .false. 
     199   ln_sst = .false. 
     200   ln_sstfb = .false. 
     201   nmsshc = 0 
     202   profbfiles = 'profiles_01.nc' 
     203   slafbfiles = 'sla_01.nc' 
     204   sstfbfiles = 'sst_01.nc' 'sst_02.nc' 'sst_03.nc' 'sst_04.nc' 'sst_05.nc' 
     205   ln_altbias = .false. 
     206   ln_grid_global = .true. 
     207   ln_grid_search_lookup = .false. 
     208   ln_ignmis = .true.   
     209/  
     210!----------------------------------------------------------------------- 
     211!       nam_asminc    assimilation increments namelist 
     212!----------------------------------------------------------------------- 
     213! ln_bkgwri   Logical switch for writing out background state  
     214! ln_trjwri   Logical switch for writing out state trajectory 
     215! ln_trainc   Logical switch for applying tracer increments 
     216! ln_dyninc   Logical switch for applying velocity increments 
     217! ln_sshinc   Logical switch for applying SSH increments  
     218! ln_asmdin   Logical switch for Direct Initialization (DI) 
     219! ln_asmiau   Logical switch for Incremental Analysis Updating (IAU) 
     220! nitbkg      Timestep of background in [0,nitend-nit000-1] 
     221! nitdin      Timestep of background for DI in [0,nitend-nit000-1] 
     222! nitiaustr   Timestep of start of IAU interval in [0,nitend-nit000-1] 
     223! nitiaufin   Timestep of end of IAU interval in [0,nitend-nit000-1] 
     224! niaufn      Type of IAU weighting function 
     225! nittrjfrq   Frequency of trajectory output for 4D-VAR 
     226! ln_salfix   Logical switch for ensuring that the sa > salfixmin 
     227! salfixmin   Minimum salinity after applying the increments 
     228&nam_asminc 
     229    ln_bkgwri = .false. 
     230    ln_trjwri = .false. 
     231    ln_trainc = .false. 
     232    ln_dyninc = .false. 
     233    ln_sshinc = .false. 
     234    ln_asmdin = .false. 
     235    ln_asmiau = .false. 
     236    nitbkg = 0 
     237    nitdin = 0 
     238    nitiaustr = 1 
     239    nitiaufin = 15 
     240    niaufn = 0 
     241    nittrjfrq = 0 
     242    ln_salfix = .false. 
     243    salfixmin = -9999 
     244/ 
Note: See TracChangeset for help on using the changeset viewer.