make_gadget_timefile: Make Gadget timefile

Description Usage Arguments Value Examples

Description

Make Gadget timefile

Usage

1
make_gadget_timefile(st_year, end_year, timesteps)

Arguments

st_year

Integer. The starting year of the Gadget model

end_year

Integer. The final year of the Gadget model

timesteps

Either a numeric vector giving the number of timesteps and the breakdown of months, or, more commonly and conventiently one of "annually", "biannually", "quarterly", "monthly'

Value

A list of class gadget_time

Examples

1
2
make_gadget_timefile(1985, 2015, "quarterly")
make_gadget_timefile(1985, 2015, c(6, 2, 1, 3, 3, 1, 2))

inspktrgadget/gadgetSim documentation built on May 10, 2019, 9:51 a.m.