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

Index error for fixed mixing ratio upper boundary condition #7

Open
Nicholaswogan opened this issue Aug 6, 2022 · 0 comments
Open

Comments

@Nicholaswogan
Copy link

I think this is an indexing error for fixed mixing ratio upper boundary conditions

atmos/PhotoMain.f

Line 2020 in cdfe1b0

MM = KD + K - M

I think the K should be replaced with an I. The code should be

        do M=1,NQ
          MM = KD + I - M
          DJAC(MM,M) = 0.
        enddo
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