Ignore:
Timestamp:
Sep 29, 2016, 11:26:46 PM (8 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2593:2640 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/dynphy_lonlat/phymar/iniphysiq_mod.F90

    r2594 r2641  
    1212                     prad,pg,pr,pcpp,iflag_phys)
    1313  USE dimphy, ONLY: init_dimphy
     14  USE comvert_mod, ONLY: preff, ap, bp, presnivs, scaleheight, pseudoalt
    1415  USE inigeomphy_mod, ONLY: inigeomphy
     16  USE vertical_layers_mod, ONLY : init_vertical_layers
    1517  USE infotrac, ONLY: nqtot
    1618  USE comcstphy, ONLY: rradius, & ! planet radius (m)
     
    6971!$OMP PARALLEL
    7072
     73  ! copy over preff , ap(), bp(), etc
     74  CALL init_vertical_layers(nlayer,preff,scaleheight, &
     75                            ap,bp,presnivs,pseudoalt)
     76
    7177  ! Initialize tracer names, numbers, etc. for physics
    7278  CALL init_infotrac_phy(nqtot)
Note: See TracChangeset for help on using the changeset viewer.