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/GYRE_LOBSTER/EXP00/namelist – NEMO

Ignore:
Timestamp:
2010-10-11T18:51:54+02:00 (14 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/GYRE_LOBSTER/EXP00/namelist

    r2205 r2207  
    214214   sn_rnf      = 'runoff_1m_nomask' ,  -1         , 'sorunoff' ,    .true.      , .true.  , 'yearly'  , ''       , '' 
    215215   sn_cnf      = 'runoff_1m_nomask' ,   0         , 'socoefr'  ,    .false.     , .true.  , 'yearly'  , ''       , '' 
     216   sn_s_rnf    = 'runoffs'          ,  24         , 'rosaline' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     217   sn_t_rnf    = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
     218   sn_dep_rnf  = 'runoffs'          ,   0         , 'rodepth'  ,    .false.     , .true.  ,   'yearly', ''       , '' 
    216219  
    217220   cn_dir       = './'      !  root directory for the location of the runoff files 
     
    221224   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    222225   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
     226   ln_rnf_depth =  .false.  !  read in depth information for runoff 
     227   ln_rnf_temp  =  .false.  !  read in temperature information for runoff 
     228   ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
    223229/ 
    224230!----------------------------------------------------------------------- 
     
    479485   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    480486                           !  Coefficient 
    481    rn_ahm_0    = 100000.        !  horizontal eddy viscosity   [m2/s] 
    482    rn_ahmb_0   =     0.         !  background eddy viscosity for ldf_iso [m2/s] 
     487   rn_ahm_0         = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
     488   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
     489   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
    483490/ 
    484491!!====================================================================== 
     
    679686   nf_ptr_wri =  15        !  Frequency of ptr outputs 
    680687/ 
     688!----------------------------------------------------------------------- 
     689!       namobs    observation usage switch 
     690!----------------------------------------------------------------------- 
     691! 
     692!  ln_t3d                  Logical switch for T profile observations          
     693!  ln_s3d                  Logical switch for S profile observations           
     694!  ln_ena                  Logical switch for ENACT insitu data set            
     695!  ln_cor                  Logical switch for Coriolis insitu data set        
     696!  ln_profb                Logical switch for feedback insitu data set      
     697!  ln_sla                  Logical switch for SLA observations                
     698!  ln_sladt                Logical switch for AVISO SLA data               
     699!  ln_slafb                Logical switch for feedback SLA data             
     700!  ln_ssh                  Logical switch for SSH observations               
     701!  ln_sst                  Logical switch for SST observations               
     702!  ln_reysst               Logical switch for Reynolds observations        
     703!  ln_ghrsst               Logical switch for GHRSST observations           
     704!  ln_sstfb                Logical switch for feedback SST data           
     705!  ln_sss                  Logical switch for SSS observations               
     706!  ln_seaice               Logical switch for Sea Ice observations         
     707!  ln_vel3d                Logical switch for velocity observations          
     708!  ln_velavcur             Logical switch for velocity daily av. cur.     
     709!  ln_velhrcur             Logical switch for velocity high freq. cur.    
     710!  ln_velavadcp            Logical switch for velocity daily av. ADCP   
     711!  ln_velhradcp            Logical switch for velocity high freq. ADCP 
     712!  ln_velfb                Logical switch for feedback velocity data        
     713!  ln_grid_global          Global distribtion of observations          
     714!  ln_grid_search_lookup   Logical switch for obs grid search w/lookup table   
     715!  grid_search_file        Grid search lookup file header  
     716!  enactfiles              ENACT input observation file names  
     717!  coriofiles              Coriolis input observation file name   
     718!  profbfiles              Profile feedback input observation file name  
     719!  ln_profb_enatim         Enact feedback input time setting switch     
     720!  slafilesact             Active SLA input observation file name 
     721!  slafilespas             Passive SLA input observation file name  
     722!  slafbfiles              Feedback SLA input observation file name  
     723!  sstfiles                GHRSST input observation file name        
     724!  sstfbfiles              Feedback SST input observation file name  
     725!  seaicefiles             Sea Ice input observation file name  
     726!  velavcurfiles           Vel. cur. daily av. input file name   
     727!  velhvcurfiles           Vel. cur. high freq. input file name   
     728!  velavadcpfiles          Vel. ADCP daily av. input file name     
     729!  velhvadcpfiles          Vel. ADCP high freq. input file name  
     730!  velfbfiles              Vel. feedback input observation file name  
     731!  dobsini                 Initial date in window YYYYMMDD.HHMMSS        
     732!  dobsend                 Final date in window YYYYMMDD.HHMMSS          
     733!  n1dint                  Type of vertical interpolation method         
     734!  n2dint                  Type of horizontal interpolation method        
     735!  ln_nea                  Rejection of observations near land switch     
     736!  nmsshc                  MSSH correction scheme                          
     737!  mdtcorr                 MDT  correction                                
     738!  mdtcutoff               MDT cutoff for computed correction           
     739!  ln_altbias              Logical switch for alt bias                 
     740!  ln_ignmis               Logical switch for ignoring missing files    
     741!  endailyavtypes          ENACT daily average types                     
     742 &namobs 
     743   ln_t3d = .false. 
     744   ln_s3d = .false. 
     745   ln_ena = .false. 
     746   ln_profb = .false. 
     747   ln_sla = .false. 
     748   ln_sladt = .false. 
     749   ln_slafb = .false. 
     750   ln_sst = .false. 
     751   ln_sstfb = .false. 
     752   nmsshc = 0 
     753   profbfiles = 'profiles_01.nc' 
     754   slafbfiles = 'sla_01.nc' 
     755   sstfbfiles = 'sst_01.nc' 'sst_02.nc' 'sst_03.nc' 'sst_04.nc' 'sst_05.nc' 
     756   ln_altbias = .false. 
     757   ln_grid_global = .true. 
     758   ln_grid_search_lookup = .false. 
     759   ln_ignmis = .true.   
     760/  
     761!----------------------------------------------------------------------- 
     762!       nam_asminc    assimilation increments namelist 
     763!----------------------------------------------------------------------- 
     764! ln_bkgwri   Logical switch for writing out background state  
     765! ln_trjwri   Logical switch for writing out state trajectory 
     766! ln_trainc   Logical switch for applying tracer increments 
     767! ln_dyninc   Logical switch for applying velocity increments 
     768! ln_sshinc   Logical switch for applying SSH increments  
     769! ln_asmdin   Logical switch for Direct Initialization (DI) 
     770! ln_asmiau   Logical switch for Incremental Analysis Updating (IAU) 
     771! nitbkg      Timestep of background in [0,nitend-nit000-1] 
     772! nitdin      Timestep of background for DI in [0,nitend-nit000-1] 
     773! nitiaustr   Timestep of start of IAU interval in [0,nitend-nit000-1] 
     774! nitiaufin   Timestep of end of IAU interval in [0,nitend-nit000-1] 
     775! niaufn      Type of IAU weighting function 
     776! nittrjfrq   Frequency of trajectory output for 4D-VAR 
     777! ln_salfix   Logical switch for ensuring that the sa > salfixmin 
     778! salfixmin   Minimum salinity after applying the increments 
     779&nam_asminc 
     780    ln_bkgwri = .false. 
     781    ln_trjwri = .false. 
     782    ln_trainc = .false. 
     783    ln_dyninc = .false. 
     784    ln_sshinc = .false. 
     785    ln_asmdin = .false. 
     786    ln_asmiau = .false. 
     787    nitbkg = 0 
     788    nitdin = 0 
     789    nitiaustr = 1 
     790    nitiaufin = 15 
     791    niaufn = 0 
     792    nittrjfrq = 0 
     793    ln_salfix = .false. 
     794    salfixmin = -9999 
     795/ 
Note: See TracChangeset for help on using the changeset viewer.