- 积分
- 797
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-8-1
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
主要代码:
MeteoDataInfo dataInfo = new MeteoDataInfo();
GridData gridDataC = new GridData();
if (sFileName.Contains(sCRegionName))
{
dataInfo.OpenGRIBData(m_sECMFNWFDataPath + sCRegionName);
GRIB1DataInfo grInfo = (GRIB1DataInfo)dataInfo.DataInfo;
gridDataC = dataInfo.GetGridData(grInfo.VariableNames[0]);
}
1.0.8读取没有任何问题,1.0.9读取出现出错信息:
异常:
未处理 System.ArgumentOutOfRangeException
Message="年、月和日参数描述无法表示的 DateTime。"
Source="mscorlib"
StackTrace:
在 System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
在 System.DateTime..ctor(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second)
在 MeteoInfoC.Data.MeteoData.GRIB1ProductDefineSection..ctor(BinaryReader br)
在 MeteoInfoC.Data.MeteoData.GRIB1Message..ctor(BinaryReader br, GRIB1DataInfo aDataInfo)
在 MeteoInfoC.Data.MeteoData.GRIB1DataInfo.GetGridData_LonLat(Int32 timeIdx, Int32 varIdx, Int32 levelIdx)
在 MeteoInfoC.Data.MeteoData.MeteoDataInfo.GetGridData_LonLat(String varName)
在 MeteoInfoC.Data.MeteoData.MeteoDataInfo.GetGridData(String varName)
InnerException:
数据见附件。
A_HHAS50ECMF081200_C_ECMF_20130408183459.bin
(2.8 KB, 下载次数: 1)
|
|