Add missing entries to balance_conf.nml blueprint#129
Open
zandivx wants to merge 2 commits into
Open
Conversation
Review Summary by QodoFix balance_conf.nml blueprint with missing commas and parameters
WalkthroughsDescription• Add missing commas to balance_conf.nml configuration entries • Add five missing configuration parameters to blueprint • Remove unnecessary blank line in balance_conf.py class Diagramflowchart LR
A["balance_conf.nml<br/>incomplete entries"] -- "add missing commas" --> B["properly formatted<br/>configuration lines"]
A -- "add missing parameters" --> C["complete parameter<br/>set"]
D["balance_conf.py<br/>with blank line"] -- "remove blank line" --> E["clean class<br/>definition"]
File Changes1. QL-Balance/namelists/balance_conf.nml
|
Code Review by Qodo
1. Forces constant timestep
|
7c4b901 to
cff36a3
Compare
cff36a3 to
db7a786
Compare
plus add commata at the end of lines where they were missing
This was a bug, initialized data was used for calculations
db7a786 to
b11faaf
Compare
This file contains hidden or 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
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.
plus add commata at the end of lines where they were missing