This directory contains the makefiles used to execute the analyses described below. To execute any of the workflows:
- Update the relevant
config.mkfile with your directory structure and desired options/settings - Replace the
TARGETin theconfig.mkfile with a target taken from one of the other makefiles related to that workflow - Run the workflow: e.g.
make -n -B -f zw_applications.mk
(-nis a dry run where what would have been executed is just printed to the screen)
(-Bforces all the steps to be executed, not just the ones that need updating)
Reference: Irving D, Simmonds I (2015). A novel approach to diagnosing Southern Hemisphere planetary wave activity and its influence on regional climate variability. Journal of Climate. 28, 9041-9057. doi:10.1175/JCLI-D-15-0287.1.
- Config file:
zw_config.mk - Basic analyses that underpin the rest:
zw_base.mk - Wave envelope and Fourier transform analysis:
zw_envelope.mk - Composite creation and plotting:
zw_composites.mk - Compare various indices:
zw_index_comparison.mk
Reference: Irving D, Simmonds I (in preparation). A new method for identifying the Pacific-South American pattern and its influence on regional climate variability.
- Config file:
psa_config.mk - Everything else:
psa_base.mk