fre.pp.wrapper_script module
frepp.py, a replacement for the frepp bash script located at: https://gitlab.gfdl.noaa.gov/fre2/system-settings/-/blob/main/bin/frepp Author: Carolyn.Whitlock
- fre.pp.wrapper_script.run_all_fre_pp_steps(experiment=None, platform=None, target=None, config_file=None, branch=None, time=None)
Wrapper script for all the steps of the fre2 pp infrastructure.
Calls config_file, checkout_template, yaml_info, install_subtool, pp_run_subtool, (trigger) and status_subtool in sequence. (trigger) is an optional step.
- Parameters:
experiment (str) – One of the postprocessing experiment names from the yaml displayed by fre list exps -y $yamlfile (e.g. c96L65_am5f4b4r0_amip), default None
platform (str) – The location + compiler that was used to run the model (e.g. gfdl.ncrc5-deploy), default None
target (str) – Options used for the model compiler (e.g. prod-openmp), default None
config_file (string) – yamlfile used for experiment configuration
branch (string) – which git branch to pull from, default None
time (Cylc representation of a time point) – The start time of the segment to postprocess, if any. Formatted as a series of integers. For more information, see trigger().