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

source: NEMO/trunk/doc/namelists/namsbc_rnf_cfg_eORCA1

Last change on this file was 14928, checked in by rlod, 3 years ago

Top documentation: Update namelists

File size: 1.6 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_icb   = .true.   !  read iceberg flux
9
10   cn_dir = './'  !  root directory for the location of the runoff files
11   !---------------------------------------------------------------------------------------------
12   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ !
13   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' !
14   sn_rnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'
15   sn_i_rnf    = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc',        -1         , 'Icb_flux',   .true.     , .true. , 'yearly'
16   sn_cnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc',         0         , 'socoefr' ,   .false.    , .true. , 'yearly'
17   sn_s_rnf    = 'runoffs'            ,    24.   , 'rosaline',   .true.     , .true. , 'yearly' 
18   sn_t_rnf    = 'runoffs'            ,    24.   , 'rotemper',   .true.     , .true. , 'yearly' 
19   sn_dep_rnf  = 'runoffs'            ,     0.   , 'rodepth' ,   .false.    , .true. , 'yearly' 
Note: See TracBrowser for help on using the repository browser.