Maximum vector string in VVECTR

From: In-Sun Song (sis AT XXXXXX)
Date: Wed Feb 04 2004 - 02:04:52 MST

  • Next message: Pete Pokrandt: "NCAR Graphics on 64 bit AMD Opteron (x86-64)"

    Problem described below is solved!!!..

    In vvtext.f, I modified
    WRITE(LBL,'(E10.3)') VMG
    to
    WRITE(LBL,'(I2)') INT(VMG).

    Then, I compiled my source code together with the modified
    vvtext.f. The modification above gave me results that I wanted.

    Thanks..

    In-Sun Song
    Ph. D. Candidate
    Laboratory for Mesoscale Dynamics
    Department of Atmospheric Sciences, Yonsei University
    Shinchon-dong, Seodaemun-ku, Seoul 120-749, Korea. Rep.
    Web: http://mesodyn.yonsei.ac.kr
    E-mail: sis AT unknown

    -----Original Message-----

    When plotting vector field using VVECTR, Is it possible to specify
    format of maximum magnitude of vector (or reference magnitude of
    vector)?

    For example,
    call VVSETR('VRM',50.0) produces string like 0.500E+02 in maximum
    vector text block. How can I change 0.500E+02 into 50.0 (or 50)?

    In-Sun Song
    Ph. D. Candidate
    Laboratory for Mesoscale Dynamics
    Department of Atmospheric Sciences, Yonsei University
    Shinchon-dong, Seodaemun-ku, Seoul 120-749, Korea. Rep.
    Web: http://mesodyn.yonsei.ac.kr
    E-mail: sis AT unknown

    _______________________________________________
    ncarg-talk mailing list
    ncarg-talk AT unknown
    http://mailman.ucar.edu/mailman/listinfo/ncarg-talk



    This archive was generated by hypermail 2b29 : Wed Feb 04 2004 - 07:48:59 MST