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/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/namptr @ 10251

Last change on this file since 10251 was 10251, checked in by kingr, 5 years ago

Rolled back to r10247 - i.e., undid merge of pkg br and 3.6_stable br

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.