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 989 – NEMO

Changeset 989


Ignore:
Timestamp:
2008-05-20T16:01:29+02:00 (16 years ago)
Author:
rblod
Message:

Correct a stupid bug in mpi with limtrp, see ticket #154

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limtrp.F90

    r921 r989  
    113113      zsm(:,:) = area(:,:) 
    114114 
    115       IF( ln_limdyn .AND. lwp ) THEN 
    116          IF( kt == nit000 ) THEN 
     115      IF( ln_limdyn ) THEN 
     116         IF( kt == nit000 .AND. lwp ) THEN 
    117117            WRITE(numout,*) ' lim_trp : Ice Advection' 
    118118            WRITE(numout,*) ' ~~~~~~~' 
Note: See TracChangeset for help on using the changeset viewer.