Skip to content

Commit

Permalink
Feature/merge diacov doc (#52)
Browse files Browse the repository at this point in the history
* Bring data flow from duplicate doc page

* Remove duplicate diacov page
  • Loading branch information
ewhelan authored May 17, 2024
1 parent 1571f1d commit cf81a71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
7 changes: 7 additions & 0 deletions doc/src/diacov.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The **DIACOV** tool is used to "_diagnose what's in covariance files_".
1. First, you should have Festat output and the DIACOV binary compiled by Harmonie stored somewhere.
2. Then, create the new directory, copy the DIACOV binary and Jb files there. Example:

### Data flow

```mermaid
flowchart LR
A{Output from FESTAT} --> B{DIACOV} --> C{diag_diacov} --> D{plotdiacov};
```

## Tools
```
mkdir DiacovTest
Expand Down
16 changes: 0 additions & 16 deletions doc/tools/diacov.md

This file was deleted.

0 comments on commit cf81a71

Please sign in to comment.