Changeset 1056 for trunk/LMDZ.COMMON/libf/dyn3d/leapfrog.F
- Timestamp:
- Oct 7, 2013, 6:42:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/leapfrog.F
r1024 r1056 529 529 ! #endif of #ifdef CPP_IOIPSL 530 530 531 c call WriteField('pfi',reshape(p,(/iip1,jmp1,llmp1/))) 532 531 533 CALL calfis( lafin , jD_cur, jH_cur, 532 534 $ ucov,vcov,teta,q,masse,ps,p,pk,phis,phi , … … 534 536 $ flxw, 535 537 $ dufi,dvfi,dtetafi,dqfi,dpfi ) 538 539 c call WriteField('dufi',reshape(dufi,(/iip1,jmp1,llm/))) 540 c call WriteField('dvfi',reshape(dvfi,(/iip1,jjm,llm/))) 541 c call WriteField('dtetafi',reshape(dtetafi,(/iip1,jmp1,llm/))) 536 542 537 543 c ajout des tendances physiques:
Note: See TracChangeset
for help on using the changeset viewer.