-
Notifications
You must be signed in to change notification settings - Fork 38
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
Python binding ectrans4py
#205
Open
AlexandreMary
wants to merge
23
commits into
ecmwf-ifs:develop
Choose a base branch
from
AlexandreMary:ectrans4py_isolated_and_rebased
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Python binding ectrans4py
#205
AlexandreMary
wants to merge
23
commits into
ecmwf-ifs:develop
from
AlexandreMary:ectrans4py_isolated_and_rebased
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ate (trans, etrans, biper); only single include directory
…ans/cpu/; (ii) create separate ectrans_etrans_* libraries instead of patching ectrans_* libraries; (iii) re-introduced FFT992, but put it under a switch WITH_FFT992 everywhere; compiling/running with FFT992 instead of FFTW is probably still broken; (iv) temporarily added ellips.F90, which in fact should go into fiat.
Commit 8622da1 changed D%NSTAGTF from JPIM to JPIB.
(cherry picked from commit 8d9307f)
@samhatfield I guess I'd need to re-rebase this (commits 8f57c77 to b900eed) on top of #203 or even |
Yes exactly! :) Then you can just force push to your repo and the PR will update itself. |
OK I wait for 203 to be merged in develop then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch, based on PRs #203 and #204, introduces the Python binding
ectrans4py
.This is a Python interface to some
ectrans
functions, mainly the necessary routines to be able to:both for global and LAM fields.
It uses
ctypesForFortran
Python package for the Fortran<>Python interface.Note: version number is duplicated in
src/ectrans4py/__init__.py
for now, until better solution.Replaces PR #199