|
temp = rdr.get_interp_profile('temp', Gr.zp_half) |
|
self.ucomp = rdr.get_interp_profile('ucomp', Gr.zp_half) |
|
self.vcomp = rdr.get_interp_profile('vcomp', Gr.zp_half) |
I'm not sure whether get_interp_profile or get_interp_profile_old should be used in these three lines. Need to check the difference between the two.
pycles_GCM/Damping.pyx
Lines 186 to 188 in 19b1a7b
I'm not sure whether get_interp_profile or get_interp_profile_old should be used in these three lines. Need to check the difference between the two.