18 |
IMPLICIT NONE |
IMPLICIT NONE |
19 |
#include "SIZE.h" |
#include "SIZE.h" |
20 |
#include "EEPARAMS.h" |
#include "EEPARAMS.h" |
21 |
|
#include "EESUPPORT.h" |
22 |
#include "PARAMS.h" |
#include "PARAMS.h" |
23 |
#include "GRID.h" |
#include "GRID.h" |
24 |
#include "PTRACERS.h" |
#include "PTRACERS.h" |
103 |
|
|
104 |
C Normalize pTracerTakahashi so that 1e18 mol/yr is released |
C Normalize pTracerTakahashi so that 1e18 mol/yr is released |
105 |
C from each model region defined in pTracerMasks. |
C from each model region defined in pTracerMasks. |
106 |
C It is assumed that each year is 365.25 days (31557600 s) |
C It is assumed that each year is 365.24167 days (31556880 s) |
107 |
C long and that each month is 2629800 s. |
C long and that each month is 2629740 s. |
108 |
|
|
109 |
DO iTracer = 1, PTRACERS_num |
DO iTracer = 1, PTRACERS_num |
110 |
SumPtracer = 0. |
SumPtracer = 0. |
113 |
DO j=1,sNy |
DO j=1,sNy |
114 |
DO i=1,sNx |
DO i=1,sNx |
115 |
DO iMonth=1,12 |
DO iMonth=1,12 |
116 |
SumPtracer = SumPtracer + 2629800. * rA(I,J,bi,bj) * |
SumPtracer = SumPtracer + 2629740. * rA(I,J,bi,bj) * |
117 |
& pTracerMasks (I,J,iTracer,bi,bj) * |
& pTracerMasks (I,J,iTracer,bi,bj) * |
118 |
& pTracerTakahashi(I,J,iMonth ,bi,bj) |
& pTracerTakahashi(I,J,iMonth ,bi,bj) |
119 |
ENDDO |
ENDDO |