Skip to content
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

don't declare parameters as logical #2735

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Source/driver/_cpp_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -616,12 +616,12 @@ max_tagging_radius real 10.0e0
(v, verbose) int 0

# do we dump the old state into the checkpoint files too?
dump_old bool false
dump_old int 0

# do we assume the domain is plane parallel when computing some of the derived
# quantities (e.g. radial velocity). Note: this will always assume that the
# last spatial dimension is vertical
domain_is_plane_parallel bool false
domain_is_plane_parallel int 0

# display information about updates to the state (how much mass, momentum, energy added)
print_update_diagnostics int (0, 1)
Expand Down
Loading