sample script

From: Richard Anyah <anyah_at_nyahnyahspammersnyahnyah>
Date: Tue, 26 Feb 2008 13:31:57 -0500 (EST)

Hi,
could anybody provide a sample ncl script that can be used for netcdf
file, part of the ncdump output looks like this:
>>>>>>>>>>>>>>

time = UNLIMITED ; // (2 currently)
        StateVariable = 9978525 ;
        domain = 1 ;
        west_east_d01 = 249 ;
        west_east_stag_d01 = 250 ;
        south_north_d01 = 138 ;
        south_north_stag_d01 = 139 ;
        bottom_top_d01 = 35 ;
        bottom_top_stag_d01 = 36 ;
        soil_layers_stag_d01 = 5 ;
variables:
        int copy(copy) ;
                copy:long_name = "ensemble member or copy" ;
                copy:units = "nondimensional" ;
                copy:valid_range = 1, 100 ;
        char CopyMetaData(copy, metadatalength) ;
                CopyMetaData:long_name = "Metadata for each copy/member" ;
        double time(time) ;
                time:long_name = "time" ;
                time:axis = "T" ;
                time:cartesian_axis = "T" ;
                time:calendar = "gregorian" ;
                time:units = "days since 1601-01-01 00:00:00" ;
        float DX(domain) ;
                DX:long_name = "X HORIZONTAL RESOLUTION" ;
                DX:units = "m" ;
        float DY(domain) ;
                DY:long_name = "Y HORIZONTAL RESOLUTION" ;
                DY:units = "m" ;
        float TRUELAT1(domain) ;
                TRUELAT1:long_name = "first standard parallel" ;
                TRUELAT1:units = "degrees, negative is south" ;
        float TRUELAT2(domain) ;
                TRUELAT2:long_name = "second standard parallel" ;
                TRUELAT2:units = "degrees, negative is south" ;
        float CEN_LAT(domain) ;
                CEN_LAT:long_name = "center latitude" ;
                CEN_LAT:units = "degrees, negative is south" ;
        float CEN_LON(domain) ;
>>>>>>>

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Feb 26 2008 - 11:31:57 MST

This archive was generated by hypermail 2.2.0 : Tue Feb 26 2008 - 16:44:49 MST