1 / 11

Basics requirements

Basics requirements. Spatial considerations (resolution) Input Maps -- (raster images) Veg/Elevation/TSI/WMA/RD) Initialization (on computational domain) 1 vegetation classification 2 GWWA HSI 3 CERW HSI Output Maps map layers (raster images)

brook
Télécharger la présentation

Basics requirements

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Basics requirements Spatial considerations (resolution) Input Maps -- (raster images) Veg/Elevation/TSI/WMA/RD) Initialization (on computational domain) 1 vegetation classification 2 GWWA HSI 3 CERW HSI Output Maps map layers (raster images) statistical analysis on raster images Computational Science for NRMD. Wang

  2. Basics requirements Temporary considerations Simulation period (30 years?) Timestep (1 year) Computational Science for NRMD. Wang

  3. Basics requirements Control Variables/Scenarios 1) total_area 2) seed_location 3) site_extension 4) min_max_size Optimization criteria 1) projected_mine_area 2) max_HSI_area Computational Science for NRMD. Wang

  4. Implementations How to represent maps? - array - customized template (TIEM’s landscape library) How to represent time? - integer - customized time library (TIEM’s Date library) Computational Science for NRMD. Wang

  5. Functionalities Aging (very clear) Mining (complicated) input (TSI, Total_area, max_min_size) site_growth *** (core function) output (a series of maps/tables) Computational Science for NRMD. Wang

  6. Model Structure Most Simple cases (fixed scenarios) 1) we know when to start and stop 2) we have no need to learn during the simulation 3) present the results at end of simulation Mining options are limited Growth function is given (we already know the output of mining function Computational Science for NRMD. Wang

  7. Basic Data Structure Arrays: Veg/Elevation/TSI/WMA/RD (read-in) vegetation classification time_since_mining GWWA_HSI CERW_HSI Computational Science for NRMD. Wang

  8. Data Flow Model Initialization Loop 1: From first option to the last option Loop 2: From first year to the last year • Get the scenario map (sm) (read-in) • Compute and save the HSI maps End of Loop 2 Analyze those HSI map, save results End of Loop 1 Model Finalization Computational Science for NRMD. Wang

  9. Optimal Control for Given Scenarios Which scenarios is better? 5% 10% 20% Possible procedure Loop 1: From scenarios 1 to 3 Loop 2: From first year to the last year • Compute the scenario map for given scenario (how many? Complete enumeration?) • Compute and save the HSI maps End of Loop 2 Analyze those HSI map, save the best/better results End of Loop 1 Computational Science for NRMD. Wang

  10. Difficulties Associated with Optimal Control What is the best scenarios? definition Is this age-based HSI model reliable? Which control variables, criteria are good candidates for this kind of control? … IF All of those mentioned above are clear, is this approach computational feasible? More important, we need feedbacks from all partners (computer scientists, and ecologists, and natural resource managers …) (interactive GIS-based modeling?) Computational Science for NRMD. Wang

  11. Questions on implementation details… Language (you chose)– native language please Computational platform Data structures for easy storage information handling One functionality (aging) Map formats (binary, ASCII) Integration with GIS for exporting and importing maps (non-interactive) Performance issues … Computational Science for NRMD. Wang

More Related