cable_restart_write Subroutine

public subroutine cable_restart_write(current_time, soil, veg, ssnow, canopy, rough, rad, bgc, bal, met)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: current_time

Current simulation time

type(soil_parameter_type), intent(in) :: soil

Soil parameters

type(veg_parameter_type), intent(in) :: veg

Vegetation parameters

type(soil_snow_type), intent(in) :: ssnow

Soil and snow variables

type(canopy_type), intent(in) :: canopy

Vegetation variables

type(roughness_type), intent(in) :: rough

Roughness variables

type(radiation_type), intent(in) :: rad

Radiation variables

type(bgc_pool_type), intent(in) :: bgc

Carbon pool variables

type(balances_type), intent(in) :: bal

Energy and water balance variables

type(met_type), intent(in) :: met

Meteorological data