StrathE2E: run the StrathE2E model

Description Usage Arguments Value See Also Examples

Description

perform a single run of the StrathE2E model

Usage

1
StrathE2E(model, nyears = 20)

Arguments

model

current model configuration

nyears

number of years to run model

Value

model output

See Also

list_models, read_model, copy_model

Examples

1
2
3
4
5
6
7
8
9
# after running the example below, look at the various objects to see how you can modify them:
#
#	str(NorthSea)
#
NorthSea <- read_model("North_Sea", "2003-2013")

results <- StrathE2E(NorthSea)

plot_full_length_timeseries(results)

strathclyde-marine-resource-modelling/StrathE2E2 documentation built on June 21, 2019, 2:43 a.m.