-
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
Clean up NaN and zeroing of fire variables in Patch and Cohort Dynamics #575
Comments
@rgknox @glemieux Do you think this is an ok way to tackle this #231 , by whittling things down, or do you want to achieve this is one fell swoop? I feel it will be a bit slow, since you need to asses what is happening to the variable and where it's used...I can do this rather quickly for the fire variables, hence this issue. |
Hi All -- in my cleaning out of fire code I cam across this issue, and thought that, while the fire code is all fresh in my head, now would be a good time to nan these values and also remove some apparently unnecessary zeroing that is happening in the fire code. So I've now done so and it looks good and behaves well. does anyone care whether I add that to the existing fire PR versus make a new one with just this change to ensure b4b-ness on it? |
Thanks @ckoven. You are on a fire tornado roll. |
Need to clean up Nan and zeroing of fire variables in Patch and Cohort Dynamics per issue #231
Opening this as a separate issue due to the number of fire variables that need to be assessed in
fates/biogeochem/EDPatchDynamicsMod.F90
Lines 1960 to 1988 in 3f6749d
tagging @jkshuman to do this
The text was updated successfully, but these errors were encountered: