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

Add running mean functions #724

Merged
merged 25 commits into from
Dec 3, 2021
Merged

Add running mean functions #724

merged 25 commits into from
Dec 3, 2021

Commits on Mar 3, 2021

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

Commits on Mar 12, 2021

  1. Adding running mean functions

    rgknox committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    915440d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Re-worked the running mean functions: 1) abandoned maintaining all me…

    …mory (ie simple moving average) in a window in favor of the exponential moving window, 2) added fixed window capabilities.
    rgknox committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    e6ea9b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Added a copy function, a history variable and restart capabilities to…

    … running mean functions
    rgknox committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7e7b075 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

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

Commits on May 12, 2021

  1. Update main/FatesRunningMeanMod.F90

    Co-authored-by: Charlie Koven <[email protected]>
    rgknox and ckoven authored May 12, 2021
    Configuration menu
    Copy the full SHA
    b0f482f View commit details
    Browse the repository at this point in the history
  2. Update main/FatesRunningMeanMod.F90

    Co-authored-by: Charlie Koven <[email protected]>
    rgknox and ckoven authored May 12, 2021
    Configuration menu
    Copy the full SHA
    7d91423 View commit details
    Browse the repository at this point in the history
  3. Update main/FatesRunningMeanMod.F90

    Co-authored-by: Charlie Koven <[email protected]>
    rgknox and ckoven authored May 12, 2021
    Configuration menu
    Copy the full SHA
    d3b02c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    656a8ad View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Cleaned up some diagnostic print statements, finalizing vegtemp 24 rm…

    …ean as using fixed window
    rgknox committed May 14, 2021
    Configuration menu
    Copy the full SHA
    7136c10 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

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

Commits on Jun 24, 2021

  1. Adding both patch and cohort level photosynthesis acclimation vegetat…

    …ion temperature running mean.
    rgknox committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b887b06 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    a63187f View commit details
    Browse the repository at this point in the history
  2. Updating running mean functions to include parameter conrolled acclim…

    …ation to temperature. Updated recruit initialization
    rgknox committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    953c5eb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

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

Commits on Jul 8, 2021

  1. Updates to leaf acclimation temperature running mean: history variabl…

    …es, and removing unnecessary (duplicative) boundary condition.
    rgknox committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    da2d7e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 22, 2021

  1. Commented out cohort-level vegetation temp averages, as they are redu…

    …ndant with patch-level given how the HLMs handle temperature physics
    rgknox committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    6023f72 View commit details
    Browse the repository at this point in the history
  2. Removing debug print

    rgknox committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    657b135 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Reorder fixed window update

    rgknox committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    010f8d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    927bc1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7042ada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faa6313 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4b753d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

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