<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Dear Grads users,</p>
    <p>I have been using (please see example below) to output data to
      csv:</p>
    <p>getseries(TMP2m,T2m,1000)<br>
      'fprintf T2m-273.16 'name'_'date'.csv %.1f, 49 0'<br>
      getseries(UGRD10m,ugrd,1000)<br>
      'fprintf ugrd 'name'_'date'.csv %.1f, 49 0'<br>
      getseries(VGRD10m,vgrd,1000)</p>
    <p>so I get a line of a single parameter for a period of time<br>
    </p>
    <p>Now I would like to get something like this:</p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif">Line
        1:              dd.mm.yyyy; model run; HH; zip code (this can be
        done in command line as input parameters); parameter1 (e.g.
        T2m); parameter2 (e.g. T850); parameter3 (etc.)</span><br>
      <span style="font-size:11pt;font-family:calibri,sans-serif">Line
        2:             dd.mm.yyyy; model run; HH (this means next
        forecast hour); zip code (this can be done in command line as
        input parameters); parameter1 (e.g. T2m); parameter2 (e.g.
        T850); parameter3 (etc.)</span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif">So I
        would like to ask:</span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif">1.
        How to output dd.mm.yyyy (probably using as input parameter, if
        you know any other way please comment)</span><br>
      <span style="font-size:11pt;font-family:calibri,sans-serif">2. How
        to output model run (probably using as input parameter, if you
        know any other way please comment)</span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif">3.
        How to output HH - means forecast hour<br>
      </span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif">4.
        Since in Europe, we preferably use semi-colon in csv to separate
        the values, change comma to semi-colon as a separator<br>
      </span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif">5.
        Output comma "," instead of decimal point  "." ..... meaning 2.5
        should be 2,5<br>
      </span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif"><br>
      </span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif">Thank
        your very much for your time and help. I highly appreciate it.</span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif"><br>
      </span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif">Kindest
        regards,</span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif"><br>
      </span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif">Marian<br>
      </span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif"><br>
      </span></p>
    <p><span style="font-size:11pt;font-family:calibri,sans-serif"><br>
      </span></p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>