-
Notifications
You must be signed in to change notification settings - Fork 2
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
Flame length for crown fires in spain model #96
Conversation
Add output of byram intensity and flame length for crown fires.
…-length-for-crown-fires-in-spain-model # Conflicts: # .gitignore # Cell2Fire/Cell2Fire.cpp # Cell2Fire/FuelModelSpain.cpp
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.
me opongo a nombrar la variable altura de arbol como "Height" es muy confuso
"CanopyHeight"
…' into 87-flame-length-for-crown-fires-in-spain-model # Conflicts: # Cell2Fire/Cell2Fire.cpp # Cell2Fire/Cell2Fire.h # Cell2Fire/Cells.cpp # Cell2Fire/Cells.h # Cell2Fire/DataGenerator.cpp # Cell2Fire/DataGenerator.h # Cell2Fire/FuelModelKitral.cpp # Cell2Fire/FuelModelSpain.cpp # Cell2Fire/Lightning.cpp # Cell2Fire/ReadArgs.cpp # Cell2Fire/ReadArgs.h # Cell2Fire/ReadCSV.cpp
Le pondré tree height porque canopy height es lo que calculo a partir de (tree_)height-cbh |
@fdobad Ya está listo para revisar |
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.
hasta ahora bien, voy a integrar con el plugin y vemos.
Si entendi bien, al menos la especificacion de nuevos outputs esta aca fire2a/fire-analytics-qgis-processing-toolbox-plugin#90
@@ -478,7 +481,10 @@ Cells::manageFire(int period, | |||
std::vector<float>& surfFraction, | |||
std::vector<float>& Intensities, |
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.
Intensities -> SurfaceIntensities
Cell2Fire/Cell2Fire.h
Outdated
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.
los nombres de las carpetas y los archivos deberia estar aca, y no en .cpp
Cell2Fire/Cell2Fire.cpp
Outdated
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.
resumen ok?
SB C K
IgnitionsHistory / ignitions_log.csv x x x
Grids / Grids num / ForestGrid%s.csv x x x OutputGrids FinalGrid
Messages / MessagesFile%d.asc x x x OutMessages
RateOfSpread / RosFile%d.asc x x x OutRoss
- Intensity / Intensity%d.asc x x x OutIntensity
+ SurfaceIntensity / SurfaceIntensity%d.asc x x x OutIntensity
+ CrownIntensity / CrownIntensity%d.asc x _ _ OutIntensity AllowCROS
- FlameLength / FL%d.asc x x x OutFl
+ SurfaceFlameLength / SurfaceFlameLength %d.asc x x x OutFl
+ CrownFlameLength / CrownFlameLength %d.asc x _ _ OutFl AllowCROS
+ MaxFlameLength / MaxFlameLength %d.asc x _ _ OutFl AllowCROS
CrownFire / Crown%d.asc x x x OutCrown AllowCROS
CrownFractionBurn / Cfb%d.asc x x x OutCrownConsumption AllowCROS
SurfFractionBurn / Sfb%d.asc _ x _ OutSurfConsumption AllowCROS
…rown-fires-in-spain-model # Conflicts: # test/target_results.zip
Cambios realizados: