[MITgcm-support] cal, exf, obcs: problem at the tile boundaries
Nico Wienders
wienders at ocean.fsu.edu
Tue May 26 18:50:40 EDT 2009
Thank you all for your replies,
On May 21, 2009, at 10:12 PM, Sergey Vinogradov, PhD wrote:
> Nicolas
> First guess: endianness of the files (big endian vs little endian).
> Your forcing files endianness may be different from your platform's.
> This may lead to this sort of problems.
First think i checked of course, was all fine.
On May 22, 2009, at 10:35 AM, Dimitris Menemenlis wrote:
> Nico, in addition to previous two answers, if you are using high
> frequency forcing, it may exceed the bounds that are checked in
> exf_check_range.F.
Our data.exf was showing seasonal forcing ( 7884000.0) So i think we
should be fine, right?
On May 22, 2009, at 8:18 AM, Patrick Heimbach wrote:
>
> Ola Don Nico,
>
> did you mix up Nx and Ny?
> You have
>
>> #SIZE.h
>>
>> & sNx = 100,
>> & sNy = 267,
>> & OLx = 4,
>> & OLy = 4,
>
> but
>
>>> # Open-boundaries
>>> &OBCS_PARM01
>>> OB_Jsouth=801*1,
>>> OB_Ieast=400*801,
^&($&(%$(&#$@$%, i should twist Bill's neck.
But even fixing the OBCS_PARM01, now:
&OBCS_PARM01
OB_Jsouth=400*1,
OB_Ieast=801*400,
I still get the same problems. Eg:
==> STDOUT.0007 <==
EXF WARNING: hflux out of range for bi,bj,i,j,it= 1 1
98 267 0 -0.478245616609046E+17
EXF WARNING: sflux out of range for bi,bj,i,j,it= 1 1
98 267 0 -0.615731450564667E+25
EXF WARNING: ustress out of range for bi,bj,i,j,it= 1 1
98 267 0 -0.400512020001128E+26
EXF WARNING: vstress out of range for bi,bj,i,j,it= 1 1
98 267 0 -0.300385538314521E+10
EXF WARNING: swflux out of range for bi,bj,i,j,it= 1 1
98 267 0 -0.105333642661890E+22
EXF WARNING: sflux out of range for bi,bj,i,j,it= 1 1
99 267 0 0.221651126709703E+00
EXF WARNING: sflux out of range for bi,bj,i,j,it= 1 1
100 267 0 -0.176711173863163E+32
EXF WARNING: ustress out of range for bi,bj,i,j,it= 1 1
100 267 0 -0.732142958446106E+33
More information about the MITgcm-support
mailing list