Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.2 by stephd, Wed Oct 9 17:14:37 2013 UTC | revision 1.3 by jahn, Fri Dec 27 17:29:00 2013 UTC | |
---|---|---|
# | Line 48 c set arrays to zero if first timestep | Line 48 c set arrays to zero if first timestep |
48 | CALL TIMEAVE_RESET(pHave, 1, bi, bj, myThid) | CALL TIMEAVE_RESET(pHave, 1, bi, bj, myThid) |
49 | #endif | #endif |
50 | print*,'QQ start timeave' | print*,'QQ start timeave' |
51 | do k=1,Nr | DIC_timeAve(bi,bj)=0.d0 |
DIC_TimeAve(bi,bj,k)=0.d0 | ||
enddo | ||
52 | ENDDO | ENDDO |
53 | ENDDO | ENDDO |
54 | #endif /* ALLOW_TIMEAVE */ | #endif /* ALLOW_TIMEAVE */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |