|
|
|
read_model_config(self)
Read the configuration file of the model. |
source code
|
|
|
|
|
read_netCDF(self)
Reads a netCDF file (as saved by a previous model run) and puts
everything into place, such that the model run can be contiued. |
source code
|
|
|
write_netCDF(self)
Write all the calcualted data and also metadata to a netCDF
file. |
source code
|
|
|
|
|
|
|
plot_IC(self)
Plot the ice thickness at t0, together with the bed and mass
balance distribution. |
source code
|
|
|
|
|
|
|
fix_Scientific_bug(self,
input_dict)
The Scientific.IO.NetCDF.NetCDFFile retruns not numpy
arrays but other one of a now outdated package numeric. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|