Changeset 753 for LMDZ4/branches/V3_test/libf/dyn3dpar/leapfrog_p.F
- Timestamp:
- Mar 1, 2007, 11:28:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/libf/dyn3dpar/leapfrog_p.F
r743 r753 6 6 #define IO_DEBUG 7 7 8 #undef CPP_IOIPSL8 !#undef CPP_IOIPSL 9 9 10 10 SUBROUTINE leapfrog_p(ucov,vcov,teta,ps,masse,phis,nq,q,clesphy0, … … 231 231 #ifdef CPP_IOIPSL 232 232 if (ok_guide.and.(itaufin-itau-1)*dtvr.gt.21600) then 233 call guide (itau,ucov,vcov,teta,q,masse,ps)233 call guide_pp(itau,ucov,vcov,teta,q,masse,ps) 234 234 else 235 235 IF(prt_level>9)WRITE(*,*)'attention on ne guide pas les ', … … 552 552 IF (offline) THEN 553 553 Cmaf stokage du flux de masse pour traceurs OFF-LINE 554 554 #undef CPP_IOIPSL 555 555 #ifdef CPP_IOIPSL 556 556 CALL fluxstokenc(pbaru,pbarv,masse,teta,phi,phis,
Note: See TracChangeset
for help on using the changeset viewer.