Posts: 11
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2011
I have defined the following process in the SubRES file:
The efficiency is updated in the SubRES-Trans file in the first row of the following table:
The second row of the update-table refers to another process, which uses the VEDA parameter CEFF. However, VEDA creates additional entries for parameter ACT_EFF related to different commodity groups (even commodity groups without any relation to the process, e.g. CHSE):
Why are these entries created and how can I avoid it? I noticed that the problem occurs only with VEDA4 and does not occur with VEDA3.
Thank you,
David
Posts: 11
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2011
Hi Amit,
yes, I reported all input declarations for this process and the UPD tag creates CEFF records.
I took your advice and changed the UPD table using the new table header format. It works, the CEFF row is ignored then.
I guess, I will have to convert all UPD tables into the new format before using VEDA4.
Thank you and regards
David
Posts: 11
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2011
My basic problem was, that the efficiencies of many processes were to low because of unnecessary additional CEFF records. After changing the table header fromat this problem is solved.
However, if it is possible to improve the compatibility of the old table headers with the new VFE version, this would make it very much easier for me to use the new VFE4. Otherwise I will have to check all UPD tables carefully for incongruities.
Regards
David
Posts: 11
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2011
I have another problem related to the SubRES_Trans file. I cannot update FLO_SHAR values:
e.g. I have the following process in the SubRES:
I would like to adapt the share of RSDAHT in the SubRES_Trans file with the following table:
However, after the import I get the message "UPD table row did not enerate any records". What can I do?
Thank you
David
Posts: 1,972
Threads: 26
Likes Received: 61 in 52 posts
Likes Given: 18
Joined: Jun 2010
22-09-2011, 09:10 AM
(This post was last modified: 22-09-2011, 09:14 AM by Antti-L.)
I think you should use the full group name here (in Other_indexes): RHUNSOL302_NRGI.
Or you could also leave this field blank, because you probably wouldn't have any other Share groups defined for this commodity.
HTH,
Antti
Posts: 11
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2011
Thanks for the tip!
I left the field "Other_Indexes" blank and now it works.