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 @ 340

Last change on this file since 340 was 336, checked in by opalod, 19 years ago

nemo_v1_update_024 : CE + RB + CT : new evolution of modules

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1   !!---------------------------------------------------------------------
2   !!                     ***  sms_cfc.h90  *** 
3   !!                    CFC Source Minus Sink model
4   !!---------------------------------------------------------------------
5
6   !!----------------------------------------------------------------------
7   !!  TOP 1.0,  LOCEAN-IPSL (2005)
8   !!----------------------------------------------------------------------
9
10    INTEGER, PUBLIC :: &
11       ndate_beg,     & ! initial calendar date (aammjj) for CFC
12       nyear_res,     & ! restoring time constant (year)
13       nyear_beg        ! initial year (aa)
14   
15    REAL(wp), PUBLIC, DIMENSION(jpi,jpj)  ::  &
16       xphem            ! spatial interpolation factor for patm
17
18
19    REAL(wp), PUBLIC, DIMENSION(jpyear,jphem, jptra)  ::  &   
20       p_cfc            ! partial hemispheric pressure for CFC         
21
22 
23    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jptra) ::  & 
24       pp_cfc           ! temporal interpolation of atmospheric concentrations
25
26
27    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jptra) ::  & 
28       qtr,          & ! input function
29       qint            ! flux function
30
Note: See TracBrowser for help on using the repository browser.