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/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/sms_cfc.h90

    r719 r763  
    1    !!--------------------------------------------------------------------- 
     1   !!---------------------------------------------------------------------- 
    22   !!                     ***  sms_cfc.h90  ***   
    3    !!                    CFC Source Minus Sink model 
    4    !!--------------------------------------------------------------------- 
     3   !! TOP :   CFC Source Minus Sink valiables 
     4   !!---------------------------------------------------------------------- 
    55 
    66   !!---------------------------------------------------------------------- 
    7    !!  TOP 1.0 , LOCEAN-IPSL (2005)  
     7   !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)  
    88   !! $Header$  
    9    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
     9   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    1010   !!---------------------------------------------------------------------- 
    1111 
    12     INTEGER, PUBLIC :: & 
    13        ndate_beg,     & ! initial calendar date (aammjj) for CFC 
    14        nyear_res,     & ! restoring time constant (year) 
    15        nyear_beg        ! initial year (aa)  
     12   INTEGER , PUBLIC ::   ndate_beg    ! initial calendar date (aammjj) for CFC 
     13   INTEGER , PUBLIC ::   nyear_res    ! restoring time constant (year) 
     14   INTEGER , PUBLIC ::   nyear_beg    ! initial year (aa)  
    1615    
    17     REAL(wp), PUBLIC, DIMENSION(jpi,jpj)  ::  & 
    18        xphem            ! spatial interpolation factor for patm 
     16   REAL(wp), PUBLIC, DIMENSION(jpi,jpj)             ::   xphem    ! spatial interpolation factor for patm 
     17   REAL(wp), PUBLIC, DIMENSION(jpyear,jphem, jptra) ::   p_cfc    ! partial hemispheric pressure for CFC           
     18   REAL(wp), PUBLIC, DIMENSION(jpi,jpj      ,jptra) ::   pp_cfc   ! temporal interpolation of atmospheric concentrations  
     19   REAL(wp), PUBLIC, DIMENSION(jpi,jpj      ,jptra) ::   qtr      ! input function 
     20   REAL(wp), PUBLIC, DIMENSION(jpi,jpj      ,jptra) ::   qint     ! flux function 
    1921 
    20  
    21     REAL(wp), PUBLIC, DIMENSION(jpyear,jphem, jptra)  ::  &    
    22        p_cfc            ! partial hemispheric pressure for CFC           
    23  
    24   
    25     REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jptra) ::  &   
    26        pp_cfc           ! temporal interpolation of atmospheric concentrations  
    27  
    28  
    29     REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jptra) ::  &   
    30        qtr,          & ! input function 
    31        qint            ! flux function 
    32  
Note: See TracChangeset for help on using the changeset viewer.