Ignore:
Timestamp:
May 28, 2015, 10:36:35 AM (10 years ago)
Author:
aslmd
Message:

LMDZ.MARS -- commented redundant call to comgeomphy and corrected call to areas in moldiff_red

File:
1 edited

Legend:

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

    r1422 r1431  
    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.