Context
MetaSWAP can map meteorological grids, which have a coarser grid but a very fine time resolution, to its svats.
The mete_grid.inp file contains paths to meteorological information, stored in ASCII grids, and there are separate mapping files "svat2precgrid.inp" and "svat2etrefgrid.inp".
Nota bene: MetaSWAP has hardcoded filenames for packages
Requirements
- DO NOT READ ALL GRIDS
- Read first grid file for PrecipitationMapping and EvapotranspirationMapping, and then copy mete_grid.inp
- Make separate class for MeteoGridCopy
Context
MetaSWAP can map meteorological grids, which have a coarser grid but a very fine time resolution, to its svats.
The
mete_grid.inpfile contains paths to meteorological information, stored in ASCII grids, and there are separate mapping files"svat2precgrid.inp"and"svat2etrefgrid.inp".Nota bene: MetaSWAP has hardcoded filenames for packages
Requirements