Changeset 1739 for trunk/MESOSCALE/LMD_MM_MARS/SRC
- Timestamp:
- Jul 24, 2017, 12:18:22 AM (7 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_venus_lmd_new/callphysiq_mod.F
r1724 r1739 7 7 8 8 !! ---------------------------------------------------------- 9 !! ---- CALL TO MARS PHYSICS9 !! ---- CALL TO VENUS PHYSICS 10 10 !! ---------------------------------------------------------- 11 11 12 12 CONTAINS 13 13 14 SUBROUTINE call_physiq(planet_type, klon,llm,nqtot, tname,&14 SUBROUTINE call_physiq(planet_type, klon,llm,nqtot, & 15 15 debut_split,lafin_split, & 16 16 jD_cur,jH_cur_split,zdt_split, & … … 32 32 INTEGER,INTENT(IN) :: llm ! number of atmospheric layers 33 33 INTEGER,INTENT(IN) :: nqtot ! number of tracers 34 CHARACTER(len=*),INTENT(IN) :: tname(nqtot) ! tracer names35 34 LOGICAL,INTENT(IN) :: debut_split ! .true. if very first call to physics 36 35 LOGICAL,INTENT(IN) :: lafin_split ! .true. if last call to physics -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F.new
r1724 r1739 667 667 ptime,pday,MY) 668 668 !!! 669 CALL call_physiq(planet_type,ngrid,nlayer,nq, tname,&669 CALL call_physiq(planet_type,ngrid,nlayer,nq, & 670 670 firstcall,lastcall, & 671 671 pday,ptime,ptimestep, &
Note: See TracChangeset
for help on using the changeset viewer.