Open kellijohnson-NOAA opened 2 years ago
I like this idea! It seems like it would get a lot of use during FIMS testing.
Another option/addition would be to
@kellijohnson-NOAA and @k-doering-NOAA , great suggestion! I like the combination of option 1 and 5, so we can have R script that generates/reproduce data objects. We will set up ~12 cases for testing FIMS later and we can easily change input values to create different data objects this way.
I just added both of you as collaborators to the repo. Please feel free to create a branch to work on it.
Is your feature request related to a problem? Please describe. Need to easily and reproducibly create data from @Bai-Li-NOAA's operating model. Scripts are hard to maintain, share, and show people salient points of what they actually need to know, i.e., I want to hide a bunch of stuff in a function.
Describe the solution you'd like I would like to be able to run one line of code to generate data from
ASSAMC::run_om()
. For example,ASSAMC::eg_omobject()
,ASSAMC::example_omobject()
, or something that clearly shows we are running an example.Describe alternatives you've considered
@examples
forASSAMC::run_om()
that could be sourced usingexample(ASSAMC::run_om)
@Bai-Li-NOAA let me know which alternative you prefer and I am happy to open a pull request from my fork or however you would like.