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.
namptr in branches/2014/dev_r4650_UKMO7_STARTHOUR/DOC/TexFiles/Namelist – NEMO

source: branches/2014/dev_r4650_UKMO7_STARTHOUR/DOC/TexFiles/Namelist/namptr @ 5985

Last change on this file since 5985 was 5985, checked in by timgraham, 8 years ago

Reinstate keywords before upgrading to head of trunk

  • Property svn:keywords set to Id
File size: 741 bytes
Line 
1!-----------------------------------------------------------------------
2&namptr       !   Poleward Transport Diagnostic
3!-----------------------------------------------------------------------
4   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F)
5   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions
6   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not
7                           !  (orca configuration only, need input basins mask file named "subbasins.nc"
8   ln_ptrcomp = .true.     !  Add decomposition : overturning
9   nn_fptr    =  1         !  Frequency of ptr computation [time step]
10   nn_fwri    =  15        !  Frequency of ptr outputs [time step]
11/
Note: See TracBrowser for help on using the repository browser.