I want to change the sort of attributes for a netCDF file

From: Ehsan Khorsandi <e.khorsandi_at_nyahnyahspammersnyahnyah>
Date: Mon, 2 Mar 2009 05:14:56 -0800 (PST)

Dear all,

I maked a netCDF file and the attribute are in sort that I don't need,
they are like this:

        float ALD2(TSTEP, LAY, ROW, COL) ;
                ALD2:var_desc = "Model species ALD2
 " ;
                ALD2:units = "moles/s " ;
                ALD2:long_name = "ALD2 " ;

and want the attributes in this way:

        float ALD2(TSTEP, LAY, ROW, COL) ;
                ALD2:units = "moles/s " ;
                ALD2:long_name = "ALD2 " ;
                ALD2:var_desc = "Model species ALD2
 " ;

I checked all way but there were no chance please see if you can help me to make attributes sorted as I need.

Thanks,
Ehsan

      

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Mar 02 2009 - 06:14:56 MST

This archive was generated by hypermail 2.2.0 : Mon Mar 02 2009 - 16:45:42 MST