Dear Ferreters
G'day
I want to locate the depth of maximum of AMOC in my model data. Here is the data
name title I J K L
ATLMOC ATL[I=@SUM,K=@RSUM] ... 1:331 1:75 1:140
!!!!! for finding maximum of ATLMOC for a fixed latitude (J=246) and depth level range (K=36:65) for time (L=140) !!!!!!!!
list ATLMOC[j=246,k=36:65@max,l=140]
results = 1.670E+07
!!! Now I want to locate the depth of this maximum at j=246 and l=140 but this command is not working and it is not showing any value !!!!!!
list ATLMOC[j=246,k=@loc:16700000,l=140]