FORTRAN grid plotting on a map.



Hi,

I have a gridded data file representing the physical world as 128x64 grids with values in each grid box.

We know that one 'side' of such a box spans 360/128 = 180/64 degrees.

What tools are available using FORTRAN to plot grid values on a map (a collection of projection styles/graticule is desired). What I want is something like this (not exactly): http://ferret.pmel.noaa.gov/Ferret/Mail_Archives/fu_2005/gif00000.gif, where there is patches or filled contours and a colorbar.

Thanks for any suggestions of tools or other ways (Matlab commands, python libs or whatever :-)

--Dave M.
.



Relevant Pages

  • Derived Type Pointer Allocation Issue
    ... end type grid ... allocate memory properly. ... Fortran Compiler. ... up, plenty of heap and stack space made available, 200,000,000 in all. ...
    (comp.lang.fortran)
  • Re: Derived Type Pointer Allocation Issue
    ... troubleshooting. ... end type grid ... allocate memory properly. ... Fortran Compiler. ...
    (comp.lang.fortran)
  • Re: FORTRAN grid plotting on a map.
    ... I have a gridded data file representing the physical world as 128x64 grids with values in each grid box. ... What tools are available using FORTRAN to plot grid values on a map. ... DISLIN also does map plots, although I don't remember if it does plots like you want. ...
    (comp.lang.fortran)