read_run: Read a single Stannis run, rewrite to binary format, and...

View source: R/mcmc-run.R

read_runR Documentation

Read a single Stannis run, rewrite to binary format, and return dimensions and paths to outptu.

Description

Read a single Stannis run, rewrite to binary format, and return dimensions and paths to outptu.

Usage

read_run(root = ".", hash = NULL, uuid = NULL,
  control_file = "finalized.yaml", sample_file = "output.csv",
  diagnostic_file = "diagnostics.csv")

Arguments

root

where the run directories are rooted

hash

hash for this run.

uuid

UUID for this run.

control_file

what the .yaml with run settings is called

sample_file

what the sample output file is called

diagnostic_file

file name for diagnostic output

Value

list with run description


sakrejda/stannis documentation built on June 25, 2022, 3:19 a.m.