[MOAB-dev] r4921 - MOAB/trunk/src/io

Robert Jacob jacob at mcs.anl.gov
Thu Jun 2 09:37:20 CDT 2011


I have some atmosphere model data on a very tiny R15 (40x48x18) grid 
I'll make available.

Rob


On 6/2/11 9:28 AM, Tim Tautges wrote:
> We don't have an auto test yet for these files, though clearly we need
> one. Would you be able to strip down the smallest cam file we have so it
> has maybe two variables and two timesteps?
>
> - tim
>
> On 06/02/2011 09:18 AM, Xiabing Xu wrote:
>> Are the sample data sets in the trunk? I did make check for parallel
>> and serial and they all passed.
>>
>> Xiabing
>>
>> On Jun 2, 2011, at 9:11 AM, tautges at mcs.anl.gov wrote:
>>
>>> Author: tautges
>>> Date: 2011-06-02 09:11:27 -0500 (Thu, 02 Jun 2011)
>>> New Revision: 4921
>>>
>>> Modified:
>>> MOAB/trunk/src/io/ReadNC.cpp
>>> Log:
>>> Commenting out call to create_tags; Xiabing, this was generating errors
>>> reading some of the sample data sets.
>>>
>>>
>>>
>>> Modified: MOAB/trunk/src/io/ReadNC.cpp
>>> ===================================================================
>>> --- MOAB/trunk/src/io/ReadNC.cpp 2011-06-02 07:34:07 UTC (rev 4920)
>>> +++ MOAB/trunk/src/io/ReadNC.cpp 2011-06-02 14:11:27 UTC (rev 4921)
>>> @@ -171,8 +171,8 @@
>>> #endif
>>>
>>> // create nc conventional tags
>>> - rval = create_tags(tstep_nums);
>>> - ERRORR(rval, "Trouble creating nc conventional tags.");
>>> +// rval = create_tags(tstep_nums);
>>> +// ERRORR(rval, "Trouble creating nc conventional tags.");
>>>
>>> return MB_SUCCESS;
>>> }
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>


More information about the moab-dev mailing list