Ignore:
Timestamp:
Jun 25, 2015, 5:25:50 PM (10 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/dyn1d/lmdz1d.F90

    r2311 r2315  
    2323      USE mod_1D_amma_read
    2424      USE print_control_mod, ONLY: prt_level
     25      USE vertical_layers_mod, ONLY: init_vertical_layers
    2526
    2627      implicit none
     
    540541!       Dans ce cas, on lit ap,bp dans le fichier hybrid.txt
    541542      ENDIF
     543      ! initialize ap,bp, etc. in vertical_layers_mod
     544      call init_vertical_layers(llm,preff,scaleheight, &
     545                            ap,bp,presnivs,pseudoalt)
     546
    542547      sig_s=presnivs/preff
    543548      plev =ap+bp*psurf
Note: See TracChangeset for help on using the changeset viewer.