Changeset 232 for LMDZ.3.3/branches/rel-LF/libf/dyn3d/vanleer.F
- Timestamp:
- Jun 20, 2001, 3:53:15 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/vanleer.F
r2 r232 1 1 SUBROUTINE vanleer(numvanle,iapp_tracvl,nq,q,pbaru,pbarv , 2 * p ,masse, dq)2 * p ,masse, dq , iadv1, teta, pk ) 3 3 c 4 4 IMPLICIT NONE 5 5 c 6 c Auteurs: F.Hourdin , P.Le Van, F.Forget 6 c Auteurs: F.Hourdin , P.Le Van, F.Forget, F.Codron 7 c 8 c F.Codron (10/99) : ajout humidite specifique pour eau vapeur 7 9 c======================================================================= 8 10 c … … 18 20 c Arguments: 19 21 c ---------- 20 INTEGER nq, numvanle,iapp_tracvl22 INTEGER nq, numvanle, iapp_tracvl, iadv1 21 23 REAL pbaru( ip1jmp1,llm ),pbarv( ip1jm,llm),masse(ip1jmp1,llm) 22 24 REAL p( ip1jmp1,llmp1),q( ip1jmp1,llm,nq),dq( ip1jmp1,llm,nq ) 23 25 REAL teta( ip1jmp1,llm),pk( ip1jmp1,llm) 24 26 c .................................................................. 25 27 c … … 28 30 c numvanle est le numero du premier traceur qui appelle le 29 31 c shema de Van-Leer ( 1<= numvanle <= nqmx ) . 32 c si numvanle=1, iadv1=3 si Van-Leer seul, iadv1=4 si 33 c Van-Leer+humidite specifique. 30 34 c .................................................................. 31 35 c … … 61 65 62 66 CALL tracvl( numvanle,iapp_tracvl,nq,pbaru,pbarv,p , masse,q , 63 * iapptrac)67 * iapptrac, iadv1, teta ,pk ) 64 68 65 69 IF( numvanle.EQ.1 ) THEN
Note: See TracChangeset
for help on using the changeset viewer.