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

Ignore:
Timestamp:
2005-09-22T12:57:33+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_010 : CT : comments correction, use ln_zdfnpc and ln_zdfevd instead of the no more existing cpp keys key_convnpc and key_convevd

File:
1 edited

Legend:

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

    r255 r297  
    4343      !! ** Purpose :   initializations of the vertical ocean physics 
    4444      !! 
    45       !! ** Method  :   Read namelist namzdf, control cpp keys 
     45      !! ** Method  :   Read namelist namzdf, control logicals  
    4646      !! 
    4747      !! History : 
     
    8484      ENDIF 
    8585 
    86       ! Parameter & key controls 
    87       ! ------------------------ 
     86      ! Parameter & logicals controls 
     87      ! ----------------------------- 
    8888      ! ... vertical mixing 
    8989      ! time stepping scheme (N.B. TKE or KPP schemes => force the use of implicit scheme) 
     
    172172      IF ( ioptio > 1 .AND. .NOT. lk_esopa ) THEN 
    173173          IF(lwp) WRITE(numout,cform_err) 
    174           IF(lwp) WRITE(numout,*) ' chose between key_convnpc' 
    175           IF(lwp) WRITE(numout,*) '           and key_convevd' 
     174          IF(lwp) WRITE(numout,*) ' chose between ln_zdfnpc' 
     175          IF(lwp) WRITE(numout,*) '           and ln_zdfevd' 
    176176          nstop = nstop + 1 
    177177      ENDIF 
     
    179179         IF(lwp) WRITE(numout,cform_err) 
    180180         IF(lwp) WRITE(numout,*) ' except for TKE scheme, a convection scheme is' 
    181          IF(lwp) WRITE(numout,*) ' required: convevd or convnpc keys' 
     181         IF(lwp) WRITE(numout,*) ' required: ln_zdfevd or ln_zdfnpc logicals' 
    182182         nstop = nstop + 1 
    183183      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.