Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAPL_CFIORead is being deprecated #166

Open
bena-nasa opened this issue Feb 25, 2022 · 0 comments
Open

MAPL_CFIORead is being deprecated #166

bena-nasa opened this issue Feb 25, 2022 · 0 comments
Assignees

Comments

@bena-nasa
Copy link
Collaborator

bena-nasa commented Feb 25, 2022

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.

@bena-nasa bena-nasa self-assigned this Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant