You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: