A basic cycling script is added in the cycling/ directory.
This script will use the initial background and landmask files that are already present in test/Data/. The analysis of each cycle will then be used as the background of the next cycle. A separate set of var and staticbinit yaml files are added, intended to be more realistic than what is used for the ctests.
To use:
build umdsst, including ioda-converters
copy the cycling/ directory to a new directory for the experiment
modify the variables at the top of <new_exp_dir>/cycling.sh to set the appropriate date and input file locations.
run ./cycling.sh
There should ana/, inc/ and obs_out/ directories that are populated as the script runs.
If the script is aborted, it will resume where it left off when rerun.
@loganchen39 The ctests do not test this script so be sure to test it yourself.
A basic cycling script is added in the
cycling/
directory.This script will use the initial background and landmask files that are already present in
test/Data/
. The analysis of each cycle will then be used as the background of the next cycle. A separate set of var and staticbinit yaml files are added, intended to be more realistic than what is used for the ctests.To use:
ioda-converters
cycling/
directory to a new directory for the experiment<new_exp_dir>/cycling.sh
to set the appropriate date and input file locations../cycling.sh
There should
ana/
,inc/
andobs_out/
directories that are populated as the script runs. If the script is aborted, it will resume where it left off when rerun.@loganchen39 The ctests do not test this script so be sure to test it yourself.