convert ascii to netcdf

From: nlcheng <cnl88_at_nyahnyahspammersnyahnyah>
Date: Tue Nov 15 2011 - 08:54:40 MST

I have a file called nlcheng.txt .below is the contents :
                                  time col row SO2 CO
| 2011041106 | 128 | 95 | 2 | 3 |
| 2011041105 | 127 | 95 | 4 | 8 |
| 2011041104 | 126 | 96 | 6 | 12 |
I want to make the varible like this:
 
SO2(time,col,row)
CO(time,col,row)
 

SO2 has three dimensions and put the SO2 and CO in a new netcdf file .

how can i convert the ascii file and out put the netcdf.hope for your help.

which function could i use.

 

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

____1.png
Received on Tue Nov 15 08:54:59 2011

This archive was generated by hypermail 2.1.8 : Thu Nov 17 2011 - 11:50:12 MST