3.5.1. pypago.data.loaddata_sec_t¶
- pypago.data.loaddata_sec_t(model_sections, filename, dictvarname)¶
Extracts the model output from model T-grid points and interpolates them on section west and north faces. The extracted data are added to the input file:
import pypago.data filenameT = 'g88_2000_00_gridT.nc' dictvarname = {'vect':'votemper, 'vecs':vosaline'} pypago.data.loaddata_sec_T('data.pygo', filenameT, dictvarname)
- Parameters
structfile (str) – The name of the .pygo file where the list of
pypago.sections.Gridsection
objects are stored.
Changed in version 20120515.
JD PAGO WHOI