Changeset 743 for LMDZ4/branches/V3_test/libf/dyn3dpar
- Timestamp:
- Dec 11, 2006, 4:55:31 PM (18 years ago)
- Location:
- LMDZ4/branches/V3_test/libf/dyn3dpar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/libf/dyn3dpar/leapfrog_p.F
r734 r743 418 418 & jj_Nb_caldyn,0,0,TestRequest) 419 419 420 do j=1,nqmx 421 call Register_SwapFieldHallo(q(1,1,j),q(1,1,j),ip1jmp1,llm, 422 & jj_nb_caldyn,0,0,TestRequest) 423 enddo 424 420 425 call SetDistrib(jj_nb_caldyn) 421 426 call SendRequest(TestRequest) … … 478 483 call WriteField_p('pkf',reshape(pkf,(/iip1,jmp1,llm/))) 479 484 call WriteField_p('phis',reshape(phis,(/iip1,jmp1/))) 480 cdo j=1,nqmx481 ccall WriteField_p('q'//trim(int2str(j)),482 c. reshape(q(:,:,j),(/iip1,jmp1,llm/)))483 cenddo485 do j=1,nqmx 486 call WriteField_p('q'//trim(int2str(j)), 487 . reshape(q(:,:,j),(/iip1,jmp1,llm/))) 488 enddo 484 489 endif 485 490 -
LMDZ4/branches/V3_test/libf/dyn3dpar/times.F90
r709 r743 126 126 V2=timer_table_sqr(jj_nb,no_timer,mpi_rank) 127 127 V=timer_table(jj_nb,no_timer,mpi_rank) 128 timer_delta(jj_nb,no_timer,mpi_rank)=sqrt( (V2-V*V/N)/(N-1))128 timer_delta(jj_nb,no_timer,mpi_rank)=sqrt(abs(V2-V*V/N)/(N-1)) 129 129 else 130 130 timer_delta(jj_nb,no_timer,mpi_rank)=0
Note: See TracChangeset
for help on using the changeset viewer.