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

Changeset 22 for trunk/NEMO


Ignore:
Timestamp:
2004-02-17T09:48:40+01:00 (20 years ago)
Author:
opalod
Message:

CT : BUGFIX006 : Compilation error is solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/traldf_iso_zps.F90

    r3 r22  
    44   !! Ocean active tracers:  horizontal component of the lateral tracer mixing trend 
    55   !!============================================================================== 
    6 #if defined key_ldfslp   ||   defined key_esopa 
     6#if ( defined key_ldfslp   &&   defined key_partial_steps )   ||   defined key_esopa 
    77   !!---------------------------------------------------------------------- 
    88   !!   'key_ldfslp'               slope of the lateral diffusive direction 
     
    289289CONTAINS 
    290290   SUBROUTINE tra_ldf_iso_zps( kt )               ! Empty routine 
    291       WRITE(*,*) kt 
     291      WRITE(*,*) 'tra_ldf_iso_zps: You should not have seen this print! error?', kt 
    292292   END SUBROUTINE tra_ldf_iso_zps 
    293293#endif 
Note: See TracChangeset for help on using the changeset viewer.