-
Notifications
You must be signed in to change notification settings - Fork 48
add conv_vel cs limit to mlt/tdc #780
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c9b3f50
[ci optional] Added csound limiter to tdc.
adamjermyn 3e6bd99
add cs limit to tdc, mark bad pre-ms vars
Debraheem 1a24d62
add naive conv_vel limiter to mlt
Debraheem ae916a5
Patching main, adding support to max_conv_vel_div_csound, adding cont…
JRGarza c990f0a
merge main into branch
Debraheem 688a822
empty commit test
Debraheem da64e80
Merge branch 'EbF/add_Cs_limit_to_TDC' into main_misc_maxvconv_minkap
Debraheem f3dcc2e
Merge pull request #781 from JRGarza/main_misc_maxvconv_minkap
Debraheem cab9c3f
Update turb.f90
Debraheem 88cff36
Merge branch 'main' into EbF/add_Cs_limit_to_TDC
Debraheem 5cdecde
Update turb_support.f90
Debraheem 564dc65
change tdc limiter from cs to max_conv_vel
Debraheem 750bd64
[ci optional] test with convective velocity limiter on
Debraheem 0a89a8e
[ci optional] test conv_vel limiter
Debraheem 5d8a2e1
switch to k>1 condition
Debraheem 940e795
merge main in and fix conflicts, update changelog.
Debraheem 9c3a603
[ci skip] remove trailing whitespace
Debraheem 0d307cf
set controls back to default for merge
Debraheem 034e343
[ci skip] Update controls.defaults
Debraheem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately checking
if associated(s% Csound_face) .and. associated(s% q)
still yields in backtrace errors from astero in thefast_from_file
and other tests, see https://testhub.mesastar.org/EbF%2Fadd_Cs_limit_to_TDC/commits/0a89a8e.Using a check for
k >=1
seems to work better.