Closed ewquon closed 2 years ago
@rimplesandhu, does burnin=10
make sense for this existing boundary catch? https://github.com/NREL/SSRS/blob/fbc6687372edb0f761983a2e55e2aa802a3c40d3/ssrs/movmodel.py#L246-L248
@rimplesandhu, does
burnin=10
make sense for this existing boundary catch?https://github.com/NREL/SSRS/blob/fbc6687372edb0f761983a2e55e2aa802a3c40d3/ssrs/movmodel.py#L246-L248 this issue is resolved in the updated master branch
Changes:
Simulator._adjust_track_start_region()
to calculate an adjustedConfig.track_start_region
as needed, prior to callingmovmodel.get_starting_indices()
IndexError
inmovmodel.generate_eagle_track()
atmean_cond = 2.0 / (1.0 / local_cond[1, 1] + 1.0 / local_cond)
which arises due to an invalid (empty)local_cond
at the domain boundary.track_start_region
inexamples/example_jem.py
to be a 1-km thick region for now; need better workaround or should update inputs for other examplesseed=###
for reproducible results (appears to work as expected in parallel as well).Adjusting the track start region appears to be a bandaid fix. E.g.,