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

Ignore:
Timestamp:
2009-10-15T15:09:34+02:00 (15 years ago)
Author:
flavoni
Message:

add key_diahth in BB_make.ldef

File:
1 edited

Legend:

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

    r1638 r1663  
    2626   cn_exp      =  "ORCA2"  !  experience name  
    2727   nn_it000    =       1   !  first time step 
    28    nn_itend    =     315   !  last  time step (std 5475) 
     28   nn_itend    =    5475   !  last  time step (std 5475) 
    2929   nn_date0    =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
    3030   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     
    3333   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nit000) 
    3434   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    35    ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     35   ln_mskland  = .true.    !  mask land points in NetCDF outputs (costly: + ~15%) 
    3636   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    3737   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
Note: See TracChangeset for help on using the changeset viewer.