Check the output

If you have Matlab installed then we can quickly view the some output as follows (still in directory .../exp4/input/):
% matlab
>> addpath('../../../utils/matlab')
>> eta=rdmds('Eta',10);
>> contourf(eta');colorbar
And you should see a contour plot of sea-surface temperature appear in a figure:

What you're seeing is simply the Kelvin mode response to open-boundary forcing.
Things get more interesting as the model integrates further so let's do that...


Last modified on $Date: 2001/10/12 17:04:18 $
CVS: /u/gcmpack/mitgcm.org/sealion/getting_started/gettingStarted.html,v $Revision: 1.1 $