sloop.models.hycom3d.io.run_bin2hycom
- sloop.models.hycom3d.io.run_bin2hycom(nx, ny, nz, inpat='{field}.res', resdates='time_values.res', outpat='{short_name}-nest')[source]
Run the
binhycom()
function with the default file namesSpecifications are provided by the
BYN2HYCOM_SPECS
content.- Parameters
inpat (str) – Input .res file name pattern with “{field}” pattern inside.
resdates (str) – Input .res file that contains dates.
outpat (str) – Output .a and .b file name patterns with “{short_name} pattern inside and without extension.
- Returns
The effective list of output files.
- Return type
list