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 NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist – NEMO

source: NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist/namsbc_rnf @ 11998

Last change on this file since 11998 was 1320, checked in by rblod, 15 years ago

Update documentation for interpolation on the fly, see ticket #279

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_rnf    !   runoffs namelist surface boundary condition
3!-----------------------------------------------------------------------
4!               !   file name        ! frequency (hours) ! variable   ! time interpolation !  clim  ! starting !
5!               !                    !   (if <0  months) !   name     !     (logical)      !  (0/1) !  record  !
6   sn_rnf     = 'runoff_1m_nomask.nc' ,      -12.        ,  'sorunoff',      .true.        ,    1   ,    0     , ''       , ''
7   sn_cnf     = 'runoff_1m_nomask.nc' ,        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]
14/
Note: See TracBrowser for help on using the repository browser.