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/zdfddm.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/zdfddm.F90

    r3 r16  
    2525 
    2626   !! * Shared module variables 
    27    LOGICAL, PUBLIC ::   lk_zdfddm = .TRUE.    !: double diffusive mixing flag 
    28    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk) ::   & 
     27   LOGICAL, PUBLIC, PARAMETER ::   lk_zdfddm = .TRUE.    !: double diffusive mixing flag 
     28   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk) ::   &   !: 
    2929      avs ,               &  !: salinity vertical diffusivity coeff. at w-point 
    3030      rrau                   !: heat/salt buoyancy flux ratio 
     
    242242   !!   Default option :          Dummy module          No double diffusion 
    243243   !!---------------------------------------------------------------------- 
    244    LOGICAL, PUBLIC ::   lk_zdfddm = .FALSE.   !: double diffusion flag 
     244   LOGICAL, PUBLIC, PARAMETER ::   lk_zdfddm = .FALSE.   !: double diffusion flag 
    245245CONTAINS 
    246246   SUBROUTINE zdf_ddm( kt )           ! Dummy routine 
    247       WRITE(*,*) kt                          ! avoid compil warning 
     247      WRITE(*,*) 'zdf_ddm: You should not have seen this print! error?', kt 
    248248   END SUBROUTINE zdf_ddm 
    249249#endif 
Note: See TracChangeset for help on using the changeset viewer.