Changeset 1120 for trunk/LMDZ.TITAN/Tools
- Timestamp:
- Dec 3, 2013, 3:05:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/Tools/psi.F90
r980 r1120 170 170 allocate(za(lonlength,latlength,altlength,timelength)) 171 171 ! present only in _P regrided files 172 ! For others, using g eop/g0172 ! For others, using g0*a0*a0/(g0*a0-geop)-a0 173 173 174 174 text="zareoid" … … 184 184 do ilev=1,altlength 185 185 if (za(ilon,ilat,ilev,itim).ne.miss_val) then 186 za(ilon,ilat,ilev,itim) = za(ilon,ilat,ilev,itim)/(g0*1000.)! in km186 za(ilon,ilat,ilev,itim) = (g0*a0*a0/(g0*a0-za(ilon,ilat,ilev,itim))-a0)/1000. ! in km 187 187 else 188 188 za(ilon,ilat,ilev,itim) = miss_val
Note: See TracChangeset
for help on using the changeset viewer.