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
Hi,
cdfmoc does not work with -rapid AND -vvl as subroutine rapid_amoc tries to read the vertical grid-spacing from mesh_zgr instead of vfile.
Adding the following lines (copied from the main part of cdfmoc) to subroutine rapid_amoc solves the problem:
IF ( lg_vvl ) THEN cn_fe3v = cf_vfil cn_ve3v = cn_ve3vvvl ENDIF
Cheers, Franziska
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
cdfmoc does not work with -rapid AND -vvl as subroutine rapid_amoc tries to read the vertical grid-spacing from mesh_zgr instead of vfile.
Adding the following lines (copied from the main part of cdfmoc) to subroutine rapid_amoc solves the problem:
Cheers,
Franziska
The text was updated successfully, but these errors were encountered: