Skip to content

Commit

Permalink
Update epfd_script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kuchaale committed Jun 1, 2015
1 parent af90098 commit 1babbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epfd_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def interp(lev, data, lev_int):
V_res_int = np.copy(V_res)
O_res_int = np.copy(O_res)

Fdiv_int /= np.reshape(np.cos(phi),(1,1,nlat))
Fdiv_int /= np.reshape(a*np.cos(phi),(1,1,nlat))
Fp_int = Fp_int*np.reshape(np.cos(phi),(1,1,nlat))
Fphi_int = Fphi_int/a

Expand Down

0 comments on commit 1babbab

Please sign in to comment.