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 28 for trunk/NEMO/OPA_SRC/LDF/ldfeiv.F90 – NEMO

Ignore:
Timestamp:
2004-02-17T10:08:46+01:00 (20 years ago)
Author:
opalod
Message:

CT : BUGFIX014 : Compilation problem is solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/LDF/ldfeiv.F90

    r3 r28  
    295295         DO jj = 2, jpjm1 
    296296            DO ji = fs_2, fs_jpim1   ! vector opt. 
    297                aeiw(ji,jj) = MIN( aeiw(ji,jj), 1000. ) 
     297               aeiw(ji,jj) = MIN( aeiw(ji,jj), aeiv0 ) 
    298298            END DO 
    299299         END DO 
     
    336336#else 
    337337   !!---------------------------------------------------------------------- 
    338    !!   Default option                                         Empty module 
     338   !!   Default option                                         Dummy module 
    339339   !!---------------------------------------------------------------------- 
    340340CONTAINS 
    341    SUBROUTINE ldf_eiv             ! Empty routine 
     341   SUBROUTINE ldf_eiv( kt )       ! Empty routine 
     342      WRITE(*,*) 'ldf_eiv: You should not have seen this print! error?', kt 
    342343   END SUBROUTINE ldf_eiv 
    343344#endif 
Note: See TracChangeset for help on using the changeset viewer.