Ignore:
Timestamp:
Jun 25, 2015, 5:25:50 PM (9 years ago)
Author:
Ehouarn Millour
Message:

More on physics/dynamics separation: make a vertical_layers_mod module to contain information on the vertical discretization. This module should be used from within the physics (instead of including comvert.h from dynamics).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/test_disvert_m.F90

    r2311 r2315  
    1414
    1515    use exner_hyb_m, only: exner_hyb
     16    use vertical_layers_mod, only: ap,bp,preff
    1617
    1718    ! For llm:
    1819    include "dimensions.h"
    19 
    20     ! For ap, bp, preff:
    21     include "comvert.h"
    2220
    2321    ! For kappa, cpp:
Note: See TracChangeset for help on using the changeset viewer.