fre.pp package
Subpackages
- fre.pp.tests package
- Submodules
- Module contents
Submodules
- fre.pp.checkout_script module
- fre.pp.configure_script_xml module
- fre.pp.configure_script_yaml module
- fre.pp.frepp module
- fre.pp.histval_script module
- fre.pp.install_script module
- fre.pp.nccheck_script module
- fre.pp.ppval_script module
- fre.pp.run_script module
- fre.pp.split_netcdf_script module
- fre.pp.status_script module
- fre.pp.trigger_script module
- fre.pp.validate_script module
- fre.pp.wrapper_script module
Module contents
- fre.pp.make_workflow_name(experiment=None, platform=None, target=None)
function that takes in a triplet of tags for a model experiment, platform, and target, and returns a directory name for the corresponding pp workflow. because this is often given by user to the shell being used by python, we split/reform the string to remove semi-colons or spaces that may be used to execute an arbitrary command with elevated priveleges. inputs:
experiment, platform, target are all required inputs and strings that will be parsed for hostile directions
- outputs:
the desired pp workflow directory name as a string