Skip to content

Index error for fixed mixing ratio upper boundary condition #7

@Nicholaswogan

Description

@Nicholaswogan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions