We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--force-checkout
--force-compile
fre make
Is your feature request related to a problem? Please describe. Add a --force-checkout and --force-compile to fre make
Currently there is no way to regenerate the checkout script without manually removing it.
If you attempt that, you will get:
fre make create-checkout -y am5.yaml -p ncrc5.intel23 -t prod-openmp Combining yaml files: model yaml: am5.yaml compile yaml: compile.yaml platforms yaml: platforms.yaml Combined yaml located here: /combined-am5.yaml COMBINED YAML VALID Checkout script PREVIOUSLY created in /ncrc/home1/Uriel.Ramirez/fremake_canopy/test/am5f8d0r1_compile/src/checkout.sh
Describe the solution you'd like Add a --force-compile and --force-checkout option to fre make similarly to how it works in fre/bronx.
Describe alternatives you've considered N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
#221 Add force_checkout and force_compile click options
force_checkout
force_compile
9922170
#221 Add force-checkout functionality in createCheckout tool
6157b7b
#221 Add force_compile functionalty in createCompile tool
ab6bc12
#221 Add force_checkout and force_compile arguments
6a13ab5
#221 Merge branch 'main' of github.com:NOAA-GFDL/fre-cli into 221.fo…
9e3037a
…rce-checkout-and-compile
No branches or pull requests
Is your feature request related to a problem? Please describe.
Add a
--force-checkout
and--force-compile
tofre make
Currently there is no way to regenerate the checkout script without manually removing it.
If you attempt that, you will get:
Describe the solution you'd like
Add a
--force-compile
and--force-checkout
option tofre make
similarly to how it works in fre/bronx.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: