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

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

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


Revision 1.2 - (show annotations) (download)
Wed Jul 9 19:59:18 2003 UTC (20 years, 10 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, branchpoint-genmake2, checkpoint51q_post, checkpoint52j_pre, checkpoint54a_post, branch-netcdf, checkpoint52l_post, checkpoint51r_post, checkpoint52k_post, checkpoint52b_pre, checkpoint54b_post, checkpoint51i_post, checkpoint54d_post, checkpoint54e_post, checkpoint51e_post, checkpoint51l_pre, checkpoint52m_post, checkpoint53a_post, hrcube5, checkpoint51f_pre, checkpoint53b_post, checkpoint51o_post, checkpoint54, checkpoint53, checkpoint52, checkpoint52d_post, checkpoint52a_post, checkpoint53g_post, checkpoint52f_post, checkpoint52c_post, checkpoint51h_pre, checkpoint51g_post, ecco_c52_e35, checkpoint51f_post, checkpoint52a_pre, checkpoint52b_post, checkpoint51d_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, branch-genmake2, tg2-branch, checkpoint51n_branch
Changes since 1.1: +4 -1 lines
File MIME type: text/plain
add variable Si; fix bugs in dic_diags, dic_fields_load

1 #ifdef DIC_BIOTIC
2 C /==========================================================\
3 C | DIC_BIOTIC.h |
4 C | o Biological Carbon Variables |
5 C |==========================================================|
6
7 COMMON /BIOTIC_NEEDS/
8 & BIOave, CARave, SURave, SUROave, pCO2ave, pHave,
9 & fluxCO2ave, dic_timeave,
10 & alpha, rain_ratio, InputFe,
11 & Kpo4, DOPfraction, zcrit, KRemin,
12 & KDOPremin,zca,R_op,R_cp,R_np, R_fep, nlev,
13 & o2crit, alpfe, KScav, ligand_stab, ligand_tot, KFE,
14 & k0, lit0
15 integer nlev
16 c for averages
17 _RL BIOave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR,nSx,nSy)
18 _RL CARave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR,nSx,nSy)
19 _RL SURave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
20 _RL SUROave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
21 _RL pCO2ave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
22 _RL pHave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
23 _RL fluxCO2ave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
24
25 _RL DIC_timeave(nSx,nSy,nR)
26 c values for biogeochemistry
27 _RL alpha(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
28 _RL rain_ratio(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
29 _RL InputFe(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
30 _RL Kpo4
31 _RL DOPfraction
32 _RL zcrit
33 _RL KRemin
34 _RL KDOPremin
35 _RL zca
36 _RL R_op
37 _RL R_cp
38 _RL R_np
39 _RL R_fep
40 _RL o2crit
41 _RL alpfe
42 _RL KScav
43 _RL ligand_stab
44 _RL ligand_tot
45 _RL KFe
46 cn values for light limited bio activity
47 _RL k0,lit0
48 #endif

  ViewVC Help
Powered by ViewVC 1.1.22