pypago.mat

Module that handles function to convert .mat files into .pygo files, and conversely.

Functions

grid_topygo(filename, modelname, nlon) Converts a .mat containing grid informations into a .pygo file
gridsec_topygo(filename, modelname, nlon) Converts a .mat containing grid section endpoints into a .pygo file
secmat_topygo(filename) Converts a .mat containing section endpoints into a .pygo file
grid_topygo(filename, modelname, nlon)[source]

Converts a .mat containing grid informations into a .pygo file

Parameters:filename (str) – name of the .mat file
gridsec_topygo(filename, modelname, nlon)[source]

Converts a .mat containing grid section endpoints into a .pygo file

Parameters:filename (str) – name of the .mat file
secmat_topygo(filename)[source]

Converts a .mat containing section endpoints into a .pygo file

Parameters:filename (str) – name of the .mat file