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

removed extra options for pydruint and pyintorg #69

Merged
merged 5 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ For the pressure interpolation :code:`prsint`, you will need to install the addi

Note, that you will have to install these packages from source which will require a fortran compiler (e.g. :code:`gfortran`).
If you require access to those packages, please request access to the REMO group in the DRKZ gitlab.
If you have access, you can install those extension directly from the gitlab or by using, e.g.
If you have access, you can install those extension directly from the gitlab, e.g.

.. code-block:: console

pip install pyremo[preproc] # install pyintorg
pip install pyremo[prsint] # install pydruint
pip install git+http://gitlab.dkrz.de/remo/pyintorg[email protected]
pip install git+http://gitlab.dkrz.de/remo/pydruint[email protected]

Credits
-------
Expand Down
1 change: 0 additions & 1 deletion docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ This release comes with a new `double nesting preprocessing API <https://pyremo.
a command line interface for the `pressure interpolation <https://pyremo.readthedocs.io/en/latest/prsint.html>`_, updated
`cmorization <https://pyremo.readthedocs.io/en/latest/cmorization.html>`_ features and a new ERA5 cmorizer to handle ERA5.1 data.
Documentation has also improved and contains an updated tutorial on how to `explore REMO NetCDF output <https://pyremo.readthedocs.io/en/latest/remo-dataset.html>`_.
Fortran extensions for preprocessing and pressure interpolation have been added as python extensions (``options.extras_require``) for easy installation.

New Features
~~~~~~~~~~~~
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ install_requires =
io =
netCDF4
h5netcdf
preproc =
pyintorg @ git+https://gitlab.dkrz.de/remo/[email protected]
prsint =
pydruint @ git+https://gitlab.dkrz.de/remo/[email protected]
#preproc =
# pyintorg @ git+https://gitlab.dkrz.de/remo/[email protected]
#prsint =
# pydruint @ git+https://gitlab.dkrz.de/remo/[email protected]

[options.entry_points]
console_scripts =
Expand Down