[Wrf-users] [ncl-talk] Cannot access WRF/Chem 3.5 files through NCL

Wei Huang huangwei at ucar.edu
Mon Feb 10 08:51:51 MST 2014


It is likely that the WRF-chem uses NetCDF4 features for its output.
You can check this by "ncdump -k your-wrf-chem file" to see if it is netCDF-4.
In that sense, you need to re-compile your ncview with NetCDF
being hdf5-eabled.

Wei

huangwei at ucar.edu
VETS/CISL
National Center for Atmospheric Research
P.O. Box 3000 (1850 Table Mesa Dr.)
Boulder, CO 80307-3000 USA
(303) 497-8924






On Feb 10, 2014, at 8:06 AM, Dennis Shea <shea at ucar.edu> wrote:

> [1] What version of NCL are you using?
> 
> %> ncl -V
> 
> [2] Are the WRF/Chem 3.5 files netCDF-4 rather than
>     the classic netCDF-3? If you have an older version of NCL,
>     it will not read netCDF-4. You would need the 6.1.2 version of NCL.
> 
> [3] You can send a sample file to:
> 
>     ftp ftp.cgd.ucar.edu
>     anonymous
>     email
>     cd incoming
>     put ....
>     quit
> 
>     We can not look at the incoming ftp directory, so send the name
>     of the file to ncl-talk at ucar.edu
> 
> Regards
> 
> 
> 
> 
> 
> On 2/10/14, 2:39 AM, Tabish Ansari wrote:
>> Hello
>> 
>> I had been using NCL for reading and plotting WRF/Chem 3.4.1 files.
>> However, I recently switched to WRF/Chem 3.5 and successfully produced the
>> same files using the same namelist options. While I could see using tools
>> like ncview that the files are correct, NCL cannot read them.
>> 
>> I am getting segmentation fault in NCL. While the same files in WRF/Chem
>> 3.4.1 are nicely being accessed by the same NCL.
>> 
>> Is this a bug?
>> 
>> 
>> 
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>> 
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk



More information about the Wrf-users mailing list