Search found 18 matches

by msrocka
15 Jun 2017 14:09
Forum: openLCA 1.6
Topic: Uncertainty data in openLCA
Replies: 3
Views: 7919

Re: Uncertainty data in openLCA

Hi Pascal, Many thanks for the detailed explanations. to 1) There is a separate field for the "basic uncertainty" at the bottom of the window that pops up when you edit the Pedigree scores of an exchange. When you click on the button "Use as uncertainty value" the calculated "total uncertainty" is c...
by msrocka
01 Aug 2016 10:05
Forum: Developer
Topic: How to use the javascript interface
Replies: 2
Views: 11188

Re: How to use the javascript interface

You can include external JavaScript files via the load function:

Code: Select all

load("path/to/your/file.js")
There is a small section about this in the user manual (http://www.openlca.org/documents/14826/ ... 021a8aa7e7, 11.2.2) that shows how to load math.js in openLCA.
by msrocka
01 Aug 2016 09:47
Forum: openLCA 1.4
Topic: problems to run OPENLCA 1.4 in Ubuntu 14.04
Replies: 7
Views: 13941

Re: problems to run OPENLCA 1.4 in Ubuntu 14.04

openLCA comes with an embedded Java version on Linux. So it should not matter what Java version you have installed (it works also without Java installed). As it is written in the error message, openLCA tries to start Java from /home/emilio/Documents/openLCA/jre/bin/java Unfortunately, I cannot repro...
by msrocka
18 Jun 2015 22:16
Forum: openLCA 1.4
Topic: mySQL query browser
Replies: 1
Views: 5526

Re: mySQL query browser

Yes, this is confusing. It is the version of the database schema that is stored in this field and not the openLCA version. This field is a plain integer and is used to trigger automatic updates. Everytime we change the database schema we increment this version number. (Note that we use Derby for emb...
by msrocka
17 Feb 2015 10:22
Forum: openLCA 1.4
Topic: Import of US LCI database
Replies: 4
Views: 7500

Re: Import of US LCI database

Hi Melblu, I think you tried to import the NREL data sets without an opened database. You first have to create a database (right click in the navigation) and open it (via a double click). After this you should not see the error in the import wizard anymore. Some units from NREL are missing in openLC...
by msrocka
22 Jan 2015 09:20
Forum: Modelling of the Inventory
Topic: Meaning of cut-off when creating product systems
Replies: 3
Views: 6047

Re: Meaning of cut-off when creating product systems

Hi Pascal, We implemented the cut-off feature in openLCA 1.3 to improve the performance when calculating product systems with the Social Hotspots Database. The cut-off was recursively applied to reduce the size of a product system starting with the reference process. The algorithm is in principle so...
by msrocka
21 Jan 2015 11:19
Forum: Modelling
Topic: fatal error location manager (Linux)
Replies: 5
Views: 6777

Re: fatal error location manager (Linux)

I can reproduce this error. This occurs in the native Linux 64bit libraries that are not under our control. I did not yet found which method call produces this error. To track this, I created an issue on our issue tracker at Github:https://github.com/GreenDelta/olca-app/issues/4
by msrocka
21 Jan 2015 08:53
Forum: Developer
Topic: latest instructions (for compiling openLCA from the source)
Replies: 1
Views: 10191

Re: latest instructions (for compiling openLCA from the sou

This is quite an old question but if you are interested in the openLCA development of the current and future openLCA versions you can find the source code and build instructions on our Github repository here: https://github.com/GreenDelta/olca-app.
by msrocka
21 Jan 2015 08:42
Forum: openLCA 1.4
Topic: OpenLCA 1.4.1 beta 6 possible bug
Replies: 3
Views: 5766

Re: OpenLCA 1.4.1 beta 6 possible bug

Hi, I tried to reproduce this but redefining process parameters at the product system level works without any error in my test cases. Do you have a simple example how this can be reproduced (maybe also a small database or ILCD package you can share)?

Thank you very much,
Michael
by msrocka
18 Dec 2014 15:47
Forum: Modelling of the Inventory
Topic: Changin reference flow in a copied process
Replies: 2
Views: 4678

Re: Changin reference flow in a copied process

Hi Pascal,

You can change the reference flow on the 'General information' page of the process editor. After this it is possible to delete the old reference flow.

Best regards,
Michael