Hello
With reference to your first answer
I am using the following Matlab code to convert lat lon to UTM
%% convert to UTM
R_earth=6371000.;
X=A*pi*R_earth/180;
Y=R_earth*log(tan(((B*pi/180)+pi/2)/2));
Where A y longitude and B latitude (both are incomes)
Secondly, I am using the Regional TPXO model (Pacific Ocean)and the results appeared similar as when I used the global model.
I will follow you recommendations about the boundaries conditions.
Finally the value I set up for Manning's law help me to stabilize the model a little bit (see attached figure)
I will contact you shortly to see what happened
Thank you
Regards
Joel