You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,15 +32,15 @@ This method is primarily used to represent terrain for weather forecasting purpo
32
32
33
33
---
34
34
35
-
**[Read the documentation here](https://ray-chew.github.io/spec_appx/index.html)**
35
+
**[Read the documentation here](https://ray-chew.github.io/pyCSAM/index.html)**
36
36
37
37
---
38
38
39
39
## Requirements
40
40
41
-
See [`requirements.txt`](https://github.com/ray-chew/spec_appx/blob/main/requirements.txt)
41
+
See [`requirements.txt`](https://github.com/ray-chew/pyCSAM/blob/main/requirements.txt)
42
42
43
-
> **NOTE:** The Sphinx dependencies can be found in [`docs/conf.py`](https://github.com/ray-chew/spec_appx/blob/main/docs/source/conf.py).
43
+
> **NOTE:** The Sphinx dependencies can be found in [`docs/conf.py`](https://github.com/ray-chew/pyCSAM/blob/main/docs/source/conf.py).
44
44
45
45
46
46
## Usage
@@ -51,17 +51,17 @@ Fork this repository and clone your remote fork.
51
51
52
52
### Configuration
53
53
54
-
The user-defined input parameters are in the [`inputs`](https://github.com/ray-chew/spec_appx/tree/main/inputs) subpackage. These parameters are imported into the run scripts in [`runs`](https://github.com/ray-chew/spec_appx/tree/main/runs).
54
+
The user-defined input parameters are in the [`inputs`](https://github.com/ray-chew/pyCSAM/tree/main/inputs) subpackage. These parameters are imported into the run scripts in [`runs`](https://github.com/ray-chew/pyCSAM/tree/main/runs).
55
55
56
56
### Execution
57
57
58
-
A simple setup can be found in [`runs.idealised_isosceles`](https://github.com/ray-chew/spec_appx/blob/main/runs/idealised_isosceles.py). To execute this run script:
58
+
A simple setup can be found in [`runs.idealised_isosceles`](https://github.com/ray-chew/pyCSAM/blob/main/runs/idealised_isosceles.py). To execute this run script:
59
59
60
60
```console
61
61
python3 ./runs/idealised_isosceles.py
62
62
```
63
63
64
-
However, the codebase is structured such that the user can easily assemble a run script to define their own experiments. Refer to the documentation for the [available APIs](https://ray-chew.github.io/spec_appx/api.html).
64
+
However, the codebase is structured such that the user can easily assemble a run script to define their own experiments. Refer to the documentation for the [available APIs](https://ray-chew.github.io/pyCSAM/api.html).
0 commit comments