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.
Changeset 2399 for branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2010-11-17T10:09:35+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: diaptr (poleward heat & salt transports) #759 : rewriting including dynamical allocation + DOCTOR names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r2375 r2399  
    749749&namptr       !   Poleward Transport Diagnostic 
    750750!----------------------------------------------------------------------- 
    751    ln_diaptr  = .false.     !  Poleward heat and salt transport (T) or not (F) 
    752    ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
    753    ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not  
     751   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
     752   ln_diaznl  = .false.    !  Add zonal means and meridional stream functions 
     753   ln_subbas  = .false.    !  Atlantic/Pacific/Indian basins computation (T) or not  
    754754                           !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    755    ln_ptrcomp = .true.     !  Add decomposition : overturning 
    756    nf_ptr     =  1         !  Frequency of ptr computation [time step] 
    757    nf_ptr_wri =  15        !  Frequency of ptr outputs 
     755   ln_ptrcomp = .false.    !  Add decomposition : overturning 
     756   nn_fptr    =  1         !  Frequency of ptr computation [time step] 
     757   nn_fwri    =  15        !  Frequency of ptr outputs [time step] 
    758758/ 
    759759!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.