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/SMS/par_sms_cfc.h90 – NEMO

Ignore:
Timestamp:
2007-12-13T14:52:50+01:00 (16 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/SMS/par_sms_cfc.h90

    r719 r763  
    55 
    66   !!---------------------------------------------------------------------- 
    7    !!  TOP 1.0 , LOCEAN-IPSL (2005)  
    8    !! $Header$  
    9    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
     7   !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)  
     8   !! $Id:$  
     9   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    1010   !!---------------------------------------------------------------------- 
    1111 
    12    INTEGER , PARAMETER :: & 
    13       jpyear = 100,       & ! temporal parameter  
    14       jphem  = 2            ! hemispheric parameter 
     12   INTEGER, PARAMETER ::   jpyear = 100   ! temporal parameter  
     13   INTEGER, PARAMETER ::   jphem  = 2     ! hemispheric parameter 
    1514 
    16    INTEGER, PARAMETER ::  &  
    17       jp11 = 1,           & ! CFC-11 
    18       jp12 = 2              ! CFC-12 
     15   INTEGER, PARAMETER ::   jp11   = 1     ! CFC-11 
     16   INTEGER, PARAMETER ::   jp12   = 2     ! CFC-12 
Note: See TracChangeset for help on using the changeset viewer.