Skip to content

Commit

Permalink
Change mom5 to +restart_repro default True (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen authored Mar 21, 2024
1 parent 244d483 commit 06b7550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mom5/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Mom5(MakefilePackage):

variant("deterministic", default=False, description="Deterministic build.")
variant("type", default="ACCESS-OM", description="Build MOM5 to support a particular use case.", values=("ACCESS-CM", "ACCESS-ESM", "ACCESS-OM", "ACCESS-OM-BGC", "MOM_solo"), multi=False)
variant("restart_repro", default=False, description="Reproducible restart build.")
variant("restart_repro", default=True, description="Reproducible restart build.")
variant("optimisation_report", default=False, description="Generate optimisation reports.")

# Depend on virtual package "mpi".
Expand Down

0 comments on commit 06b7550

Please sign in to comment.