list_atlantisom_files: List of Atlantis output files needed for atlantisom R package

Description Usage Arguments Value See Also Examples

View source: R/list_atlantisom_files.R

Description

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

Usage

1

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

1
2
3
4
5
6
7
8
9
## Not run: 
# 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")


## End(Not run)

andybeet/atlantisdrive documentation built on April 9, 2021, 1:49 p.m.