Ignore:
Timestamp:
May 1, 2014, 12:06:13 AM (11 years ago)
Author:
aslmd
Message:

LMDZ.MARS. Filling geom arrays is now out of phys_var_state_init. Done through a merged function ini_fillgeom within the comgeomfi_h module. Cosmetic changes. New interface with the mesoscale model: lesser amount of dirty MESOSCALE includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/iniphysiq.F90

    r1226 r1233  
    1616                       rlatd ! latitudes
    1717use infotrac, only : nqtot ! number of advected tracers
     18use comgeomfi_h, only: ini_fillgeom
    1819
    1920implicit none
     
    7071! and do some initializations
    7172call phys_state_var_init(klon_omp,nlayer,nqtot, &
    72                          rlatd,rlond,airephy, &
    7373                         punjours,ptimestep,prad,pg,pr,pcpp)
     74call ini_fillgeom(ngrid,rlatd,rlond,airephy)
    7475call conf_phys(nqtot)
    7576
Note: See TracChangeset for help on using the changeset viewer.