hi,
It does not report snow cover by default. You can easily implement one line of code that reports a snow cover map for each day in your simulation and compare those with MODIS imagery. E.g.:
self.report(SnowFrac, folder/snow)
Should do the job. You basically need to replace 'folder' with the path where you want to store your output.
Hope this helps.
Cheers,
Wilco