146 |
|
|
147 |
_GLOBAL_SUM_RL(tmptotC,myThid) |
_GLOBAL_SUM_RL(tmptotC,myThid) |
148 |
print*,'tmptotC',tmptotC |
print*,'tmptotC',tmptotC |
149 |
write(DAR_cons_unit1,*), myIter, tmptotC, tmptotC/voltot |
write(DAR_cons_unitC,*), myIter, tmptotC, tmptotC/voltot |
150 |
_GLOBAL_SUM_RL(tmptotN,myThid) |
_GLOBAL_SUM_RL(tmptotN,myThid) |
151 |
print*,'tmptotN',tmptotN |
print*,'tmptotN',tmptotN |
152 |
write(DAR_cons_unit2,*), myIter, tmptotN, tmptotN/voltot |
write(DAR_cons_unitN,*), myIter, tmptotN, tmptotN/voltot |
153 |
#ifdef PQUOTA |
#ifdef PQUOTA |
154 |
_GLOBAL_SUM_RL(tmptotP,myThid) |
_GLOBAL_SUM_RL(tmptotP,myThid) |
155 |
print*,'tmptotP',tmptotP |
print*,'tmptotP',tmptotP |
156 |
write(DAR_cons_unit2,*), myIter, tmptotP, tmptotP/voltot |
write(DAR_cons_unitP,*), myIter, tmptotP, tmptotP/voltot |
157 |
#endif |
#endif |
158 |
#ifdef FQUOTA |
#ifdef FQUOTA |
159 |
_GLOBAL_SUM_RL(tmptotF,myThid) |
_GLOBAL_SUM_RL(tmptotF,myThid) |
160 |
print*,'tmptotF',tmptotF |
print*,'tmptotF',tmptotF |
161 |
write(DAR_cons_unit2,*), myIter, tmptotF, tmptotF/voltot |
write(DAR_cons_unitF,*), myIter, tmptotF, tmptotF/voltot |
162 |
#endif |
#endif |
163 |
#ifdef SQUOTA |
#ifdef SQUOTA |
164 |
_GLOBAL_SUM_RL(tmptotS,myThid) |
_GLOBAL_SUM_RL(tmptotS,myThid) |
165 |
print*,'tmptotS',tmptotS |
print*,'tmptotS',tmptotS |
166 |
write(DAR_cons_unit2,*), myIter, tmptotS, tmptotS/voltot |
write(DAR_cons_unitS,*), myIter, tmptotS, tmptotS/voltot |
167 |
#endif |
#endif |
168 |
print*,'-----------------------------------' |
print*,'-----------------------------------' |
169 |
_END_MASTER(myThid) |
_END_MASTER(myThid) |