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 branches/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist – NEMO

source: branches/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist/namsbc_rnf @ 6040

Last change on this file since 6040 was 6040, checked in by gm, 8 years ago

#1613: vvl by default : start to update the DOC for change in vvl, LDF and solvers

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