138 |
|
|
139 |
c |
c |
140 |
#ifdef USE_PLOAD |
#ifdef USE_PLOAD |
141 |
c convert from Pa to atmos |
C Convert anomalous pressure pLoad (in Pa) from atmospheric model |
142 |
AtmosP(i,j,bi,bj)=pLoad(i,j,bi,bj)/1.01295e5 |
C to total pressure (in Atm) |
143 |
|
C Note: it is assumed the reference atmospheric pressure is 1Atm=1013mb |
144 |
|
C rather than the actual ref. pressure from Atm. model so that on |
145 |
|
C average AtmosP is about 1 Atm. |
146 |
|
AtmosP(i,j,bi,bj)= 1. _d 0 + pLoad(i,j,bi,bj)/Pa2Atm |
147 |
#endif |
#endif |
148 |
|
|
149 |
C Determine surface flux (FDIC) |
C Determine surface flux (FDIC) |