Changeset 1475 for LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar/friction_p.F
- Timestamp:
- Jan 21, 2011, 3:41:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.