use of times = wrf_user_list_times(a)

From: Гузий Саша <guziy.sasha_at_nyahnyahspammersnyahnyah>
Date: Fri, 8 Aug 2008 16:59:41 +0300

Dear list,

I use ncl function from wrf "wrf_user_list_times":

a = addfile(fileName,"r") ; open netcdf file
times = wrf_user_list_times(a) ; get dates

then i create array of data, and need to save it to ascii file.
how can i include times(0) in the file name?

fileName="name"
asciiwrite(fileName, result)

And it would be great if there were some functions to manipulate
strings, like, taking substring, for example.

Tried fortran style str(1:8) didn't work.

Thank you in advance.

best regards,
Guziy Alex.

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Aug 08 2008 - 07:59:41 MDT

This archive was generated by hypermail 2.2.0 : Mon Aug 11 2008 - 10:00:53 MDT