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.
sms_cfc.h90 in branches/dev_001_GM/NEMO/TOP_SRC/CFC – NEMO

source: branches/dev_001_GM/NEMO/TOP_SRC/CFC/sms_cfc.h90 @ 764

Last change on this file since 764 was 764, checked in by gm, 16 years ago

dev_001_GM - create new directory and move files only

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1   !!----------------------------------------------------------------------
2   !!                     ***  sms_cfc.h90  *** 
3   !! TOP :   CFC Source Minus Sink valiables
4   !!----------------------------------------------------------------------
5
6   !!----------------------------------------------------------------------
7   !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)
8   !! $Header$
9   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)
10   !!----------------------------------------------------------------------
11
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)
15   
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
21
Note: See TracBrowser for help on using the repository browser.