Skip to content

search-and-replace typo 1_im2, 1_im3 #17

Description

@fjansson

In src/rrtmg_lw_read_nc there are two instances of the string "_im" inserted in the middle of a number:

        status(1_im2)  = nf90_inq_varid(ncid,"H20ForeignAbsorptionCoefficients",varID)
        status(1_im3)  = nf90_get_var(ncid, varID, forrefo, &
                      start = (/1_im,1_im,bandNumber,gPointSetNumber/), &
                      count = (/Tforeign,numGPoints,1_im,1_im/))

this looks like a search and replace mistake. Could these be fixed? The latest version doesn't compile for me because of them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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