Skip to content

Commit 1bdf5a5

Browse files
authored
Added manual run instructions to README
to clarify things a bit
1 parent 885c6b5 commit 1bdf5a5

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,14 @@ Next, install the following programs, in this order:
134134
Note that OpenIFS might require several environment variables to be set both at compilation and at runtime.
135135
See [the OpenIFS manual](https://confluence.ecmwf.int/display/OIFS/OpenIFS+User+Guides).
136136

137-
Once the above are installed, the model coupling scripts in this repository can run.
138-
* sp-coupler (this repository)
139-
137+
Once the above are installed, you will need to add the python modules to your PYTHONPATH:
138+
```
139+
export PYTHONPATH=<AMUSE clone path>/src:<SP-coupler clone path>/splib
140+
```
141+
to run the main driver script in this repo, spmaster.py. To view all the superparametrization options and configurations (e.g. the choice of the superparametrized region), type
142+
```
143+
./spmaster.py --help
144+
```
140145

141146
## License
142147

0 commit comments

Comments
 (0)