<br><font size=3 face="Times New Roman">Hi trnsys users,<br>
</font>
<br><font size=3 face="Times New Roman">I'm currently worlking with TRNSYS 15 ans i receive this error : <br>
<br>
***** ERROR ***** TRNSYS ERROR # 206<br>
MAXIMUM NUMBER OF EQUATIONS ALLOWED IN DECK HAS BEEN EXCEEDED: MODIFY PARAM.INC<br>
<br>
I have 299 equations and the simulation can start. One more and the error appears.<br>
<br>
I tried to increase the number of equations in the trnsys15/include/param .inc file but the modification did'nt make any difference and i still get the error message. <br>
<br>
Here you can see the content of the param.inc file. The number of equation do not correspond with the real number of equation that trnsys uses ...  <br>
<br>
CNB THIS INCLUDE FILE MAKES IT EASY TO ADJUST THE NUMBER OF EQUATIONS,<br>
CNB THE MAXIMUM NUMBER OF UNITS AVAILABLE IN TRNSYS,<br>
CNB AND THE MAXIMUM NUMBER OF DERIVATIVES<br>
CNB WRITTEN BY NATHAN BLAIR 3-1-95<br>
<br>
CRW WITHOUT DECLARATION, YOU WILL ALWAYS STRUGGLE WITH IMPLICIT NONE<br>
<br>
INTEGER NUNITL, NEQUATL, NEQCONSTL, NDERVL, NMPAR, NMOUT, NUMSTR<br>
INTEGER NUNI2, NUNI10, NUNI15, NUNI20 <br>
INTEGER NEQPLS, NEQUA2, NEQUA10, NDERV3<br>
<br>
CNB NUNITL = Maximum number of units (>75) <br>
PARAMETER (NUNITL=150)<br>
CNB NEQUATL = Maximum number of equations (>200)<br>
PARAMETER (NEQUATL=250)<br>
CNB NDERVL = Maximum number of derivatives (>100)<br>
PARAMETER (NDERVL=100) <br>
CNB NMOUT = Maximum number of outputs (>2000)<br>
PARAMETER (NMOUT=2000)<br>
CNB NMOUT = Maximum number of parameters (>1500)<br>
PARAMETER (NMPAR=1500)<br>
CNB NUMSTR = Number of storage places in the S array (>5000)<br>
PARAMETER (NUMSTR=5000)<br>
<br>
CMKu NCONSTEQL = Maximum number of constants in equations (not the max. nb. of constants!) (> 3 * NEQUATL)<br>
PARAMETER (NEQCONSTL=NEQUATL*3)<br>
<br>
PARAMETER (NUNI2=NUNITL*2,NUNI10=NUNITL*10,NUNI15=NUNITL*15)<br>
PARAMETER (NUNI20=NUNITL*20)<br>
PARAMETER (NEQPLS=NEQUATL+1,NEQUA2=NEQUATL*2,NEQUA10=NEQUATL*10)<br>
PARAMETER (NDERV3=NDERVL*3)<br>
<br>
In the manual they recommand to recompile the kernel (trnlib.dll) but i don't have the fortran compiler (or i don't have it anymore). I've tried to find free compilers but i didn't found anything interesting and by the way i don't have the skills to use them correctly.</font>
<br><font size=3 face="Times New Roman"><br>
Did someone already met this problem and could solve it? If anyone could help my i would greatly appreciate. Maybe could someone send me a trnlib.dll file with much more equation available.<br>
<br>
Thanks for your help</font>
<br>
<br><font size=2 face="sans-serif">PS : sometimes i also get the error that says  "variable storage exeeded". Are the two errors linked in any way? </font>
<br>
<br><font size=2 face="sans-serif"><br>
Christian Mahler<br>
<br>
solares bauen <br>
31 rue du Faubourg National<br>
67000 Strasbourg<br>
Tél : 03 88 30 97 74<br>
LD : 03 69 73 80 94 <br>
Fax : 03 59 08 75 37<br>
mahler@solares-bauen.fr<br>
http://www.solares-bauen.fr<br>
<br>
<br>
</font>