-
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
correctly disable or enable spit fire #22
Comments
I think option 2 is perhaps most sensible... On 24 February 2016 at 17:43, Ryan Knox [email protected] wrote:
Dr Rosie A. Fisher Terrestrial Sciences Section |
ok, thanks Rosie. This enhancement should be pretty simple. |
I have just made a pull request, I think, with this set of SPITFIRE changes in. It took us a little while to figure out where we were and what we were doing, so I'm quite unsure about whether I did the right set of things or not. This was a little more complicated than the 'zero order' type of change I was hoping to make since we added a bunch of test suite and namelist default changes. Hopefully our next set of changes to SPITFIRE will be less complex! |
Summary of Issue:
In issue #16 we identified that the clm-ed build process was not able to set use_ed_spit_fire correctly in the lnd_in namelist. A PR was applied that made this possible, and added regression test functionality for the false case edNoFire. The main case edTest, has true.
In issue #16 we also identified that this namelist variable is not really used, and a hard-coded parameter (temporary_SF_switch) over-rides use_ed_spit_fire.
Expected behavior and actual behavior:
Expected behavior:
setting use_ed_spit_fire to true and false should turn on and off spit_fire.
Actual behavior:
the hard-coded value disables use_ed_spit_fire
Proposed Changes?
What is the changeset ID of the code, and the machine you are using:
63a2773
have you modified the code? If so, it must be committed and available for testing:
this functionality is consistent from the original trunk, through 63a2773
Screen output or output files showing the error message and context:
subroutine fire_model( currentSite, atm2lnd_inst, temperature_inst)
end subroutine fire_model
The text was updated successfully, but these errors were encountered: