[MITgcm-support] Temperature result in barotropic gyre example

Yang Jiao yj10 at fsu.edu
Fri Jul 15 09:51:38 EDT 2011


Hi Joe,

I've already checked that, but the problem still exists.

Yang

On Jul 14, 2011, at 8:51 PM, Schoonover, Joseph wrote:

> 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
> 
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support




More information about the MITgcm-support mailing list