Thank you Fabian. ncread is working with 'time', but the ncinfo still has 
some issues.

Following is the output of Pkg.checkout()

julia> Pkg.checkout("NetCDF")
INFO: Checking out NetCDF master...
INFO: Pulling NetCDF latest master...
WARNING: julia is fixed at 0.3.10 conflicting with requirement for NetCDF: 
[0.4.0-,∞)
INFO: No packages to install, update or remove



Also, check the output of ncinfo.
julia> 
NetCDF.ncinfo("/home/bhupendra/radar_2008-2013/mlb/mb2nc_RainyDays/201303_02.nc")

##### Dimensions #####

           Name   Length
-------------------------------
       latitude      256
           time     1502
      longitude      256

##### Variables #####

                Name                Type          Dimensions
---------------------------------------------------------------
            latitude               FLOAT          latitude, 
                timeError showing value of type NcFile:
ERROR: key not found: 10
 in getindex at dict.jl:617
 in show at /home/bhupendra/.julia/v0.3/NetCDF/src/NetCDF.jl:510
 in anonymous at show.jl:1159
 in with_output_limit at ./show.jl:1136
 in showlimited at show.jl:1158
 in writemime at replutil.jl:2
 in display at REPL.jl:117
 in display at REPL.jl:120
 in display at multimedia.jl:149
 in print_response at REPL.jl:139
 in print_response at REPL.jl:124
 in anonymous at REPL.jl:586
 in run_interface at ./LineEdit.jl:1379
 in run_frontend at ./REPL.jl:818
 in run_repl at ./REPL.jl:169
 in _start at ./client.jl:400
--
Bhupendra

On Tuesday, July 21, 2015 at 9:39:43 PM UTC+10, Fabian Gans wrote:
>
> Ok, I think with the latest master branch this should work now, could you 
> please try to run
>
>     Pkg.checkout("NetCDF")
>
> and then try to read your file again?
>

Reply via email to