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

Changeset 4621


Ignore:
Timestamp:
2014-04-14T11:11:00+02:00 (10 years ago)
Author:
cbricaud
Message:

fix ticket 1298

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90

    r4306 r4621  
    222222#endif 
    223223 
    224          IF( ( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR. ntmoy == 1 ) .AND. .NOT. lk_mpp )   & 
     224         IF(  .NOT. lk_mpp )THEN 
     225            IF( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR. ntmoy == 1 )   & 
    225226            &              CALL lim_dia_2      ( kt )      ! Ice Diagnostics 
     227         ENDIF 
    226228# if ! defined key_iomput 
    227229                           CALL lim_wri_2      ( kt )      ! Ice outputs 
Note: See TracChangeset for help on using the changeset viewer.