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 631 for trunk/NEMO/OPA_SRC/DOM – NEMO

Changeset 631 for trunk/NEMO/OPA_SRC/DOM


Ignore:
Timestamp:
2007-03-02T17:40:54+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v2_update_007 : CT : add the logical namelist ln_dimgnnn to be able to choose (in DIMG) between:

  • 1 output file for all proc.
  • 1 output file per proc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domain.F90

    r592 r631  
    107107      hur(:,:) = fse3u(:,:,1)             ! Lower bound : thickness of the first model level 
    108108      hvr(:,:) = fse3v(:,:,1) 
    109        
     109 
    110110      DO jk = 2, jpk                      ! Sum of the vertical scale factors 
    111111         hur(:,:) = hur(:,:) + fse3u(:,:,jk) * umask(:,:,jk) 
     
    144144      NAMELIST/namrun/ no    , cexper   , ln_rstart , nrstdt , nit000,         & 
    145145         &             nitend, ndate0   , nleapy   , ninist , nstock,          & 
    146          &             nwrite, nrunoff 
     146         &             nwrite, nrunoff  , ln_dimgnnn 
    147147 
    148148      NAMELIST/namdom/ ntopo , e3zps_min, e3zps_rat, ngrid  , nmsh  ,   & 
     
    176176         WRITE(numout,*) '           frequency of output file        nwrite    = ', nwrite 
    177177         WRITE(numout,*) '           runoff option                   nrunoff   = ', nrunoff 
     178         WRITE(numout,*) '           multi file dimgout           ln_dimgnnn   = ', ln_dimgnnn 
    178179      ENDIF 
    179180 
Note: See TracChangeset for help on using the changeset viewer.