Hi,
A couple of issues here. First, it looks like there was a typo resulting in an incorrect index for the mask in the reply. It should be the K index being set to 1 (i.e. the surface) not L (time). so let mask = if heat_anm_ctr1[K=1] then 1 let surface_area = mask[x=@din,y=@din] let heat_flux = ohc/surface_area Alternatively you could do the vertical integral first and then just average over the area let heat_intz = heat[z=@din]*3990 let heat_flux = heat_intz[x=@ave,y=@ave] Second, I think that you were getting multiple areas for each depth, not latitude due to the incorrct index unless you were overriding the region in your list command. Russ On 29/10/13 18:59, Star Physicist wrote:
|