Ignore:
Timestamp:
May 28, 2015, 2:50:02 PM (10 years ago)
Author:
aslmd
Message:

commit 1431 removed important initializations. this is corrected. only modifications in moldiff_red were kept from 1431.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r1431 r1433  
    1313      use control_mod, only: day_step
    1414      use phyredem, only: physdem0,physdem1
    15 !      use comgeomphy, only: initcomgeomphy
     15      use comgeomphy, only: initcomgeomphy
    1616      use planete_h, only: year_day, periheli, aphelie, peri_day,
    1717     &                     obliquit, emin_turb, lmixmin
     
    117117!      CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
    118118      CALL init_phys_lmdz(iim,jjm+1,llm,1,(/(jjm-1)*iim+2/))
    119       !call initcomgeomphy
     119      call initcomgeomphy
    120120
    121121c ------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.