Skip to content

Commit

Permalink
converting some note:: to tip::
Browse files Browse the repository at this point in the history
  • Loading branch information
akanudia committed Jan 9, 2024
1 parent df02671 commit 8ef8ab7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/pages/Browse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Browse
######

.. note::
.. tip::
All data declaration for Veda models is done in Excel files. But to *visualize* models, one MUST use the interface and NOT rely on Excel files.
Excel should be used only for the initial and additional data specification. To check the parameter declarations or topology for any particular item, one must use Browse (or Items detail). `For example <https://forum.kanors-emr.org/showthread.php?tid=1326>`_...

Expand Down
4 changes: 2 additions & 2 deletions docs/source/pages/Getting started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ Please follow these steps to deactivate the license from user machine.
:width: 166


.. note::
For version < 1.240.1.1 **License Information** option can be found under **Tools** menu.
.. tip::
**License Information** option is available under **Tools** menu.

* Click on **Deactivate your license** from the License Wizard window

Expand Down
2 changes: 1 addition & 1 deletion docs/source/pages/Migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Migrating to Veda 2.0
######################

.. note::
.. Caution::
**Familiarity with the model database and Veda_FE/BE are necessary to migrate efficiently. I request users to not delegate this task to new members of the team.**


Expand Down
4 changes: 2 additions & 2 deletions docs/source/pages/Reports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Aggregations based on Commodity names
.. image:: images/Reports/agg_on_comm_grps.PNG
:width: 600

.. note::
.. tip::
Like in INS tables of Veda, subsequent declarations override the previous ones. For example, one may have several different types of oil, named OILxyz. If one wants to track only Oil other, Diesel and Gasoline, then write OIL* | Oil other; OILDST | Diesel; OILGSL | Gasoline, one below the other.

Aggregations based on Process names
Expand Down Expand Up @@ -113,7 +113,7 @@ Advanced features
* Efficiency (by DEM)
* CO2 intensity (by DEM)

.. note::
.. tip::
It is recommended that one uses "pc" in the "show_me" column when creating new variables, to check the validity of variables and aggregations. Aggregating them makes the reports lighter, so it should be done when possible.

LMA gets a lot more out of Reports
Expand Down
5 changes: 4 additions & 1 deletion docs/source/pages/Run Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Commands will be ordered by Value column; only rows with value>0 will be conside
If multiple scenarios send commands to the RUN file,
the blocks will be ordered as per the order of scenarios in the case definition.

.. note::
.. tip::
This also opens up some new possibilities. For example, you can run parametric scenarios where base prices for elastic demands are picked up from different Reference cases.

These examples are available in the `Advanced Demo <https://github.com/kanors-emr/Model_Demo_Adv_Veda.git>`_ model.
Expand Down Expand Up @@ -149,9 +149,12 @@ Import runs from Veda online

To import the zip files in Veda2.0, follow these steps:
* Create a folder named "Veda_case_zip_files" within the Zip Files Location folder. However, if the folder already exists, you can skip this step) (see attached image).

.. image:: images/Zip_files_location_RunManager.png
:width: 500

* Inside the "Veda_case_zip_files" folder, create subfolders for your username, model name, and study name {username\\model name\\study name}. Place your zip files into study name subfolder.
* The final path will depend on your username, model name, and study name. For instance, if your username is "rohit", model name is "DemoS_012", and study name is "Base" the path will be: Veda_case_zip_files\\rohit\\DemoS_012\\Base\\model_results_Case-demos_012_Solver-CPLEX.zip. (See attached image)

.. image:: images/Import_runs_name_description_of_RunManager.png
:width: 600

0 comments on commit 8ef8ab7

Please sign in to comment.