LANDIS-II-Foundation / Extension-Biomass-Succession

Biomass-based succession extension for LANDIS-II
https://sites.google.com/site/landismodel/extensions/biomass-succession
Apache License 2.0
4 stars 9 forks source link

Modify BSE to support asterisk in HarvestReductionParameters #32

Closed vadim-moskvin closed 4 years ago

vadim-moskvin commented 4 years ago

SHE needs to create new prescriptions in BHE. This might lead to a problem that this prescription is not defined in BSE.

To solve the problem, we should allow using wildcards in BSE at the end of the name.

Examples of possible names:

MM*

MM1_DO*

If there are several lines matching the search, the one with more specific characters should be used (MM1_DO* for the case above).

rmscheller commented 4 years ago

Vadim,

I developed my own solution and committed.