Ignore:
Timestamp:
Jul 23, 2016, 7:45:38 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: turn comvert.h into module comvert_mod.F90
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3d_common/disvert.F90

    r2597 r2600  
    1010  use new_unit_m, only: new_unit
    1111  use assert_m, only: assert
     12  USE comvert_mod, ONLY: ap, bp, nivsigs, nivsig, dpres, presnivs, &
     13                         pa, preff, scaleheight
    1214
    1315  IMPLICIT NONE
     
    1517  include "dimensions.h"
    1618  include "paramet.h"
    17   include "comvert.h"
    1819  include "iniprint.h"
    1920  include "logic.h"
     
    2324!          Triggered by the levels number llm.
    2425!-------------------------------------------------------------------------------
    25 ! Read    in "comvert.h":
     26! Read    in "comvert_mod":
    2627
    2728! pa !--- vertical coordinate is close to a PRESSURE COORDINATE FOR P
     
    2930
    3031! preff                      !--- REFERENCE PRESSURE                 (101325 Pa)
    31 ! Written in "comvert.h":
     32! Written in "comvert_mod":
    3233! ap(llm+1), bp(llm+1)       !--- Ap, Bp HYBRID COEFFICIENTS AT INTERFACES
    3334! aps(llm),  bps(llm)        !--- Ap, Bp HYBRID COEFFICIENTS AT MID-LAYERS
Note: See TracChangeset for help on using the changeset viewer.