Better hires maps

Piotr Djaków pdjakow at GMAIL.COM
Thu Sep 18 03:58:40 EDT 2008


 > Do you have this behavior and the screen or only on the saved image? Are you

I really don't know. This is shell account, i'm using GrADS only in batch mode.

> using printim or gxyat for creating your images? If using printim, could you
> try gxyat as well?

I'm using printim.

This is part of my script:

First parameter, working good:

      'c'
      'set strsiz 0.10'
      'set grads off'
      'set timelab on'
      'draw string 5.4 0.15 Piotr Djakow 2008, Dane: GFS/NCEP'
      'draw string 2.3 8.2 Temperatura na poziomie 2m (st.C)'
      'draw string 2.3 8 Init: 'init
      'draw string 7 8 Valid: 'ttt' + '3*(count-1)'('time')'
      z=kolory()
      'set gxout shaded'
      'set csmooth on'
      'set cint 1'
      'd tmp2m-273.15'
      'set gxout contour'
      'set cstyle 3'
      'set cint 5'
      'd tmp2m-273.15'
      if (ng = '')
         'set digsiz 0.06'
         'set gxout grid'
         'set gridln off'
         'set ccolor 0'
         'd tmp2m-273.15'
      endif
      'set line 0'
      'shp_lines world'
      'run /home/gfspl/GrADS/scripts/cbar.gs'
      'printim T2M/T2M_'fname'.png png x1024 y768'

Second parameter, without text on image:

      'c'
      'set lev 850'
      'set grads off'
      'set timelab on'
      'draw string 5.4 0.15 Piotr Djakow 2008, Dane: GFS/NCEP'
      'set strsiz 0.10'
      'draw string 3.05 8.2 Temperatura na poziomie 850 hPa (st.C)'
      'draw string 2.3 8 Init: 'init
      'draw string 8 8 Valid: 'ttt' + '3*(count-1)'('time')'
      'set clevs -26 -24 -22 -20 -18 -16 -14 -12 -10 -8 -6 -4 -2 0 2 4
6 8 10 12 14 16 18 20 22 24 26 28 30 32'
      'set gxout shaded'
      'set csmooth on'
      'set cint 1'
      'd tmpprs-273.15'
      'set gxout contour'
      'set cint 5'
      'd tmpprs-273.15'
      if (ng = '')
      'set digsiz 0.06'
         'set gxout grid'
         'set gridln off'
         'set ccolor 0'
         'd tmpprs-273.15'
      endif
      'set line 0'
      'shp_lines world'
      'run /home/gfspl/GrADS/scripts/cbar.gs'
      'printim T850/T850_'fname'.png png x1024 y768'

Maybe i'm doing something wrong.
I'll try gxyat.



More information about the gradsusr mailing list