Skip to content

Module write_ts

This module writes time series variables, such as ice-glaciated area and volume, into the NetCDF output file specified by the output_file parameter (default: output_ts.nc). The saving frequency is determined by the processes.time.save parameter defined in the time module.

Config Structure

write_ts:
  output_file: output_ts.nc

Parameters

Name Type Units Description Default Value
output_file str dimless Output ncdf data file (time series) output_ts.nc

Example Usage