-
Notifications
You must be signed in to change notification settings - Fork 170
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
Floating-Point Exception Error #420
Comments
It seems like these comments indicate a desire to remove reserves from calculation of VNPCM: dssat-csm-os/Plant/CROPSIM/CSCRP.for Lines 102 to 106 in cb4043a
VNPCM is itself calculated based on VANC: dssat-csm-os/Plant/CROPSIM/CRP_Integrate.for Line 1556 in cb4043a
So presumably the calculation on line 1023 is as intended and it is the if statement on the preceding line that should be corrected: dssat-csm-os/Plant/CROPSIM/CRP_Integrate.for Lines 1021 to 1023 in cb4043a
If so, then line 1022 would become:
@lpmorenoc , @GerritHoogenboom, @chporter , what do y'all think? |
@palderman Nice detective work! Yes, I agree that this should solve the problem. |
Hi,
I am getting a floating-point exception error while running CROPSIM-Wheat. What would be a better way to resolve this issue? Do I need to remove RSWT on Line 1022 or add RSWT on Line 1023?
dssat-csm-os/Plant/CROPSIM/CRP_Integrate.for
Line 1021 in cb4043a
dssat-csm-os/Plant/CROPSIM/CRP_Integrate.for
Line 1022 in cb4043a
dssat-csm-os/Plant/CROPSIM/CRP_Integrate.for
Line 1023 in cb4043a
The text was updated successfully, but these errors were encountered: