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 763 for branches/dev_001_GM/NEMO/TOP_SRC/trclsm.F90 – NEMO

Ignore:
Timestamp:
2007-12-13T14:52:50+01:00 (17 years ago)
Author:
gm
Message:

dev_001_GM - Style only addition in TOP F90 h90 routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/trclsm.F90

    r719 r763  
    11MODULE trclsm 
    2    !!=============================================================== 
    3    !! 
    4    !!                       *** MODULE trclsm **** 
    5    !! 
    6    !!  READS specific NAMELIST for sms terms 
    7    !! 
    8    !!================================================================= 
    9    !!  TOP 1.0,  LOCEAN-IPSL (2005)  
    10    !! $Header$  
    11    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    12    !!----------------------------------------------------------------- 
     2   !!====================================================================== 
     3   !!                         ***  MODULE trclsm  *** 
     4   !! TOP :   reads specific namelist for passive tracer sms terms 
     5   !!====================================================================== 
     6   !! History :   1.0  !  2004-03 (C. Ethe) Original code 
     7   !!---------------------------------------------------------------------- 
     8   !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)  
     9   !! $Header:$  
     10   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     11   !!---------------------------------------------------------------------- 
    1312#if defined key_passivetrc 
    14    !!------------------------------------------------------------- 
    15    !! * Modules used 
    16    !! ============== 
     13   !!---------------------------------------------------------------------- 
     14   !!   'key_passivetrc'                                    Passive tracers 
     15   !!---------------------------------------------------------------------- 
     16   !!   trc_lsm   : eads specific namelist for sms terms 
     17   !!---------------------------------------------------------------------- 
    1718   USE oce_trc 
    1819   USE trc 
    1920   USE sms 
    2021 
    21  
    2222   IMPLICIT NONE                              
    2323   PRIVATE 
    2424 
    25    !! * Accessibility 
    26    PUBLIC trc_lsm 
    27  
     25   PUBLIC   trc_lsm      ! calles in ??? 
    2826 
    2927#if defined key_trc_lobster1 
     
    4139#elif defined key_cfc 
    4240   !!---------------------------------------------------------------------- 
    43    !!   'key_cfc  '                                          CFC model                   
     41   !!   'key_cfc'                                                 CFC model                   
    4442   !!---------------------------------------------------------------------- 
    4543#  include "trclsm.cfc.h90" 
    4644 
    47    !!---------------------------------------------------------------------- 
    48    !!   Default option                                
    49    !!---------------------------------------------------------------------- 
    5045# endif 
    5146 
    5247#else 
    53  
     48   !!---------------------------------------------------------------------- 
     49   !!  Dummy module :                                     No passive tracer 
     50   !!---------------------------------------------------------------------- 
    5451CONTAINS 
    55  
    56    SUBROUTINE trc_lsm 
    57       !!================ 
    58       !! no passive tracers 
     52   SUBROUTINE trc_lsm                      ! Empty routine 
    5953   END  SUBROUTINE  trc_lsm 
    60  
    6154#endif   
    6255 
     56   !!====================================================================== 
    6357END MODULE trclsm   
Note: See TracChangeset for help on using the changeset viewer.