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

#737: SCHISM Coastal Formulation #810

Draft
wants to merge 51 commits into
base: master
Choose a base branch
from

Commits on Aug 16, 2024

  1. NOAA-OWP#737: Initial draft of Coastal Formulation interface, SCHISM …

    …implementation, and supporting classes
    PhilMiller committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c0294b2 View commit details
    Browse the repository at this point in the history
  2. Clean up compiler issues

    PhilMiller committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a57659f View commit details
    Browse the repository at this point in the history
  3. Another compilation fix

    PhilMiller committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4d43b38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af3166f View commit details
    Browse the repository at this point in the history
  5. Reword

    PhilMiller committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d07ebf8 View commit details
    Browse the repository at this point in the history
  6. Adjust for refactor

    PhilMiller committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    17a8bfd View commit details
    Browse the repository at this point in the history
  7. Typo fix

    PhilMiller committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    28809e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f345e6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25209b0 View commit details
    Browse the repository at this point in the history
  10. Match added argument

    PhilMiller committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e003e76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7478cd2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    68dc991 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6fa3c18 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04c9cf5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4d55b6c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    67e17c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c366014 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    706046b View commit details
    Browse the repository at this point in the history
  19. Call BMI Init function

    PhilMiller committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1751125 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2dba565 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    b7d1eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5716e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa6c223 View commit details
    Browse the repository at this point in the history
  4. Typo fix in variable name

    PhilMiller committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    56783a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23725d1 View commit details
    Browse the repository at this point in the history
  6. SchismFormulation: Match usage to Bmi_Fortran_Adapter constructor tak…

    …ing MPI_Comm (which calls BMI initialize)
    PhilMiller committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d618d80 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Require MPI for the test

    PhilMiller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c7eaf3e View commit details
    Browse the repository at this point in the history
  2. Enumerate output variables

    PhilMiller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8b4d612 View commit details
    Browse the repository at this point in the history
  3. Implement mesh_size method

    PhilMiller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    90b33d9 View commit details
    Browse the repository at this point in the history
  4. Implement get_values

    PhilMiller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9d74eb2 View commit details
    Browse the repository at this point in the history
  5. Generalize output string

    PhilMiller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b9c1237 View commit details
    Browse the repository at this point in the history
  6. Position comments better

    PhilMiller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ffb7057 View commit details
    Browse the repository at this point in the history
  7. Square up time types

    PhilMiller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5835aac View commit details
    Browse the repository at this point in the history
  8. Implement much of forcings

    PhilMiller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    686a706 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    bbe5c5f View commit details
    Browse the repository at this point in the history
  2. Initialize input variables

    PhilMiller committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b850742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b0a237 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9bcb52 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Annotate override

    PhilMiller committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b190797 View commit details
    Browse the repository at this point in the history
  2. Firm up MeshPointsSelector

    PhilMiller committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ebaa00d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaac987 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aab3cdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fd9510 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ed7fd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    852c31c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d2ed33 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    1b29181 View commit details
    Browse the repository at this point in the history
  2. Time logic cleanup

    PhilMiller committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6a2a3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b22f210 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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