結果の配列=where(配列の条件, 真の場合の演算,偽の場合の演算)
isocean=where(.not.ismissing(ssh),1,0); sshという配列が欠損でなければ1を,欠損なら0をisoceanという配列に代入する