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/dynlonlat_phylonlat/phymars/start2archive.F

    r1422 r1431  
    2323      use surfdat_h, only: ini_surfdat_h, qsurf
    2424      use comsoil_h, only: ini_comsoil_h
    25       use comgeomphy, only: initcomgeomphy
     25!      use comgeomphy, only: initcomgeomphy
    2626      use filtreg_mod, only: inifilr
    2727      use control_mod, only: planet_type
     
    118118! initialize "serial/parallel" related stuff
    119119      CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
    120       call initcomgeomphy
     120      !call initcomgeomphy
    121121      planet_type='mars'
    122122
Note: See TracChangeset for help on using the changeset viewer.