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 14199 for utils/tools/DOMAINcfg/src/domwri.F90 – NEMO

Ignore:
Timestamp:
2020-12-17T15:04:44+01:00 (4 years ago)
Author:
mathiot
Message:

ticket #2588: various bug in domain_cfg (undefined variable before use, isf, closed sea re-activated ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/domwri.F90

    r12414 r14199  
    215215      lldbl(:,:,1) = puniq(:,:) == ztstref(:,:)   ! check which values have been changed  
    216216      ! 
    217       puniq(:,:) = 1.                             ! default definition 
    218       ! fill only the inner part of the cpu with llbl converted into real  
    219       puniq(nldi:nlei,nldj:nlej) = REAL( COUNT( lldbl(nldi:nlei,nldj:nlej,:), dim = 3 ) , wp ) 
     217      puniq(:,:) = REAL( COUNT( lldbl(:,:,:), dim = 3 ) , wp ) 
    220218      ! 
    221219   END SUBROUTINE dom_uniq 
Note: See TracChangeset for help on using the changeset viewer.