We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The gdept and gdepw variables are no longer outputted by NEMO in the domain_cfg.nc.
Rather than removing these from all of PyBDY, would it be possible to introduce a script early on that calculates gdept/gdepw from the e3 variables?
The text was updated successfully, but these errors were encountered:
@jenjar93 there is already a script in ./utils: from .utils.e3_to_depth import e3_to_depth see line 69 in nemo_bdy_zgrv2.py for example
from .utils.e3_to_depth import e3_to_depth
nemo_bdy_zgrv2.py
Sorry, something went wrong.
For background, this looks related to a brief discussion in (#2 )
No branches or pull requests
The gdept and gdepw variables are no longer outputted by NEMO in the domain_cfg.nc.
Rather than removing these from all of PyBDY, would it be possible to introduce a script early on that calculates gdept/gdepw from the e3 variables?
The text was updated successfully, but these errors were encountered: