Skip to content

Commit

Permalink
Merge pull request #357 from xylar/add_add_depth_coord_scripts_to_pac…
Browse files Browse the repository at this point in the history
…kage

Add scripts from add_depth_coord to conda package
  • Loading branch information
xylar authored Oct 17, 2020
2 parents 15abf33 + 678b7d7 commit d4d0fae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda_package/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ test:
- widen_transect_edge_masks.py --help
- add_critical_land_blockages_to_mask.py --help
- moc_southern_boundary_extractor.py --help
- add_depth.py --help
- add_zMid.py --help
- write_time_varying_zMid.py --help
- paraview_vtk_field_extractor.py -f mesh_tools/mesh_conversion_tools/test/mesh.QU.1920km.151026.nc -v latCell,lonCell --ignore_time -o vtk_test
- split_grids --help
- merge_grids --help
Expand Down
3 changes: 3 additions & 0 deletions conda_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
'ocean/coastline_alteration/widen_transect_edge_masks.py',
'ocean/coastline_alteration/add_critical_land_blockages_to_mask.py',
'ocean/moc_southern_boundary_extractor/moc_southern_boundary_extractor.py',
'ocean/add_depth_coord/add_depth.py',
'ocean/add_depth_coord/add_zMid.py',
'ocean/add_depth_coord/write_time_varying_zMid.py',
'visualization/paraview_vtk_field_extractor/paraview_vtk_field_extractor.py'],
install_requires=['numpy', 'xarray', 'netCDF4', 'pyevtk'],
entry_points={'console_scripts':
Expand Down

0 comments on commit d4d0fae

Please sign in to comment.