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 trunk/NEMO/TOP_SRC/SMS – NEMO

source: trunk/NEMO/TOP_SRC/SMS/sms_cfc.h90 @ 899

Last change on this file since 899 was 719, checked in by ctlod, 17 years ago

get back to the nemo_v2_3 version for trunk

  • 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   !!                    CFC Source Minus Sink model
4   !!---------------------------------------------------------------------
5
6   !!----------------------------------------------------------------------
7   !!  TOP 1.0 , LOCEAN-IPSL (2005)
8   !! $Header$
9   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
10   !!----------------------------------------------------------------------
11
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)
16   
17    REAL(wp), PUBLIC, DIMENSION(jpi,jpj)  ::  &
18       xphem            ! spatial interpolation factor for patm
19
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 TracBrowser for help on using the repository browser.