make_atlantis_diagnostic_figures.Rd
Used after the post processing routine process_atl_output
.
Creates the full set of diagnostic and summary figures and tables from atlantis model run.
make_atlantis_diagnostic_figures(
out.dir,
fig.dir,
atl.dir,
param.dir,
run.prefix,
run.name,
param.ls,
benthic.box,
benthic.level = 4,
plot.all,
plot.benthic,
plot.overall.biomass,
plot.biomass.timeseries,
plot.length.age,
plot.biomass.box,
plot.c.mum,
plot.sn.rn,
plot.recruits,
plot.numbers.timeseries,
plot.physics,
plot.growth.cons,
plot.cohort,
plot.diet,
plot.consumption,
plot.spatial.biomass,
plot.spatial.biomass.seasonal,
plot.catch,
plot.spatial.catch,
plot.weight,
plot.mortality
)
string. Path where desired output data should be saved
string. Path where desired output figures should be saved
string. Path where atlantis model output is located
string. Path where atlantis parameter files are located
sring. Prefix specified in Atlantis.bat file that begins each output file
string. Prefered name to use for output file names
list. Output from get_atl_paramfiles
numeric. Box ID for benthic plots
numeric. Level for benthic plots (default is 4 for NEUS model)
Boolean. Global flag for plotting everything
logical. Benthic plots show timeseries of all benthic and epibenthic groups for one box
logical. Plots showing the total biomass across all functional groups as stacked barplots
logical. Plots showing biomass-related timeseries on various aggregations and reference points
logical. Plots relating to the length-age relationship of age-structured groups
logical. Plots relating to biomass but grouped by box
logical. Plots and tables related to tuning C and mum parameters
logical. Plots relating to SN and RN timeseries
logical. Plots of recruitment and SSB timeseries
logical. Plots showing timeseries of numbers (as opposed to biomass)
logical. Plots of physical statevariables as well as fluxes
logical. Plots relating to growth and consumption
logical. Plots showing timeseries of each cohort across age-structured groups
logical. Plots showing predation of and consumption by each functional group
Boolean. Plots showing consumption
logical. Plots showing the spatial (box/level) structure of groups' biomass
logical. Plots showing the spatial (box/level) structure of groups' biomass
logical. Plots annual catch(mt) age based catch (numbers) and age based %ages
logical. Plots showing the spatial (box/level) structure of groups' catch
logical. Plots the maximum size of fish in each size class over the domain
logical. Plots Mortality (F, M1, M2) from two output sources (Mort, SpecificMort)
A series of figures and tables based on output grouping flags
Author: Ryan Morse, modified by J. Caracappa