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

Make sure EBT structure is computed when desired #263

Merged
merged 2 commits into from
Dec 14, 2022

Commits on Dec 2, 2022

  1. Make sure EBT structure is computed when desired

    This addition makes sure that CS%ebt_struct is filled/computed if the user specifies
    KHTH_USE_EBT_STRUCT = True.
    
    Before this addition, an array for CS%ebt_struct got allocated and initialized to 0, if
    KHTH_USE_EBT_STRUCT = True. But this array never got filled (with values other than 0)
    unless the user selected any of the following options too:
    1) KHTH_USE_FGNV_STREAMFUNCTION = True
    2) USE_MEKE = True
    3) KhTr_passivity_coeff > 0
    4) MLE_front_length > 0
    5) Output the diagnostic Rd_dx
    6) Use resolution scaling for the a) Laplacian viscosity, b) interface height diffusivity,
    c) tracer diffusivity, OR d) the MEKE viscosity contribution.
    NoraLoose committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    6170aa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    039aa46 View commit details
    Browse the repository at this point in the history