Ignore:
Timestamp:
Jul 22, 2016, 4:05:15 PM (8 years ago)
Author:
Ehouarn Millour
Message:

Update for phymar which should have been done with revision 2315.
Introduce module vertical_layers_mod to store information on the
vertical grid to be used within the physics (rather than including
the dynamics-related comvert.h).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dynphy_lonlat/phymar/iniphysiq_mod.F90

    r2588 r2599  
    1313  USE dimphy, ONLY: init_dimphy
    1414  USE inigeomphy_mod, ONLY: inigeomphy
     15  USE vertical_layers_mod, ONLY : init_vertical_layers
    1516  USE infotrac, ONLY: nqtot
    1617  USE comcstphy, ONLY: rradius, & ! planet radius (m)
     
    2829 
    2930 
     31  include "dimensions.h"
     32  include "comvert.h"
    3033  include "iniprint.h"
    3134
     
    6972!$OMP PARALLEL
    7073
     74  ! copy over preff , ap(), bp(), etc
     75  CALL init_vertical_layers(nlayer,preff,scaleheight, &
     76                            ap,bp,presnivs,pseudoalt)
     77
    7178  ! Initialize tracer names, numbers, etc. for physics
    7279  CALL init_infotrac_phy(nqtot)
Note: See TracChangeset for help on using the changeset viewer.