A function to read and inspect the sweep.dyn_2D master files and obtain a master formatted list.

read.dyn_2D_master(workdir, dyn_2D_master_file, isobxr_master_file)

Arguments

workdir

Working directory of isobxr excel master file and where output files will be stored if exported by user. (character string)

dyn_2D_master_file

Name of sweep.dyn_2D excel master file. (without file "xlsx" extension).

isobxr_master_file

Name of isobxr excel master file. (without file "xlsx" extension). Default is "0_ISOBXR_MASTER".

Value

List of formatted dyn_2D_master_file master inputs.

Examples

read.dyn_2D_master(workdir = "/Users/username/Documents/1_ABC_tutorial",
                   dyn_2D_master_file = "0_SWEEP_DYN_demo",
                   isobxr_master_file = "0_ISOBXR_MASTER")
#> $RUN_SEQUENCE
#>   RUN_n t_max n_steps        flux_list coeff_list
#> 1     1 25000       1 Fx6_ABC_open_bal         a1
#> 2     2 20000    1000 Fx6_ABC_open_bal         a1
#> 
#> $FORCING_RAYLEIGH
#> [1] RUN_n   XFROM   XTO     YFROM   YTO     AFROM   ATO     ALPHA_0
#> <0 rows> (or 0-length row.names)
#> 
#> $FORCING_SIZE
#> [1] RUN_n   BOX_ID  SIZE.t0
#> <0 rows> (or 0-length row.names)
#> 
#> $FORCING_DELTA
#>   RUN_n BOX_ID DELTA.t0
#> 1     1 SOURCE        0
#> 2     2 SOURCE       -1
#> 
#> $FORCING_ALPHA
#> [1] RUN_n FROM  TO    ALPHA
#> <0 rows> (or 0-length row.names)
#>