all/03.co2.ncl
changeset 1 4be95183fbcd
parent 0 0c6405ab2ff4
equal deleted inserted replaced
0:115c14a99b5c 1:285b88a2ef65
   184      ind_z = ind(lat_ob .ge. 0. .and. lat_ob .lt. 30.)
   184      ind_z = ind(lat_ob .ge. 0. .and. lat_ob .lt. 30.)
   185   end if
   185   end if
   186 
   186 
   187   if (z .eq. 3) then 
   187   if (z .eq. 3) then 
   188      zone = "90S-EQ" 
   188      zone = "90S-EQ" 
   189      score_max = 5.0
   189      score_max = 0.0
   190      ind_z = ind(lat_ob .lt. 0. )
   190      ind_z = ind(lat_ob .lt. 0. )
   191   end if
   191   end if
   192 
   192 
   193   npts = dimsizes(ind_z)
   193   npts = dimsizes(ind_z)
   194 
   194