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 178 for trunk/NEMO – NEMO

Changeset 178 for trunk/NEMO


Ignore:
Timestamp:
2004-11-05T15:01:57+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE123 : change indices of the SUM control step for the eos2d(:,) array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/eosbn2.F90

    r130 r178  
    585585      END SELECT 
    586586 
    587       IF(l_ctl)   WRITE(numout,*) ' eos2d: ', SUM( prd(1:nictl+1,1:njctl+1) ) 
     587      IF(l_ctl)   WRITE(numout,*) ' eos2d: ', SUM( prd(1:nictl,1:njctl) ) 
    588588 
    589589   END SUBROUTINE eos_insitu_2d 
Note: See TracChangeset for help on using the changeset viewer.