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)
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:
While the list for NUOPC is: