smrf.output package

smrf.output.output_netcdf module

Functions to output as a netCDF

class smrf.output.output_netcdf.output_netcdf(variable_list, topo, time, outConfig)[source]

Bases: object

Class output_netcdf() to output values to a netCDF file

cs = (6, 10, 10)
fmt = '%Y-%m-%d %H:%M:%S'
output(variable, data, date_time)[source]

Output a time step

Parameters:
  • variable – variable name that will index into variable list
  • data – the variable data
  • date_time – the date time object for the time step
type = 'netcdf'

Module contents