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 23 for trunk/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

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

CT : BUGFIX015 : Compilation error is solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diawri.F90

    r3 r23  
    371371         CALL histdef( nid_W, "soleahtw", "lateral eddy diffusivity"           , "m2/s"   ,   &  ! ahtw 
    372372            &          jpi, jpj, nh_W, 1  , 1, 1  , - 99, 32, clop, zsto, zout ) 
    373          IF( lk_traldf_eiv ) THEN 
     373# if defined key_traldf_eiv  
    374374            CALL histdef( nid_W, "soleaeiw", "eddy induced vel. coeff. at w-point", "m2/s",   &  ! aeiw 
    375375               &       jpi, jpj, nh_W, 1  , 1, 1  , - 99, 32, clop, zsto, zout ) 
    376          ENDIF 
     376# endif 
    377377#endif 
    378378 
     
    482482#if defined key_traldf_c2d 
    483483      CALL histwrite( nid_W, "soleahtw", it, ahtw          , ndim_hT, ndex_hT )   ! lateral eddy diff. coef. 
    484       IF( lk_traldf_eiv ) THEN 
     484# if defined key_traldf_eiv 
    485485         CALL histwrite( nid_W, "soleaeiw", it, aeiw       , ndim_hT, ndex_hT )   ! EIV coefficient at w-point 
    486       ENDIF 
     486# endif 
    487487#endif 
    488488 
Note: See TracChangeset for help on using the changeset viewer.