Ask Your Question
0

How do you graph TSM with the model outputs?

asked 2020-02-11 14:58:00 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >5 is welcome to improve it.

I need graph de model output, but in this momento I cannot obtain because the visualisation is not corect. The code I using is the next:

theta_b = 2; theta_s = 7; hc = 10; N = 32; vtransform = 1;

zroms=squeeze(zlevs(h,0.*h,theta_s,theta_b,hc,N,'r',vtransform)); %funcion sin linux zmin=min(min(zroms)); zmax=max(max(zroms));

var1u=permute(temp,[3 1 2]); var1v=permute(salt,[3 1 2]);

temperatura = vinterp(var1u,zroms,32); vnewu1(mask_rho==0)=NaN; salinidad = vinterp(var1v,zroms,32);vnewv1(mask_rho==0)=NaN;

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2020-03-19 15:38:09 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >5 is welcome to improve it.

Hola a todos. Ya pude solucionar este problema. Ya obtuve mis gráficas de TSM, SSM y corientes.image description

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2020-02-11 14:58:00 +0200

Seen: 444 times

Last updated: Mar 19 '20