get_gcae_output_subfolder: Get the path to the GCAE output subfolder

View source: R/get_gcae_output_subfolder.R

get_gcae_output_subfolderR Documentation

Get the path to the GCAE output subfolder

Description

Get the path to the GCAE output subfolder. This subfolder contains the output of one model

Usage

get_gcae_output_subfolder(gcae_setup)

Arguments

gcae_setup

GCAE model setup, as created by create_gcae_setup, read from file by read_gcae_setup_file, checked by check_gcae_setup, and saved to file by save_gcae_setup.

Value

full paths to the created files

Author(s)

Richèl J.C. Bilderbeek

Examples

gcae_setup <- create_test_gcae_setup()
get_gcae_output_subfolder(gcae_setup = gcae_setup)

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.