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 16 for trunk/NEMO/OPA_SRC/ZDF/zdfric.F90 – NEMO

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

CT : UPDATE001 : First major NEMO update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/ZDF/zdfric.F90

    r3 r16  
    2828 
    2929   !! * Shared module variables 
    30    LOGICAL, PUBLIC, PARAMETER ::   lk_zdfric = .TRUE.   !: Richardson vertical mixing flag 
     30   LOGICAL, PUBLIC, PARAMETER ::   lk_zdfric = .TRUE.    !: Richardson vertical mixing flag 
    3131 
    3232   !! * Module variables 
     
    256256CONTAINS 
    257257   SUBROUTINE zdf_ric( kt )        ! Dummy routine 
    258       WRITE(*,*) kt  
     258      WRITE(*,*) 'zdf_ric: You should not have seen this print! error?', kt 
    259259   END SUBROUTINE zdf_ric 
    260260#endif 
Note: See TracChangeset for help on using the changeset viewer.