cryotools / cosipy

Coupled snowpack and ice surface energy and mass balance model in Python
GNU General Public License v3.0
53 stars 31 forks source link

Create initial 2D snowfield #3

Closed ghost closed 4 years ago

ghost commented 6 years ago

Snow field is currently homogenously initialized with a constant snowheight. In real cases it might be useful to read the 2D snow field directly from the input Netcdf-file. Therefore, the read input file needs to be extended to read the snowfield and the grid must be initialized accordingly.