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

source: NEMO/trunk/doc/namelists/namtsd @ 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: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
3!-----------------------------------------------------------------------
4   !                       ! =T  read T-S fields for:
5   ln_tsd_init = .false.         !  ocean initialisation
6   ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp)
7   
8   cn_dir      = './'      !  root directory for the T-S data location
9   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
10   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
11   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
12   sn_tem = 'data_1m_potential_temperature_nomask',  -1      , 'votemper',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
13   sn_sal = 'data_1m_salinity_nomask'             ,  -1      , 'vosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
14/
Note: See TracBrowser for help on using the repository browser.