Changeset 751 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Aug 1, 2012, 1:25:47 AM (13 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r750 r751 1 subroutine physiq g(ngrid,nlayer,nq, &1 subroutine physiq(ngrid,nlayer,nq, & 2 2 firstcall,lastcall, & 3 3 pday,ptime,ptimestep, & … … 1757 1757 1758 1758 return 1759 end subroutine physiq g1759 end subroutine physiq -
trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F
r750 r751 739 739 740 740 741 CALL physiq g(1,llm,nqmx,741 CALL physiq (1,llm,nqmx, 742 742 , firstcall,lastcall, 743 743 , day,time,dtphys,
Note: See TracChangeset
for help on using the changeset viewer.