%this script uses another from the internet and the OTPS tide stuff to %generate tidal forcing for Poverty Bay. addpath /data/users-tmp/abever/MODELS/WAIPAOA2/FORCING/TIDES/matlab/tidal_ellipse/ addpath /data/users-tmp/abever/MODELS/WAIPAOA2/FORCING/TIDES/matlab/tides/ addpath /data/users-tmp/abever/MODELS/WAIPAOA2/FORCING/TIDES/matlab/tri/ addpath /data/users-tmp/abever/MODELS/WAIPAOA2/FORCING/TIDES/M_FILES/ %gfile = '/data/users-tmp/abever/MODELS/WAIPAOA2/FORCING/INP_3AUG/modern_test_grid.nc' gfile = '/data/users-tmp/abever/MODELS/WAIPAOA2/FORCING/PALEO' Tstart = datenum([2006 1 1 0 0 0]); ofile = 'pb_tide_paleo11C.nc'; data = '../DATA/Model_tpxo7.1'; otps2frc_v3(gfile,Tstart,Tstart,ofile,data);