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 ...
Search found 4 matches
- Thu Jul 09, 2009 1:31 pm
- Forum: ROMS Usage
- Topic: about QCORRECTION
- Replies: 5
- Views: 5810
- Thu Jan 08, 2009 10:38 pm
- Forum: ROMS Discussion
- Topic: variable tile seems to always be 0, how the mpi really runs?
- Replies: 2
- Views: 2055
Re: variable tile seems to always be 0, how the mpi really runs?
Thanks, really helpful!
- 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: 2055
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 ...
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 ...
- Thu Jan 08, 2009 5:28 pm
- Forum: ROMS Discussion
- Topic: nudging coefficient problem
- Replies: 0
- Views: 1978
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 ...
{#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 ...