Search found 4 matches

by chimera.u
Thu Jul 09, 2009 1:31 pm
Forum: ROMS Usage
Topic: about QCORRECTION
Replies: 5
Views: 4754

Re: about QCORRECTION

In my ana_sst.h !----------------------------------------------------------------------- ! Set sea surface temperature (Celsius) and heat flux sensitivity to ! SST (Watts/m2). !----------------------------------------------------------------------- ! DO j=JstrR,JendR DO i=IstrR,IendR sst(i,j)=??? dq...
by chimera.u
Thu Jan 08, 2009 10:01 pm
Forum: ROMS Discussion
Topic: variable tile seems to always be 0, how the mpi really runs?
Replies: 2
Views: 1791

variable tile seems to always be 0, how the mpi really runs?

!$OMP PARALLEL DO PRIVATE(thread,subs,tile) SHARED(ng,numthreads) DO thread=0,numthreads-1 subs=NtileX(ng)*NtileE(ng)/numthreads DO tile=subs*(thread+1)-1,subs*thread,-1 CALL step3d_uv (ng, TILE) END DO END DO !$OMP END PARALLEL DO codes like that, in define distribute situation, NtileX=NtileE=1, nu...
by chimera.u
Thu Jan 08, 2009 5:28 pm
Forum: ROMS Discussion
Topic: nudging coefficient problem
Replies: 0
Views: 1812

nudging coefficient problem

my region nears to a square with east and south open boundary, when i use {#define EAST_TRADIATION #define EAST_TNUDGING #define SOUTH_TRADIATION #define SOUTH_TNUDGING #define WESTERN_WALL #define NORTHERN_WALL #define TCLIMATOLOGY #define TCLM_NUDGING (EAST_TNUDGING and TCLM_NUDGING are both defin...