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

cdfmoc compatibility of -rapid and -vvl #31

Open
fschwarzkopf opened this issue Jun 18, 2019 · 0 comments
Open

cdfmoc compatibility of -rapid and -vvl #31

fschwarzkopf opened this issue Jun 18, 2019 · 0 comments

Comments

@fschwarzkopf
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant