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

Update depth-dependent ice-shelf basal melt parameterization and add variability input field #103

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Feb 7, 2024

  1. Add basal melt draft dependence subroutine

    Shivaprakash Muruganandham authored and matthewhoffman committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    07cac84 View commit details
    Browse the repository at this point in the history
  2. add driver changes for calculate_aislens_melt_variability_adjustment

    Add Registry and ice shelf melt driver changes to support new
    calculate_aislens_melt_variability_adjustment subroutine call
    matthewhoffman committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    cfe4264 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Define draft dependence function for basal melt adjustment

    Add linear draft-dependent (spatial dependence) basal melt adjustment
    for AISLENS generator.
    mshiv committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8611707 View commit details
    Browse the repository at this point in the history
  2. Update draft dependence function for basalMassBalAdjustment

    Add slopeGen and interceptGen coefficients for the draft dependence
    mshiv committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b64b61b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Add draft dependent co-efficient variables for the aislens ice shelf …

    …melt generator
    
    Define draft dependence function variables for calculating
    floatingBasalMassBalAdjustment in aislens basalMassBal adjustment
    subroutine
    mshiv committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8f9f6cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f124fc View commit details
    Browse the repository at this point in the history
  3. Add aislens namelist and streams variables and package

    Define slopeGen, interceptGen, zDraft variables as part of aislens package
    mshiv committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2dc1067 View commit details
    Browse the repository at this point in the history
  4. Add draft dependence subroutine

    mshiv committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bb469c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Mar 1, 2024

  1. Update comments for draft dependent parameterization

    Co-authored-by: Matt Hoffman <wyeast@gmail.com>
    mshiv and matthewhoffman authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ec75f7a View commit details
    Browse the repository at this point in the history
  2. Update config option description for basal mass balance methods

    Co-authored-by: Matt Hoffman <wyeast@gmail.com>
    mshiv and matthewhoffman authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dce872d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Cleanup comments

    mshiv committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9b3cdd0 View commit details
    Browse the repository at this point in the history
  2. Rename draft dependent melt parameterization variables

    Rename interceptGen to draftDepenBasalMeltAlpha0
    Rename slopeGen to draftDepenBasalMeltAlpha1
    This will allow for easier changes to the functional form used in the draft
    dependence melt parameterization
    mshiv committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    23440c8 View commit details
    Browse the repository at this point in the history
  3. Update draft dependent melt parameterization variables and definitions

    Update variables for the basal_melt_draft_dependence subroutine:
    rename: interceptGen -> draftDepenBasalMeltAlpha0 and slopeGen -> draftDepenBasalMeltAlpha1
    Update definitions
    Add the above variables and floatingBasalMassBalAdjustment to input and restart streams.
    mshiv committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c884a25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e3a4fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f50f131 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Clean up draft_dependence ice shelf basal melt method

    Delete stray comments from previously defined seroussi method
    
    Co-authored-by: Trevor Hillebrand <trhille@lanl.gov>
    mshiv and trhille authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b3c1eb0 View commit details
    Browse the repository at this point in the history
  2. Clean up draft_dependence ice shelf basal melt method

    Co-authored-by: Trevor Hillebrand <trhille@lanl.gov>
    mshiv and trhille authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    50abf8d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update floatingBasalMassBal calculation for consistent SI units

    Update components/mpas-albany-landice/src/mode_forward/mpas_li_iceshelf_melt.F
    
    Co-authored-by: Trevor Hillebrand <trhille@lanl.gov>
    mshiv and trhille authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a84cd6a View commit details
    Browse the repository at this point in the history