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

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

phase the namelist with NEMO v3 + update the references & figures see ticket #284

File:
1 edited

Legend:

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

    r994 r1225  
    11!----------------------------------------------------------------------- 
    2 &namsbc_rnf        runoffs namelist surface boundary condition 
     2&namsbc_rnf    !   runoffs namelist surface boundary condition 
    33!----------------------------------------------------------------------- 
    4    cn_dir       = './'     ! directory in which the model is executed 
    5    nn_runoff  = 2          ! =0 no runoffs, 1 runoffs, 2 runoffs+river mouth ups adv 
    6    rn_hrnf    = 0.e0       ! runoffs, depth over which enhanced vertical mixing is used 
    7    rn_avt_rnf = 1.e-3      ! runoffs, value of the additional vertical mixing coef. [m2/s] 
    8 ! 
    9 !  THE ORDER OF THE FILES MATTER: 
    104!               !   file name        ! frequency (hours) ! variable   ! time interpolation !  clim  ! starting ! 
    115!               !                    !   (if <0  months) !   name     !     (logical)      !  (0/1) !  record  ! 
    12    sn_rnf     = 'runoff_1m_nomask.nc' ,      -12.        ,  'sorunoff',      .true.        ,    1   ,    0      
    13    sn_cnf     = 'runoff_1m_nomask.nc' ,        0.        ,  'socoefr' ,      .false.       ,    1   ,    0               
     6   sn_rnf       = 'runoff_1m_nomask' ,        -1.        , 'sorunoff' ,      .true.        ,    1   ,    0      
     7   sn_cnf       = 'runoff_1m_nomask' ,         0.        , 'socoefr'  ,      .false.       ,    1   ,    0               
     8! 
     9   cn_dir       = './'       ! directory in which the model is executed 
     10   ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
     11   ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
     12   rn_hrnf      =   0.e0    !  depth over which enhanced vertical mixing is used 
     13   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    1414/ 
Note: See TracChangeset for help on using the changeset viewer.