pwcazenave / fvcom-toolbox

Fork of the fvcom-toolbox (original available at https://github.com/GeoffCowles/fvcom-toolbox)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find an error in 'init_lag.m'

WayneWeiW opened this issue · comments

line 98: 'tend_varid = netcdf.defVar(nc, 'rbeg', 'NC_FLOAT', nlag_dimid);'
should be 'tend_varid = netcdf.defVar(nc, 'tend', 'NC_FLOAT', nlag_dimid);'