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 1478 – NEMO

Changeset 1478


Ignore:
Timestamp:
2009-06-24T11:38:55+02:00 (15 years ago)
Author:
flavoni
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist

    r1477 r1478  
    3939   nwrite      =    5475   !  frequency of write in the output file   (modulo referenced to nit000) 
    4040   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    41    ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     41   ln_mskland  = .true.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    4242/ 
    4343!!====================================================================== 
     
    703703&namptr       !   Poleward Transport Diagnostic 
    704704!----------------------------------------------------------------------- 
    705    ln_diaptr  = .false.     !  Poleward heat and salt transport (T) or not (F) 
    706    ln_diaznl  = .false.     !  Add zonal means and meridional stream functions 
    707    ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not  
     705   ln_diaptr  = .true.     !  Poleward heat and salt transport (T) or not (F) 
     706   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
     707   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not  
    708708                           !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    709709   nf_ptr     =  1         !  Frequency of ptr computation [time step] 
Note: See TracChangeset for help on using the changeset viewer.