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.
namtrc_bc_cfg in NEMO/branches/2021/dev_r14318_RK3_stage1/doc/namelists – NEMO

source: NEMO/branches/2021/dev_r14318_RK3_stage1/doc/namelists/namtrc_bc_cfg @ 15574

Last change on this file since 15574 was 15574, checked in by techene, 3 years ago

#2605 #2715 trunk merged into dev_r14318_RK3_stage1

File size: 1.2 KB
Line 
1!----------------------------------------------------------------------
2&namtrc_bc       !   data for boundary conditions
3!-----------------------------------------------------------------------
4!                !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ !
5!                !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' !
6   sn_trcsbc(2)  = 'dust.orca.new'   ,       -1          , 'dustfer'     ,  .true.      , .true. , 'yearly' 
7   sn_trcsbc(3)  = 'ndeposition.orca',      -12          , 'ndep'        ,  .false.     , .true. , 'yearly' 
8   rn_trsfac(2)  = 6.266e-04    ! Multiplicative factor
9   rn_trsfac(3)  =  5.4464e-01  !
10!
11   sn_trccbc(1)  = 'river.orca'      ,    -12            , 'riverdic'    ,  .true.      , .true. , 'yearly' 
12   sn_trccbc(2)  = 'river.orca'      ,    -12            , 'riverdfe'    ,  .true.      , .true. , 'yearly'
13   sn_trccbc(3)  = 'river.orca'      ,    -12            , 'riverdin'    ,  .true.      , .true. , 'yearly'
14   rn_trcfac(1)  = 1.0   ! Multiplicative factor
15   rn_trcfac(2)  = 1.0   !
16   rn_trcfac(3)  = 1.0   !
17   rn_cbc_time   = 3.1536e+7   !  Time scaling factor for CBC data (seconds in a year)
Note: See TracBrowser for help on using the repository browser.