2018-07-11T09:52 AM
(This post was last modified: 2018-07-13T01:03 PM by Sylvain Herlédan.
Edit Reason: formatting for inline code
)
How to get the simulator
How to maintain your version of the simulator to get the last stable version
How to get the last version in development
How to download the example data
WARNING: we had to remove the example data from the input_field directory as we can't (and don't want to) git data that are too large. This data are available under this link: https://swot.jpl.nasa.gov/data/simulator...gedata.zip
Before running the example:
Code:
git clone https://github.com/SWOTsimulator/swotsimulator.git
How to maintain your version of the simulator to get the last stable version
Code:
git checkout master
git pull origin master
How to get the last version in development
Code:
git checkout develop
git pull origin develop
How to download the example data
WARNING: we had to remove the example data from the input_field directory as we can't (and don't want to) git data that are too large. This data are available under this link: https://swot.jpl.nasa.gov/data/simulator...gedata.zip
Before running the example:
- click on swotsimulator_largedata.zip to download the data,
- unzip the downloaded zipped document,
- copy everything from the unzipped directory into example/input_field directory