create_restart Subroutine

public subroutine create_restart(logn, dels, ktau, soil, veg, ssnow, canopy, rough, rad, bgc, bal, met)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: logn
real, intent(in) :: dels
integer, intent(in) :: ktau
type(soil_parameter_type), intent(in) :: soil
type(veg_parameter_type), intent(in) :: veg
type(soil_snow_type), intent(in) :: ssnow
type(canopy_type), intent(in) :: canopy
type(roughness_type), intent(in) :: rough
type(radiation_type), intent(in) :: rad
type(bgc_pool_type), intent(in) :: bgc
type(balances_type), intent(in) :: bal
type(met_type), intent(in), TARGET :: met