Skip to contents

Generate diagnostic plot of FLARE output with observations

Usage

plotting_general_2(
  file_name,
  target_file,
  ncore = 1,
  plot_profile = FALSE,
  obs_csv = FALSE
)

Arguments

file_name

string; full path to output file produced by write_forecast_netcdf()

ncore

integer; number of computer cores for parallel processing

plot_profile

boolean; include profile plots in PDF

obs_csv

boolean; generate csv with the observed and predicted values for model states

qaqc_data_directory

string; full path to processed long-format observation file

Value

None

Details

Function combines the netcdf output with the long-format observation file to produce a set of plots for each state variable, calibrated parameter, and diagnostic variable

Author

Quinn Thomas

Examples

if (FALSE) {
plotting_general_2(file_name = saved_file, target_file = target_file,
    ncore = config$model_settings$ncore, plot_profile = TRUE, obs_csv)
}