In Session 1 of the TECA tutorial, we:
- saw an overview of TECA and the three ways that users generally interact with it:
- using TECA applications
- writing custom TECA applications in Python
- writing custom TECA algorithms + applications in Python
- saw how TECA finds netCDF files: using regex within single folders
- wrote a script to link netCDF files in a way compatible with TECA
- constructed an MCF file to specify a netCDF dataset with multiple variables
- used the
teca_metadata_probe
application to see properties of a dataset