Skip to content

Adding additional files to make creation of experiments easier

Oriol.Tinto requested to merge configuration_selection into master

With this change it would be possible to create new experiments without having to modify the minimal.yml file.

For example:

autosubmit expid -min -H LOCAL -repo https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git -conf "conf/real-from-dwd-ana.yml" -d "A new experiment using real-from-dwd-ana"

or

autosubmit expid -min -H LMU -repo https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git -conf "conf/build_only.yml" -d "A new experiment using build_only"

Merge request reports