Installation and running guide - Printable Version +- ODL Forums (https://forum.oceandatalab.com) +-- Forum: SKIM (https://forum.oceandatalab.com/forum-1.html) +--- Forum: SKIMulator (https://forum.oceandatalab.com/forum-2.html) +--- Thread: Installation and running guide (/thread-3.html) |
Installation and running guide - Lucile Gaultier - 2018-07-13 Installation The skimulator requires some libraries and tools to be installed on your system:
The code runs with python and uses the following Python packages:
If you don't have python and the needed Python packages on your machine you can download anaconda and follow the installation instructions. To download skimulator Code: cd [yourpath] To install skimulator
To uninstall skimulator Code: > sudo python setup.py install --record record_files.txt Running To run skimulator to produce l2b outputs Produce Grid and l2b products out of model files Code: Code: > skimul2b [your params file] To run skimulator to produce l2c outputs Produce l2c products out of l2b and model files Code: Code: > skimul2c [your params file] To run skimulator to produce l2d outputs Produce l2d products out of l2b and model files Code: Code: > skimul2d [your params file] Note that if you have installed anaconda, use anaconda python for the installation and to run the simulator Examples of parameter files are available in the example directory: Documentation - sphinx is required to build the documentation, in the doc directory type: * Build html: make html * Build pdf: make latexpdf The build documentation files are located in doc/build/html and in doc/build/latex/ |