/[MITgcm]/MITgcm/pkg/dic/DIC_ABIOTIC.h
ViewVC logotype

Contents of /MITgcm/pkg/dic/DIC_ABIOTIC.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Mon Oct 6 20:11:10 2003 UTC (20 years, 7 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint53f_post, checkpoint54a_pre, checkpoint53b_pre, checkpoint51l_post, checkpoint51j_post, checkpoint52l_pre, checkpoint52e_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint51o_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint52d_pre, checkpoint53c_post, checkpoint53d_post, checkpoint51q_post, checkpoint52j_pre, checkpoint54a_post, branch-netcdf, checkpoint52l_post, checkpoint51r_post, checkpoint52k_post, checkpoint52b_pre, checkpoint54b_post, checkpoint51i_post, checkpoint54d_post, checkpoint54e_post, checkpoint51l_pre, checkpoint52m_post, checkpoint53a_post, hrcube5, checkpoint53b_post, checkpoint51o_post, checkpoint54, checkpoint53, checkpoint52, checkpoint52d_post, checkpoint52a_post, checkpoint53g_post, checkpoint52f_post, checkpoint52c_post, checkpoint51h_pre, ecco_c52_e35, checkpoint52a_pre, checkpoint52b_post, checkpoint51m_post, checkpoint51t_post, checkpoint53d_pre, checkpoint54c_post, checkpoint52i_post, checkpoint51p_post, checkpoint51n_post, checkpoint51i_pre, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, hrcube_1, hrcube_2, hrcube_3, checkpoint51s_post
Branch point for: branch-nonh, netcdf-sm0, tg2-branch, checkpoint51n_branch
Changes since 1.2: +0 -5 lines
File MIME type: text/plain
changes to keep current with gchem pkg, and to be adjointable

1 C /==========================================================\
2 C | DIC_ABIOTIC.h |
3 C | o Carbon Variables |
4 C |==========================================================|
5
6 COMMON /CARBON_NEEDS/
7 & AtmospCO2, AtmosP, pH, pCO2, fluxCO2,
8 & pisvel,fice,Silica
9 _RL AtmospCO2(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
10 _RL Atmosp(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
11 _RL pH(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
12 _RL pCO2(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
13 _RL fluxCO2(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
14 _RL pisvel(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
15 _RL fice(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
16 _RL Silica(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
17
18 COMMON /CARBON_CHEM/
19 & ak0,ak1,ak2,akw,akb,aks,akf,
20 & ak1p,ak2p,ak3p,aksi,
21 & ff,ft,st,bt
22 _RL ak0(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
23 _RL ak1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
24 _RL ak2(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
25 _RL akw(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
26 _RL akb(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
27 _RL aks(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
28 _RL akf(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
29 _RL ak1p(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
30 _RL ak2p(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
31 _RL ak3p(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
32 _RL aksi(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
33 _RL ff(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34 _RL ft(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
35 _RL st(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
36 _RL bt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
37
38 COMMON /OXYGEN_CHEM/
39 & oA0,oA1,oA2,oA3,oA4,oA5,
40 & oB0,oB1,oB2,oB3,
41 & oC0
42 _RL oA0,oA1,oA2,oA3,oA4,oA5
43 _RL oB0,oB1,oB2,oB3
44 _RL oC0
45
46
47 C permil is conversion factor for mol/m3 to mol/kg
48 C assumes uniform (surface) density
49 COMMON /GLOBAL_SURF_MEAN/
50 & gsm_alk,gsm_s,gsm_t,gsm_dic,
51 & gsm_c14,permil
52 _RL gsm_alk
53 _RL gsm_s
54 _RL gsm_t
55 _RL gsm_DIC
56 _RL gsm_C14
57 _RL permil
58
59 C schmidt number coefficients
60 COMMON /SCHMIDT_NO/
61 & sca1, sca2, sca3, sca4,
62 & sox1, sox2, sox3, sox4
63 _RL sca1
64 _RL sca2
65 _RL sca3
66 _RL sca4
67 _RL sox1
68 _RL sox2
69 _RL sox3
70 _RL sox4
71

  ViewVC Help
Powered by ViewVC 1.1.22