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

conda package for MPAS tools #248

Merged
merged 27 commits into from
May 9, 2019
Merged

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    8ed7c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4494c51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9f1191 View commit details
    Browse the repository at this point in the history
  4. Add LICENSE file

    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    ce3a27f View commit details
    Browse the repository at this point in the history
  5. Add mpas_mesh_tools python package

    Includes planar_hex
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6c65a4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d69688 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30f9945 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    832df95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    187d4f7 View commit details
    Browse the repository at this point in the history
  10. Update the recipe to move land ice mesh tools

    This is better than moving them in the repo.
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    97bbedd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2accb0d View commit details
    Browse the repository at this point in the history
  12. Fix the conda recipe

    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    ee3d53c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dab0c32 View commit details
    Browse the repository at this point in the history
  14. Add python function to interface with mesh conversion tools

    These functions are expected to make it simpler to make use of
    these tools within a pythonn workflow such as COMPASS where the
    user is working with xarray.Dataset and
    geometric_features.FeatureCollection objects instead of file names.
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    cd61743 View commit details
    Browse the repository at this point in the history
  15. Update gitignore to ignore many more unwanted files/dirs

    These include python cache directories as well as many, many other
    temporary, cache or config files that we might encounter.
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    bb8f187 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4000fab View commit details
    Browse the repository at this point in the history
  17. Move mpas_mesh_tools up a directory

    Too many scripts are needed from elsewhere in the repo
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    8a49167 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ac8c01c View commit details
    Browse the repository at this point in the history
  19. Rename mpas_mesh_tools to just mpas_tools

    It's too confusing to have mpas_mesh_tools next to mesh_tools.
    Plus, the package is pulling in scripts from throughout the repo,
    not just mesh tools.
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    05defe2 View commit details
    Browse the repository at this point in the history
  20. Update 2 coastal-alteration tools to be functions

    The functions are in mpas_tools.ocean.coastline_alteration.
    The scripts in ocean/coastline_alteration still work the same as
    before by calling the functions.
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a4051f9 View commit details
    Browse the repository at this point in the history
  21. Switch conversion to using a temp directory

    This should prevent mistakes where files from other processes
    are accidentally retained (e.g. graph.info vs culled_graph.info)
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    fa33182 View commit details
    Browse the repository at this point in the history
  22. Add option to set NetCDF format

    The default is 'NETCDF3_64BIT' for MPAS compatibility.
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    93dd159 View commit details
    Browse the repository at this point in the history
  23. Move mpas_tools package into conda_package

    This will hopefully avoid confusion with tools outside the
    package
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6516c7e View commit details
    Browse the repository at this point in the history
  24. Make add_land_locked_cells_to_mask a function

    Made the looping more efficient.  Currently, still uses NetCDF4
    instead of xarray.
    xylar committed May 9, 2019
    Configuration menu
    Copy the full SHA
    061bc4b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bde3e5d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4efecfc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    eb25e77 View commit details
    Browse the repository at this point in the history