Skip to content

MAPL_CFIORead is being deprecated #166

@bena-nasa

Description

@bena-nasa

MAPL_CFIORead is being depreciated through GEOSesm as its functionality is being replaced with a new routine that is based on a far newer and better software. It should be replaced with MAPL_read_bundle

MAPL_CFIORead(file,time,bundle,rc=status)
# needs to be replaced with
MAPL_read_bundle(bundle,file,time,rc=status)

this affects only one file (that is actually used, in an optional block for precipitation correct), and no this may not be zero diff but too bad. MAPL_CFIORead simply does the wrong thing in many cases such as ignoring the input coordinates of the file and always assuming all lat-lon grids are PC/DC and will eventually go away.

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