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

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

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


Revision 1.1 - (hide annotations) (download)
Wed Jun 25 21:00:36 2003 UTC (20 years, 11 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint51b_post, checkpoint51c_post, checkpoint51b_pre, checkpoint51a_post
File MIME type: text/plain
initial checking in biogeochemistry packages

1 stephd 1.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, dic_timeave,
9     & alpha, rain_ratio, InputFe,
10     & Kpo4, DOPfraction, zcrit, KRemin,
11     & KDOPremin,zca,R_op,R_cp,R_np, R_fep, nlev,
12     & o2crit, alpfe, KScav, ligand_stab, ligand_tot, KFE,
13     & k0, lit0
14     integer nlev
15     c for averages
16     _RL BIOave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR,nSx,nSy)
17     _RL CARave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR,nSx,nSy)
18     _RL SURave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
19     _RL SUROave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
20     _RL pCO2ave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
21     _RL pHave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
22     _RL DIC_timeave(nSx,nSy,nR)
23     c values for biogeochemistry
24     _RL alpha(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
25     _RL rain_ratio(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
26     _RL InputFe(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
27     _RL Kpo4
28     _RL DOPfraction
29     _RL zcrit
30     _RL KRemin
31     _RL KDOPremin
32     _RL zca
33     _RL R_op
34     _RL R_cp
35     _RL R_np
36     _RL R_fep
37     _RL o2crit
38     _RL alpfe
39     _RL KScav
40     _RL ligand_stab
41     _RL ligand_tot
42     _RL KFe
43     cn values for light limited bio activity
44     _RL k0,lit0
45     #endif

  ViewVC Help
Powered by ViewVC 1.1.22