Changeset 1431 for trunk/LMDZ.MARS/libf/phymars/dyn1d
- Timestamp:
- May 28, 2015, 10:36:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r1422 r1431 13 13 use control_mod, only: day_step 14 14 use phyredem, only: physdem0,physdem1 15 use comgeomphy, only: initcomgeomphy15 ! use comgeomphy, only: initcomgeomphy 16 16 use planete_h, only: year_day, periheli, aphelie, peri_day, 17 17 & obliquit, emin_turb, lmixmin … … 117 117 ! CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/)) 118 118 CALL init_phys_lmdz(iim,jjm+1,llm,1,(/(jjm-1)*iim+2/)) 119 call initcomgeomphy119 !call initcomgeomphy 120 120 121 121 c ------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.