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

Land mass #322

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Land mass #322

wants to merge 15 commits into from

Commits on Aug 16, 2024

  1. Created new options for sGeography: random, polar, and equatorial.

    Created new example ClimateLand to show differences between these choices.
    
    Still testing. Random may be OK, but polar and equatorial appear to be broken.
    Rory Barnes committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a78a4e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Changed land/water fractions to never be 1/0, but instead 0.99/0.01 a…

    …nd the code appears to be working.
    Rory Barnes committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0404fbb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge branch 'main' of https://github.com/VirtualPlanetaryLaboratory/…

    …vplanet into LandMass
    Rory Barnes committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0854efa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d78e8e View commit details
    Browse the repository at this point in the history
  3. Added new file .geography to write out land/water fractions as a func…

    …tion of latitude.
    Rory Barnes committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a52db31 View commit details
    Browse the repository at this point in the history
  4. Modified examples/ClimateLand so all planets at 1 AU, and all have ~2…

    …9.2% of their surface area covered in land.
    Rory Barnes committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    db5500f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 13, 2024

  1. Added template makeplot.py file

    Rory Barnes committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a1ede1a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

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

Commits on Sep 15, 2024

  1. Refactored VerifyGeography

    RoryBarnes committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    97954f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c1d868 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 29, 2024

  1. Fixed bugs in how the polar and equatorial geographies calculate tran…

    …sitional latitudes. Modern geography is still broken.
    RoryBarnes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3bcdcbd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Added more columns to the .geography file. Updated calculation of Lan…

    …dFracGlobal, but the
    
    mods didn't change the result.
    RoryBarnes committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e70b0a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Added unit tests for Poise:SeasonalNC79*.

    Also temporarily set units to the following outputs to non-dimensional to enable testing:
    - AreaIceCov
    - IceMass
    - IceAblate
    - PlackBAvg
    - IceAccum
    Rory Barnes committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9d82317 View commit details
    Browse the repository at this point in the history