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

source: trunk/DOC/TexFiles/Namelist/namsbc_rnf @ 994

Last change on this file since 994 was 994, checked in by gm, 16 years ago

trunk - add steven correction + several other things + rename BETA into TexFiles?

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_rnf        runoffs namelist surface boundary condition
3!-----------------------------------------------------------------------
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:
10!               !   file name        ! frequency (hours) ! variable   ! time interpolation !  clim  ! starting !
11!               !                    !   (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             
14/
Note: See TracBrowser for help on using the repository browser.