Skip to content

List of mapalgo options for streams is different for MCT than NUOPC, currently we are using the MCT list #1912

@ekluzek

Description

@ekluzek

Brief summary of bug

The list of options for the mapalgo namelist fields in CTSM is the list for MCT, rather than NUOPC. Since, we are moving to NUOPC we should update it to the NUOPC list and remove the MCT only options.

General bug information

CTSM version you are using: ctsm5.1.dev114 (but comes with the introduction of NUOPC)

Does this bug cause significantly incorrect results in the model's science? No
Configurations affected: with NUOPC

Details of bug

The list of mapalgo streams options in the namelist are:

ndepmapalgo
lai_mapalgo
lightngmapalgo
popdensmapalgo
urbantvmapalgo

The list of stream options for mapalgo for MCT is:

    bilinear = bilinear interpolation
    nn       = nearest neighbor
    nnoni    = nearest neighbor on the "i" (longitude) axis
    nnonj    = nearest neighbor on the "j" (latitude) axis
    spval    = set to special value
    copy     = copy using the same indices

While the list for NUOPC is:

    bilinear = bilinear interpolation
    nn       = nearest neighbor
    consf  = first order conservative mapping
    consd = second order conservative mapping
    none    = don't do any interpolation (used if there is a single point on the data grid)

Metadata

Metadata

Assignees

Labels

bugsomething is working incorrectly

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions