[MITgcm-support] Temperature result in barotropic gyre example

Schoonover, Joseph js08s at my.fsu.edu
Thu Jul 14 20:51:48 EDT 2011


Yang,
Make sure that you linked the /input directory to your /run directory, or you could copy the /input directory to the /run directory.

To link:

Make sure your are in the /run directory, the use the command

 ln -s ../input* .

-Joe
________________________________________
From: Yang Jiao [yj10 at fsu.edu]
Sent: Thursday, July 14, 2011 3:55 PM
To: mitgcm group
Subject: [MITgcm-support] Temperature result in barotropic gyre example

Hi all,

I added an heat forcing file 'Qnet.bin' in tutorial_barotropic_gyre/input/ and try to get the temperature result after 1 month of calculation. But it turns out to be single value on the whole domain.

I put the following scripts in gendata.m and make 'Qnet.bin':

% Heat flux
Qo=100;
Q=zeros(nx,ny);
Q(:,1:ny/2)=Qo*ones(nx,ny/2);
Q(:,ny/2+1:ny)=-Qo*ones(nx,ny/2);
fid=fopen('Qnet.bin','w',ieee); fwrite(fid,Q,accuracy); fclose(fid);

I also added command surfQfile='Qnet.bin', within PARM05 in input/data.

I don't know how to figure out this problem. Any help is most welcome.

Thanks in advance,

Yang
_______________________________________________
MITgcm-support mailing list
MITgcm-support at mitgcm.org
http://mitgcm.org/mailman/listinfo/mitgcm-support



More information about the MITgcm-support mailing list