Changeset 1475
- Timestamp:
- Jan 21, 2011, 3:41:03 PM (14 years ago)
- Location:
- LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar/abort_gcm.F
r1425 r1475 45 45 if (ierr .eq. 0) then 46 46 write(lunout,*) 'Everything is cool' 47 stop48 47 else 49 48 write(lunout,*) 'Houston, we have a problem ', ierr -
LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar/friction_p.F
r1454 r1475 34 34 35 35 ! arguments: 36 REAL,INTENT( out) :: ucov( iip1,jjp1,llm )37 REAL,INTENT( out) :: vcov( iip1,jjm,llm )36 REAL,INTENT(inout) :: ucov( iip1,jjp1,llm ) 37 REAL,INTENT(inout) :: vcov( iip1,jjm,llm ) 38 38 REAL,INTENT(in) :: pdt ! time step 39 39 -
LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar/leapfrog_p.F
r1454 r1475 996 996 enddo 997 997 !$OMP END DO 998 !$OMP SINGLE998 !$OMP MASTER 999 999 dpfi(ijb:ije)=0 1000 !$OMP END SINGLE1000 !$OMP END MASTER 1001 1001 ijb=ij_begin 1002 1002 ije=ij_end
Note: See TracChangeset
for help on using the changeset viewer.