Log of /trunk/models/johnpye/datareader
Directory Listing
Revision
1353 -
Directory Listing
Modified
Sun Mar 18 01:48:40 2007 UTC
(17 years, 10 months ago)
by
jpye
Removed some redundant #include statments.
Added some explanation of testtmy.a4c (although currently broken with IDA).
Revision
1264 -
Directory Listing
Modified
Sun Jan 28 04:05:11 2007 UTC
(17 years, 11 months ago)
by
johnpye
let texttable.c use native strdup (for the moment)
Revision
1221 -
Directory Listing
Modified
Wed Jan 24 13:33:06 2007 UTC
(17 years, 11 months ago)
by
johnpye
Implemented the DAE partitioning routine but am nowing tracking down a fiendish memory crash.
Revision
1211 -
Directory Listing
Modified
Tue Jan 23 05:09:50 2007 UTC
(17 years, 11 months ago)
by
johnpye
Fixed dependencies on dimen.h and fractions.h.
Revision
1209 -
Directory Listing
Modified
Tue Jan 23 04:11:50 2007 UTC
(17 years, 11 months ago)
by
johnpye
Cleaning up some redundant compiler dependencies
Revision
1063 -
Directory Listing
Modified
Sun Jan 7 07:54:06 2007 UTC
(18 years ago)
by
johnpye
Changed ASC_DLLSPEC(TYPE) to ASC_DLLSPEC TYPE, because it was causing havoc with doxygen and ctags.
Revision
960 -
Directory Listing
Modified
Sun Dec 10 03:14:24 2006 UTC
(18 years, 1 month ago)
by
johnpye
Able to compile now on Solaris.
Fixed a problem with datareader.c returning non-void.
Remains a problem with std::logic_error not being linked to _ascpy
Revision
908 -
Directory Listing
Modified
Thu Oct 26 10:18:53 2006 UTC
(18 years, 2 months ago)
by
johnpye
first attempt at merging with Ben's changes on the trunk
Revision
842 -
Directory Listing
Modified
Sun Sep 10 06:15:00 2006 UTC
(18 years, 4 months ago)
by
johnpye
Reformating tmy.c to be more concise.
In testtmy.a4c, assume that the tmy file is in the datareader directory under models.
Revision
824 -
Directory Listing
Modified
Thu Aug 17 16:30:24 2006 UTC
(18 years, 5 months ago)
by
johnpye
bumped version to 0.9.5.97
added error message when datareader file not found in search path
fixed datareader linkage for Windows.
Revision
819 -
Directory Listing
Modified
Wed Aug 16 15:36:12 2006 UTC
(18 years, 5 months ago)
by
johnpye
Moved the location of the PATHENVIRONMENTVAR to config.h.in so that
it can be shared with other places that want to use that variable.
Did some bug fixing of the simple TMY reader.
Revision
816 -
Directory Listing
Modified
Tue Aug 15 14:40:33 2006 UTC
(18 years, 5 months ago)
by
johnpye
Adding the 'sun.c' and 'sun.h' files back into ASCEND so that we don't need dependency on libradtran.
Added detection of Scrollkeeper, the freedesktop.org documentation manager.
Added placeholder SConscript file for building the user's manual.
Revision
815 -
Directory Listing
Modified
Fri Aug 11 04:51:27 2006 UTC
(18 years, 5 months ago)
by
johnpye
Removed some debug output
Revision
814 -
Directory Listing
Modified
Fri Aug 11 04:38:10 2006 UTC
(18 years, 5 months ago)
by
johnpye
Added comment about data source.
Revision
813 -
Directory Listing
Modified
Fri Aug 11 04:35:15 2006 UTC
(18 years, 5 months ago)
by
johnpye
Modified model to permit integration.
Revision
812 -
Directory Listing
Modified
Fri Aug 11 04:22:18 2006 UTC
(18 years, 5 months ago)
by
johnpye
First apparently working version of data reader. This version just done linear interpolation.
Revision
810 -
Directory Listing
Modified
Mon Aug 7 14:49:46 2006 UTC
(18 years, 5 months ago)
by
johnpye
woops, missed a bit
Revision
809 -
Directory Listing
Modified
Mon Aug 7 14:48:55 2006 UTC
(18 years, 5 months ago)
by
johnpye
A little more tinkering on the Data Reader. I have added routines
to read data from the TMY2 format, but they're a long way from being
fully implemented yet. The added files sun.c and sun.h should
provide some useful routines for sun position and time of day, for
use with the TMY2 reader functions.
Revision
801 -
Directory Listing
Added
Thu Aug 3 01:48:05 2006 UTC
(18 years, 5 months ago)
by
johnpye
Added shell of a Data Reader external function, RFC.