[MITgcm-support] Wind Stress files : not properly read by the model

himansu pradhan oceancalling at gmail.com
Thu Sep 29 03:12:06 EDT 2011


Hi MITgcm users,

I have been trying to simulate internal waves. I have provided both zonal
and meridional wind stress files. The current flow pattern (flow vectors)
shockingly remained the same (even after i have changed direction of wind
........) .

Finally i run the model with "no wind stress" (files) resulting in the same
flow pattern as before .....!!!!!!!!

1. I feel i have not yet turned on some flags that will allow wind stress
effect on the surface of the water body.....or something like
that............ do help...... ( i am using checkpoint62s).

2. the other matter of concern is ........ am i plotting right in matlab
(using "rdmds.m") ?
The script that i use :

u=rdmds('U',15000);                      % any time step(15000)
v=rdmds('V',15000);
v2=squeeze(v(:,:,1));                     % horizontal data at the 1st
level/surface
u2=squeeze(u(:,:,1));
[x y]=meshgrid(1:157,1:133);        % creating a meshgrid (157*133 matrix)
quiver(x,y,u2',v2');


I have attached my "data" file , packages.conf and CPP_OPTIONS.h for more
clarification.

Any suggestions/help are appreciated.

With Regards,
Himansu Kesari Pradhan
PhD student
Indian Institute of Technology-Delhi
New Delhi, India
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20110929/72eef4e8/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: data
Type: application/octet-stream
Size: 1281 bytes
Desc: not available
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20110929/72eef4e8/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CPP_OPTIONS.h
Type: text/x-chdr
Size: 4246 bytes
Desc: not available
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20110929/72eef4e8/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: packages.conf
Type: application/octet-stream
Size: 155 bytes
Desc: not available
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20110929/72eef4e8/attachment-0003.obj>


More information about the MITgcm-support mailing list