Hi all,
I'm a novice in IDL. I'm trying to extract raw WRF (Weather Research and Forecasting) data which is in NetCDF format using IDL. I compiled the procedure called extract_WRF_surface_grid_D01.pro and then ran it. But I got this following notification:
IDL> extract_WRF_surface_grid_d01
% Compiled module: GETWLFDAYDATA.
% Compiled module: EXTRACT_WRF_SURFACE_GRID_D01.
% Compiled module: ATAN2.
% NCDF_OPEN: Unable to open the file "". (NC_ERROR=-36)
% Execution halted at: GETWLFDAYDATA 4 T:\EohProjs\CDC_climatechange\Lois\AQAST_CO_project\Analysis\extract_WRF_surface_grid_d01.pro
% EXTRACT_WRF_SURFACE_GRID_D01 30 T:\EohProjs\CDC_climatechange\Lois\AQAST_CO_project\Analysis\extract_WRF_surface_grid_d01.pro
% $MAIN$
What could be the problem and how should I go on and about addressing the problem?
Thank you,
Lois
|