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

source: NEMO/trunk/doc/namelists/namtrc_dta_cfg @ 15814

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

Top documentation: Update namelists

File size: 922 bytes
Line 
1!-----------------------------------------------------------------------
2&namtrc_dta      !    Initialisation from data input file
3!-----------------------------------------------------------------------
4!                !  file name          ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ !
5!                !                     !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' !
6   sn_trcdta(1)  = 'data_DIC_nomask.nc',        -12        ,  'PiDIC'  ,    .false.   , .true. , 'yearly'  ,
7   sn_trcdta(2)  = 'data_FER_nomask.nc',        -1         ,  'Fer'    ,    .true.    , .true. , 'yearly'  ,
8   sn_trcdta(3)  = 'data_NO3_nomask.nc',        -1         ,  'NO3'    ,    .true.    , .true. , 'yearly'  ,
9!
10   rn_trfac(1)   =   1.028e-06  !  multiplicative factor
11   rn_trfac(2)   =   1.0e-06    !  -      -      -     -
12   rn_trfac(3)   =   7.6e-06    !  -      -      -     -
Note: See TracBrowser for help on using the repository browser.