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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Main changes are:
The aqua-config.yaml file is replaced by a template to be installed. The aqua console is now mandatory to use aqua.
$AQUA removed from the Configdir() autosearch, an installation with the aqua console is mandatory to use aqua.
AQUA cli command to provide the installation path with --path option. This can substitute the $AQUA variable in scripts.
The catalog file is now split into machine.yaml and catalog.yaml to support machine dependency of data path and intake variables as kwargs into each catalog.
AQUA core complete list:
More detailed documentation for Levante and Lumi installation (#1210)
aqua-config.yaml replaced by a template to be installed on each machine (#1203)
$AQUA removed from the Configdir() autosearch (#1208)
AQUA cli command to provide the installation path with --path option (#1193)
Restructure of the machine and catalog instances to support a catalog based development (#1186)
AQUA installation via command line support a machine specification aqua install lumi (#1186)
Introduction of machine.yaml file to support machine dependency of data path and intake variables as kwargs into each catalog (#1186)