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
Consistently use @warn for most problems, and @error for immediately critical problems. Update tests to only print @error calls, hiding @warn to avoid spam. Functions return success/failure more consistently.
5. Setup SOCRATES by doing either **ONE** of the following...
25
-
- Follow the instructions on the [SOCRATES GitHub](https://github.com/FormingWorlds/SOCRATES) page
26
-
- Run `./src/get_socrates.sh`
27
-
6. Finally, install AGNI: `./src/get_agni.sh`
28
-
AGNI is now installed as a package into the Julia environment of the AGNI
29
-
directory. This will also have downloaded some basic input data and run the tests.
28
+
a. Follow the instructions on the [SOCRATES GitHub](https://github.com/FormingWorlds/SOCRATES) page
29
+
b. **OR**, run `./src/get_socrates.sh`
30
+
6. Setup FastChem
31
+
-`./src/get_fastchem.sh`
32
+
7. Add `RAD_DIR` and `FC_DIR` to your environment and bashrc file
33
+
8. Finally, install AGNI
34
+
-`./src/get_agni.sh`
35
+
36
+
AGNI is now installed as a package of the Julia environment in the `AGNI/`
37
+
directory. These steps will have downloaded some basic input data.
30
38
31
39
!!! warning
32
-
The `RAD_DIR` environment variable must be set to your SOCRATES path whenever AGNI is being used.
33
-
This is so that AGNI can locate the SOCRATES libraries.
40
+
The `RAD_DIR` environment variable must be set to your SOCRATES path whenever AGNI is being used. This is so that AGNI can locate the SOCRATES libraries.
34
41
35
42
!!! tip
36
43
Visit the [Troubleshooting](@ref) page if you encounter any problems. This page can
0 commit comments