3 |
|
|
4 |
#include "DIC_OPTIONS.h" |
#include "DIC_OPTIONS.h" |
5 |
#include "PTRACERS_OPTIONS.h" |
#include "PTRACERS_OPTIONS.h" |
|
#include "GCHEM_OPTIONS.h" |
|
6 |
|
|
7 |
CBOP |
CBOP |
8 |
C !ROUTINE: DIC_SURFFORCING |
C !ROUTINE: DIC_SURFFORCING |
24 |
#include "PARAMS.h" |
#include "PARAMS.h" |
25 |
#include "GRID.h" |
#include "GRID.h" |
26 |
#include "FFIELDS.h" |
#include "FFIELDS.h" |
27 |
#include "DIC_ABIOTIC.h" |
#include "DIC_VARS.h" |
28 |
|
|
29 |
C !INPUT PARAMETERS: =================================================== |
C !INPUT PARAMETERS: =================================================== |
30 |
C myThid :: thread number |
C myThid :: thread number |
65 |
|
|
66 |
kLev=1 |
kLev=1 |
67 |
|
|
68 |
c if coupled to atmsopheric model, use the |
cc if coupled to atmsopheric model, use the |
69 |
c Co2 value passed from the coupler |
cc Co2 value passed from the coupler |
70 |
#ifndef USE_ATMOSCO2 |
c#ifndef USE_ATMOSCO2 |
71 |
C PRE-INDUSTRIAL STEADY STATE pCO2 = 278.0 ppmv |
cC PRE-INDUSTRIAL STEADY STATE pCO2 = 278.0 ppmv |
72 |
DO j=1-OLy,sNy+OLy |
c DO j=1-OLy,sNy+OLy |
73 |
DO i=1-OLx,sNx+OLx |
c DO i=1-OLx,sNx+OLx |
74 |
AtmospCO2(i,j,bi,bj)=278.0 _d -6 |
c AtmospCO2(i,j,bi,bj)=278.0 _d -6 |
75 |
ENDDO |
c ENDDO |
76 |
ENDDO |
c ENDDO |
77 |
#endif |
c#endif |
78 |
|
|
79 |
|
|
80 |
C ================================================================= |
C ================================================================= |