-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
New ICM, new load inputs start execution, testing bed for Caldera Cast #16
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d are in a single place.
Adding more flexibility. Now the paths to the inputs, outputs, and python libraries can all be specified, along with timestep, and start and end times. It also doesn't matter if you call from the same directory that it is located in or not. Also, adding option to read in a JSON file with all the arguments. Making sure we use os.path.join in places that use io_dir v.5.1
…ation with Caldera Grid. Two python scripts for starting the simulation are given: One that uses just command-line arguments, and another that uses a JSON file input file. v.2.2 (added 'subprocess' in python scripts)
The user is required to supply the SE_ICM.csv and CE_ICM.csv files.
…png file by default.
…oc error but it went away.
This was an old possible test approach to doing itineraries but we're not doing that anymore.
steven-schmidt-inl
force-pushed
the
testing_ccast_in_grid_newICM
branch
2 times, most recently
from
August 15, 2023 20:26
f228134
to
6d93e52
Compare
steven-schmidt-inl
force-pushed
the
testing_ccast_in_grid_newICM
branch
from
September 8, 2023 18:15
78f5554
to
e33663c
Compare
…as the success condition, in load_input_files.py
manoj1511
approved these changes
Oct 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch combines three things together:
(1) upgrading Caldera_Grid to use the new Caldera_ICM
(2) The changes in Caldera_Grid to allow the start_execution to be used down in each example or unit test.
(3) Examples that are being used as a test bed for Caldera_Cast