-
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
Active crown fire #584
Active crown fire #584
Conversation
Add EQ to evaluate potential for crown fire Add EQ for passive crown fire igntion Set fraction of crown burnt based on this conditional Add crown fire threshold, crown fire flag, and crown fire PFT param
Co-Authored-By: Samuel Levis <[email protected]>
…active_crown_fire Resolved conflicts in fire/SFMainMod.F90
…active_crown_fire Resolved Conflicts: main/EDTypesMod.F90
@jkshuman I just completed the merge and pushed. I have not tried to build and run, yet, but I thought I'd make it available to look at. |
I had to remove the CG_strikes effect (cloud-to-ground coefficient) for fire to occur at the CZ2 site. Now running simulations with and without active crown fire to confirm that there's a difference. |
Just set CG to 1 and that will allow ignitions at that location.
On Wed, Nov 27, 2019 at 4:17 PM Samuel Levis ***@***.***> wrote:
I had to remove the CG_strikes effect (cloud-to-ground coefficient) for
fire to occur at the CZ2 site.
Now running simulations with and without active crown fire to confirm that
there's a difference.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#584?email_source=notifications&email_token=AFIUHBTDDIRS6TIPGWKYJR3QV35XTA5CNFSM4I75LZQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK7SMA#issuecomment-559282480>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFIUHBVRNQQQL4GSCV5MGKTQV35XTANCNFSM4I75LZQA>
.
--
Jacquelyn Shuman
Terrestrial Sciences Section
NCAR
|
Resolved conflicts: fire/SFMainMod.F90 main/EDPftvarcon.F90 main/EDTypesMod.F90 main/FatesInterfaceMod.F90 parameter_files/fates_params_default.cdl
As far as I can tell, this PR is caught up with master now. |
This and next few commits resolve conflicts missed by git and caught by github
Committing only to get ./manage_externals/checkout_externals to finish
Using existing test: SMS_Lm12_D_Mmpi-serial.1x1_brazil.I2000Clm50FatesCruRsGs.izumi_intel.clm-FatesFireLightningPopDens
There were two copies of this parameter: a scalar and an array and the model was getting confused when trying to read them
I found references to both currentCohort%active_crown_fire_flg and currentPatch%active_crown_fire_flg and I think the latter is correct and the former incorrect
Currently testing with a test that I created using the existing testmod (I misspoke three commits back when I referred to the test as an "existing test.") Compared output from this branch with active_crown_fire set to 0 versus output from master and got bit-for-bit same answers. |
@@ -1385,8 +1387,6 @@ data: | |||
|
|||
fates_eca_plant_escalar = 1.25e-05 ; | |||
|
|||
fates_fire_active_crown_fire = 0 ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After conversation with @jkshuman
I need to revert back to the scalar version of fates_fire_active_crown_fire
as an on/off switch that doesn't vary by pft. Changes required in fates_params_default.cdl, EDPftvarcon, EDParamsMod, and SFMainMod.
I created a branch from @slevisconsulting on this to modify according to Scott and Reinhardt 2001, and address discussion with @lmkueppers and @pollybuotte. This more recent method addresses inconsistencies in Bessie and Johnson. Given the extensive amount of updates per Scott and Reinhardt (and complete departure from Bessie and Johnson), I suggest closing this PR and creating a new PR for further discussion. Those updates, which still need testing, are here and have been shared with @slevisconsulting : (https://github.com/jkshuman/fates/tree/active_crown_Scott_2001) |
This work continues in #857 (I placed it in slevis-lmwg/slevis_fates_work#1 for a moment accidentally.) |
This PR replaces and continues the active crown fire PR that I accidentally placed in @jkshuman 's space: jkshuman#5
This is ongoing work, not ready for integration to master.
This work is based off of @jkshuman 's passive_crown_fire PR #572 .
In summary:
Following @jkshuman's introduction of the Bessie and Johnson (1995)
formulation for determining the presence of passive crown fire (#572), I now add the same paper's formulation for determining the presence of active crown fire.
Collaborators:
@lmkueppers @pollybuotte @jkshuman @rgknox @rosiealice @xuchongang @ckoven