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 1117 for trunk/CONFIG/GYRE/EXP00/namelist – NEMO

Ignore:
Timestamp:
2008-06-20T16:12:05+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: clarify tha way to manage the runoffs fileds, see ticket: #162

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/GYRE/EXP00/namelist

    r1114 r1117  
    112112                           !                       =2 combination of 0 and 1 cases             ("key_lim3" only) 
    113113   ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr) 
    114    ln_rnf      = .false.   !  runoffs (T => fill namsbc_ssr) 
     114   ln_rnf      = .false.   !  runoffs (T => fill namsbc_rnf) 
    115115   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) 
    116116   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked                              ,  
     
    191191!              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim  ! starting ! 
    192192!              !                    !  (if <0  months)  !   name     !    (logical)   !  (0/1) !  record  ! 
    193    sn_rnf    = 'runoff_1m_nomask.nc',       -12.        , 'sorunoff' ,    .true.      ,    1   ,    0      
    194    sn_cnf    = 'runoff_1m_nomask.nc',         0.        , 'socoefr'  ,    .false.     ,    1   ,    0               
     193   sn_rnf    = 'runoff_1m_nomask'   ,       -12.        , 'sorunoff' ,    .true.      ,    1   ,    0      
     194   sn_cnf    = 'runoff_1m_nomask'   ,         0.        , 'socoefr'  ,    .false.     ,    1   ,    0               
    195195! 
    196    cn_dir      = './'      !  root directory for the location of the runoff files 
    197    nn_runoff   =   0       !  no runoff (0), runoff (1), runoff+river mouth ups adv with cen2 (2) 
    198    rn_hrnf     =   0.e0    !  depth over which enhanced vertical mixing is used 
    199    rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
     196   cn_dir       = './'      !  root directory for the location of the runoff files 
     197   ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
     198   ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
     199   rn_hrnf      =   0.e0    !  depth over which enhanced vertical mixing is used 
     200   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    200201/ 
    201202!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.