34 |
#include "PTRACERS_SIZE.h" |
#include "PTRACERS_SIZE.h" |
35 |
#include "PTRACERS_FIELDS.h" |
#include "PTRACERS_FIELDS.h" |
36 |
#include "DIC_ATMOS.h" |
#include "DIC_ATMOS.h" |
37 |
|
#ifdef USE_EXFWIND |
38 |
|
#include "EXF_FIELDS.h" |
39 |
|
#endif |
40 |
|
|
41 |
C !INPUT PARAMETERS: =================================================== |
C !INPUT PARAMETERS: =================================================== |
42 |
C myThid :: thread number |
C myThid :: thread number |
81 |
C Needs to be fixed before using this S/R in multi-threaded run |
C Needs to be fixed before using this S/R in multi-threaded run |
82 |
STOP 'S/R DIC_ATMOS: multi-threaded not right' |
STOP 'S/R DIC_ATMOS: multi-threaded not right' |
83 |
ENDIF |
ENDIF |
84 |
|
#ifdef USE_EXFCO2 |
85 |
|
DO j=1-OLy,sNy+OLy |
86 |
|
DO i=1-OLx,sNx+OLx |
87 |
|
AtmospCO2(i,j,bi,bj)=apco2(i,j,bi,bj) |
88 |
|
ENDDO |
89 |
|
ENDDO |
90 |
|
#else |
91 |
|
|
92 |
c default - set only once |
c default - set only once |
93 |
if (dic_int1.eq.0.and.istate.eq.0) then |
if (dic_int1.eq.0.and.istate.eq.0) then |
292 |
endif |
endif |
293 |
|
|
294 |
#endif |
#endif |
295 |
|
#endif |
296 |
|
|
297 |
RETURN |
RETURN |
298 |
END |
END |