Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze authored Jan 10, 2023
1 parent d300425 commit 7eb06c7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,18 @@ git clone --branch gulf-stream [email protected]:euroargodev/VirtualFleet.git
## Command line instructions

### Usage
The ``recovery_prediction`` script allows making predictions, i.e. at this point, to produce a few figures to get an idea of where the float will make surface contact.
The ``recovery_prediction.py`` script allows making predictions, i.e. at this point to produce:
- a json data files with predictions information for machine/machine applications,
- and a few figures to indicate where the float will make surface contact and how the probability patch was created.

For a simple help, you can type:
```
recovery_prediction -h
recovery_prediction.py -h
```

To make prediction of where the 99th cycle of the 6902919 float will be, just type:
```
recovery_prediction 6902919 99
recovery_prediction.py 6902919 99
```

A few options are available:
Expand Down Expand Up @@ -106,7 +108,7 @@ So, don't forget to:
### Example

```
recovery_prediction 6902915 116
recovery_prediction.py 6902915 116
```
Below is an example of this prediction for the 99th cycle of the 6902919 float.
The really observed 99th cycle is shown at the tip of the arrow (red point) starting from the previous 98th cycle.
Expand Down

0 comments on commit 7eb06c7

Please sign in to comment.