-
Notifications
You must be signed in to change notification settings - Fork 92
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
Satellite phenology mode run failure with gnu compiler #937
Comments
Running the proposed fix on perlmutter results in a successful sp mode run. |
I'm going to try and replicate this failure on cheyenne using the gnu compiler as well. |
I realized I forgot to include the |
Closed per #939 |
While trying to track down an exact restart issue on perlmutter using elm-fates, I found that satellite phenology mode failure the run immediately with the following stack trace:
Looking at the failure points, it appears that it is likely due to an compiler-specific initialization error with
crown_damage
when SP mode is on based on this section:fates/main/EDInitMod.F90
Lines 813 to 825 in 8ef6a1e
crown_damage
is used in a call tocarea_allom
viaassign_cohort_SP_properties
. As such, moving the setting in line 825 up prior to the sp mode check should alleviate the issue.The text was updated successfully, but these errors were encountered: