Re: Convert masks 0.5x0.5 for 2.5x2.5

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Sun, 14 Jan 2007 15:29:38 -0700 (MST)

==========================================================================
> I need to convert a global mask with resolution 0.5x0.5 for a global mask
> 2.5x2.5. There is an alternative in NCL to do this?
===========================================================================

Can NCL do this? Yes, of course.

How NCL does this is up to you. It depends on what *you* want.
Also, it depends upon the form of the mask. EG

      [a] Is it a simple 0-land, 1-ocean mask?
      [b] Is the mask a 0-land, 1-island, 2-inland-sea, ...,(N-1)-ice N-ocean

[1] Do u want the mask to be point specific?

    In this case, a simple nearest neighbor algorithm can be used.

[2] In some cases, an areal average of the points is appropriate.

---
Also, NCL has a function which can be used
to generate a mask.
http://www.ncl.ucar.edu/Document/Functions/Shea_util/landsea_mask.shtml
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sun Jan 14 2007 - 15:29:38 MST

This archive was generated by hypermail 2.2.0 : Tue Jan 16 2007 - 14:49:45 MST