Compiles a list of file names based on user input scenario and required atlantisom inputs

list_atlantisom_files(scenario)

Arguments

scenario

Character vector. User specified model name/scenario portion of atlantis output filenames

Value

A character vector containing the names of all of the files to be copied to the google drive

See also

Other atlantisdrive functions: gd_exists(), get_file_list(), list_core_files(), pull_from_drive(), push_to_drive()

Examples

if (FALSE) { # create a list of atlantisom input files for Norweigan Barents Sea model list_atlantisom_files(scenario="nordic_runresults_01") # create a list of atlantisom input files for California Current model list_atlantisom_files(scenario="outputCCV3") }