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 88 for trunk/NEMO/LIM_SRC/limthd_lac.F90 – NEMO

Ignore:
Timestamp:
2004-04-22T15:50:27+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE057 : # General syntax, alignement, comments corrections

# l_ctl alone replace the set (l_ctl .AND. lwp)
# Add of diagnostics which are activated when using l_ctl logical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/limthd_lac.F90

    r12 r88  
    2222   PUBLIC lim_thd_lac     ! called by lim_thd 
    2323 
    24   !! * Module variables 
    25      REAL(wp)  ::            &  ! constant values 
    26          epsi20 = 1e-20   ,  & 
    27          epsi13 = 1e-13   ,  & 
    28          zzero  = 0.0     ,  & 
    29          zone   = 1.0 
     24   !! * Module variables 
     25   REAL(wp)  ::            &  ! constant values 
     26      epsi20 = 1.e-20  ,  & 
     27      epsi13 = 1.e-13  ,  & 
     28      zzero  = 0.e0    ,  & 
     29      zone   = 1.e0 
    3030   !!---------------------------------------------------------------------- 
    3131   !!   LIM 2.0 , UCL-LODYC-IPSL  (2003) 
     
    3333CONTAINS 
    3434     
    35     SUBROUTINE lim_thd_lac( kideb, kiut ) 
     35   SUBROUTINE lim_thd_lac( kideb, kiut ) 
    3636      !!------------------------------------------------------------------- 
    3737      !!               ***   ROUTINE lim_thd_lac  *** 
     
    6363      !!      Fichefet T. and M. Maqueda 1997, J. Geo. Res., 102(C6),  
    6464      !!                                                12609 -12646    
    65       !! 
    6665      !! History : 
    6766      !!   1.0  !  01-04 (LIM)  original code 
Note: See TracChangeset for help on using the changeset viewer.