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
Describe the bug
I'm testing how to restart a simulation after spinup, and suspect the hidden 'restart' option in the RUN_TYPE variable is wrong. The LSP variable is set in the variable config file as read-only and defaults to 'startup'. In the CLM documentation, it looks like 'restart' is not a valid option but rather used when referring to a restart file created from a spinup simulation.
To Reproduce
Steps to reproduce the behavior:
Install LSP
Change code in resources/config/variables_config.json: set RUN_TYPE to readonly=false
get containers up
create 'restart' case in GUI
case setup fails after submission.
Desktop (please complete the following information):
OS: linux ubuntu virtual machine on NREC
Browser Firefox
Version 1.0.0
Additional context
Suggested fix: remove 'restart' as option, and add 'hybrid' and 'branch', add documentation for how to use it.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm testing how to restart a simulation after spinup, and suspect the hidden 'restart' option in the RUN_TYPE variable is wrong. The LSP variable is set in the variable config file as read-only and defaults to 'startup'. In the CLM documentation, it looks like 'restart' is not a valid option but rather used when referring to a restart file created from a spinup simulation.
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context
Suggested fix: remove 'restart' as option, and add 'hybrid' and 'branch', add documentation for how to use it.
The text was updated successfully, but these errors were encountered: