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/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namsbc_rnf @ 10218

Last change on this file since 10218 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:mime-type set to text/x-fortran
File size: 2.4 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
3!-----------------------------------------------------------------------
4   ln_rnf_mouth= .false.   !  specific treatment at rivers mouths
5      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T)
6      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
7   rn_rfact    =   1.e0    !  multiplicative factor for runoff
8   ln_rnf_depth= .false.   !  read in depth information for runoff
9   ln_rnf_tem  = .false.   !  read in temperature information for runoff
10   ln_rnf_sal  = .false.   !  read in salinity information for runoff
11   ln_rnf_depth_ini = .false. ! compute depth at initialisation from runoff file
12      rn_rnf_max  = 5.735e-4  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true )
13      rn_dep_max  = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true )
14      nn_rnf_depth_file = 0   !  create (=1) a runoff depth file or not (=0)
15
16   cn_dir      = './'      !  root directory for the runoff data location
17   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
18   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
19   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
20   sn_rnf      = 'runoff_core_monthly'   ,        -1         , 'sorunoff',   .true.    , .true. , 'yearly'  , ''               , ''       , ''
21   sn_cnf      = 'runoff_core_monthly'   ,         0         , 'socoefr0',   .false.   , .true. , 'yearly'  , ''               , ''       , ''
22   sn_s_rnf    = 'runoffs'               ,        24         , 'rosaline',   .true.    , .true. , 'yearly'  , ''               , ''       , ''
23   sn_t_rnf    = 'runoffs'               ,        24         , 'rotemper',   .true.    , .true. , 'yearly'  , ''               , ''       , ''
24   sn_dep_rnf  = 'runoffs'               ,         0         , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''               , ''       , ''
25/
Note: See TracBrowser for help on using the repository browser.