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 1342 for branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist – NEMO

Ignore:
Timestamp:
2009-03-24T11:19:33+01:00 (15 years ago)
Author:
ctlod
Message:

update namelist in reference to tickets: #322, #339 & #361

File:
1 edited

Legend:

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

    r1307 r1342  
    3636   nleapy      =       0   !  Leap year calendar (1) or not (0) 
    3737   ninist      =       1   !  output the initial state (1) or not (0) 
    38    nstock      =    5475   !  frequency of creation of a restart file 
    39    nwrite      =    5475   !  frequency of write in the output file  
     38   nstock      =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     39   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%) 
    4142/ 
    4243!!====================================================================== 
     
    679680&namptr       !   Poleward Transport Diagnostic 
    680681!----------------------------------------------------------------------- 
    681    ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    682    ln_subbas  = .false.    !  Atlantic/Pacific/Indian basins computation (T) or not  
     682   ln_diaptr  = .false.     !  Poleward heat and salt transport (T) or not (F) 
     683   ln_diaznl  = .false.     !  Add zonal means and meridional stream functions 
     684   ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not  
    683685                           !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    684    nf_ptr     =  15        !  Frequency of ptr computation [time step] 
    685 / 
     686   nf_ptr     =  1         !  Frequency of ptr computation [time step] 
     687   nf_ptr_wri =  15        !  Frequency of ptr outputs 
     688/ 
Note: See TracChangeset for help on using the changeset viewer.