mvBaseWriter

Abstract class for writing data into file

class BaseWriter(var, sphereRadius=1.0, maxElev=0.1)[source]

Constructor

Parameters
var

a cdms2 variable

sphereRadius

radius of the sphere upon which the grid will be projected

maxElev

max elevation/depth normalized to the sphere radius

write(filename)[source]

Write data to file. This method is overloaded.

Parameters
filename file name