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/TRD/trdmld.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/TRD/trdmld.F90

    r3 r16  
    3737 
    3838   !! * Shared module variables 
    39    LOGICAL, PUBLIC, PARAMETER ::   lk_trdmld = .TRUE.   ! momentum trend flag 
     39   LOGICAL, PUBLIC, PARAMETER ::   lk_trdmld = .TRUE.    !: momentum trend flag 
    4040 
    4141   !! * Module variables 
     
    609609   !!   Default option :                                       Empty module 
    610610   !!---------------------------------------------------------------------- 
    611    LOGICAL, PUBLIC, PARAMETER ::   lk_trdmld = .FALSE.   ! momentum trend flag 
     611   LOGICAL, PUBLIC, PARAMETER ::   lk_trdmld = .FALSE.   !: momentum trend flag 
    612612CONTAINS 
    613613   SUBROUTINE trd_mld( kt )        ! Empty routine 
    614       WRITE(*,*) kt 
     614      WRITE(*,*) 'trd_mld: You should not have seen this print! error?', kt 
    615615   END SUBROUTINE trd_mld 
    616616#endif 
Note: See TracChangeset for help on using the changeset viewer.