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/r5518_INGV1_WAVE-coupling/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/r5518_INGV1_WAVE-coupling/DOC/TexFiles/Namelist/namptr @ 7152

Last change on this file since 7152 was 7152, checked in by jcastill, 7 years ago

Initial implementation of wave coupling branch - INGV wave branch + UKMO wave coupling branch

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.