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

LIS_readMeanSigmaData and LIS_readCDFdata incorrectly called #142

Open
jvgeiger opened this issue Jun 6, 2019 · 0 comments
Open

LIS_readMeanSigmaData and LIS_readCDFdata incorrectly called #142

jvgeiger opened this issue Jun 6, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jvgeiger
Copy link
Contributor

jvgeiger commented Jun 6, 2019

The LIS_readMeanSigmaData routine resolves to either readMeanSigmaData_all or readMeanSigmaData_mon. The readMeanSigmaData_all routine expects 8 arguments, and the readMeanSigmaData_mon routine expects 9 arguments.

The LIS_readCDFdata routine resolves to either readCDFdata_all or readCDFdata_mon. The readCDFdata_all routine expects 9 arguments, and the readCDFdata_mon routine expects 10 arguments.

The following modules call both LIS_readMeanSigmaData and LIS_readCDFdata with an incorrect number of arguments:

  • ASCAT_TUWsm_Mod
  • GCOMW_AMSR2L3sm_Mod
  • SMOSL2sm_Mod
  • WindSatsm_Mod
@jvgeiger jvgeiger added the bug Something isn't working label Jun 6, 2019
@jvgeiger jvgeiger assigned LIS-navari and yhkwon81 and unassigned LIS-navari Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants