The AGNI interface utils/agni.py is now operating via JuliaCall rather than accessing AGNI is a subprocess. This is more efficient and improves model accuracy by avoiding disk reading/writing. Closes #118.
Updated configs.
Refactored COUPLER_options variables to just OPTIONS, since this is more concise and the model name is no longer just "COUPLER".
Support for running equilibrium chemistry in the atmosphere via AGNI.
Updated examples (added a script for doing this more consistently in tools/MakeExample.sh)
Future work should consider moving some of the content of agni.py into the AGNI repository.
utils/agni.py
is now operating via JuliaCall rather than accessing AGNI is a subprocess. This is more efficient and improves model accuracy by avoiding disk reading/writing. Closes #118.COUPLER_options
variables to justOPTIONS
, since this is more concise and the model name is no longer just "COUPLER".tools/MakeExample.sh
)Future work should consider moving some of the content of
agni.py
into the AGNI repository.