BlueM.Sim Development: Difference between revisions

From BlueM
Jump to navigation Jump to search
(remove SVN references, link to GitHub)
Line 1: Line 1:
{{BlueM_nav}}
{{BlueM.Sim_nav}}
<div style="float: right; margin-left: 20px;">__TOC__</div>
<div style="float: right; margin-left: 20px;">__TOC__</div>


==Code==
==Source code==
{{SVN_Hilfe}}
The source code consists of the following individual projects:  
The source code consist of the following projects:  
* '''[[BlueM.Win]]:''' .NET desktop app
* '''[[BlueM.Win]]:''' GUI (VB.NET)
* '''[[BlueM.Sim Code|BlueM.Sim]]:''' Fortran simulation engine
* '''[[BlueM.Sim Code|BlueM.Sim]]:''' Fortran simulation engine
* '''[[BlueM.DLLAdapter]]:''' .NET Wrapper for communicating with the BlueM.Sim simulation engine
* '''[[BlueM.DLLAdapter]]:''' .NET wrapper for communication between BlueM.Win and BlueM.Sim
* '''[[Wave]]:''' Tool for time series display and analysis
* '''[[Gütemodell|BlueM.LaPipe]]:''' component for water quality calculations
* '''[[BlueM.Wave]]:''' Tool for time series display and analysis


There are two possibilities for getting the code:
All source code and issues are managed on GitHub: https://github.com/bluemodel
* Using the 'Meta' SVN repository that contains solution files and svn:externals links to the required projects: <br/>https://svn.bluemodel.org/Meta/BlueM.Win/
:''or''
* Checkout the projects from SVN individually (see URLs below) and combine them in a solution.
 
:{| cellpadding="5" cellspacing="0" border="0" class="standard stripes"
! Project !! SVN repository !! WebSVN
|-
| BlueM.Win || https://svn.bluemodel.org/BlueM.Win/ || [https://websvn.bluemodel.org/listing.php?repname=BlueM.Win&path=%2F&sc=1 BlueM.Win]
|-
| BlueM.Sim || https://svn.bluemodel.org/BlueM.Sim/ || [https://websvn.bluemodel.org/listing.php?repname=BlueM.Sim&path=%2F&sc=1 BlueM.Sim]
|-
| BlueM.DLLAdapter || https://svn.bluemodel.org/BlueM.DLLAdapter/ || [https://websvn.bluemodel.org/listing.php?repname=BlueM.DLLAdapter&path=%2F&sc=1 BlueM.DLLAdapter]
|-
| Wave || https://svn.bluemodel.org/Wave/ || [https://websvn.bluemodel.org/listing.php?repname=Wave&path=%2F&sc=1 Wave]
|}


==Compilation==
==Compilation==

Revision as of 03:05, 23 December 2021

BlueM_icon.png BlueM.Sim | Downloads | Application | Theory | Development

Source code

The source code consists of the following individual projects:

All source code and issues are managed on GitHub: https://github.com/bluemodel

Compilation

see BlueM.Sim compilation

Testing

see BlueM.DLLAdapterTest

Docs

BlueM.Sim:

siehe BlueM.Sim Code

Style

siehe Code-Formatierung