Skip to content
View scbrown86's full-sized avatar

Highlights

  • Pro

Organizations

@GlobalEcologyLab
Block or Report

Block or report scbrown86

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GlobalEcologyLab/StableClim GlobalEcologyLab/StableClim Public

    Code used for creating and analysing the StableClim database

    R 2

  2. GlobalEcologyLab/ESGF_ClimateDownloads GlobalEcologyLab/ESGF_ClimateDownloads Public

    URL's for generating bash scripts for downloading ESGF climate data

    3 3

  3. GlobalEcologyLab/Mammoth GlobalEcologyLab/Mammoth Public

    Contains the R code and data (except all but 10 niche K cut files) to run the Mammoth model paleopop simulations.

    R 1

  4. GlobalEcologyLab/CurrentBiology_2019_ClimateStability GlobalEcologyLab/CurrentBiology_2019_ClimateStability Public

    Methods and supporting information for Fordham, D., Brown, S., Wigley, T., Rahbek, C., 2019. Cradles of diversity: unlikely relics of regional climate stability. Current Biology (https://doi.org/10…

    2

  5. Calculate modified Hargreaves refere... Calculate modified Hargreaves reference ET with gridded data
    1
    # https://doi.org/10.1023/A:1015508322413
    2
    # The refet() function assumes that the rasters are ordered Jan-Dec
    3
    # if a different order is required, make sure a z-index is provided for
    4
    # the Tmin raster. The refet() function will then calculate
    5
    # julian dates and month lengths off this z-index.