[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE:



Kévyn,

You have to give the correct path to the include file:
INCLUDE '\Trnsys15\Include\param.inc'
Or, assuming your Type is in \Trnsys15\Types:
INCLUDE '..\Include\param.inc'

If you use CVF 6.6, you can also set the default include folder to
"\Trnsys15\Include" in "project settings / Fortran / Preprocessor / Include
and use paths". 

That way, you don't have to give the path in your include statement: 
INCLUDE 'param.inc' 

The other errors should should go away if the compiler finds param.inc.

Regards,

Michaël Kummert

_________________________________________________________

Michaël Kummert

Solar Energy Laboratory - University of Wisconsin-Madison
1303 Engr Res Bldg, 1500 Engineering Drive
Madison, WI 53706

Tel: +1 (608) 263-1589
Fax: +1 (608) 262-8464
E-mail: kummert@engr.wisc.edu

SEL Web Site: http://sel.me.wisc.edu 
TRNSYS Web Site: http://sel.me.wisc.edu/trnsys


> -----Original Message-----
> From: owner-trnsys@relay.doit.wisc.edu 
> [mailto:owner-trnsys@relay.doit.wisc.edu] On Behalf Of Kevyn JOHANNES
> Sent: Tuesday, April 15, 2003 10:26
> To: trnsys@relay.doit.wisc.edu
> Subject: 
> 
> 
> When trying to compile the type 140 (version 1.99 B, novembre 
> 2000) with 
> trnsys 14.2, the following error messages appear :
> 
> error : cannot open include file 'param.inc'
> error : A common block data object must be an automatic object
> 	common/store/Nstore, IAV, S(NUMSTR)
> error : a specification expression object must be a dummy argument, a
> 	common block object, or an object accessible through host or
> 	use association [NUMSTR]
> 	Common/store/nstore, IAV, S(numstr)
> 
> Grateful for hints
> 
> Kévyn
>