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/dyn3d_common/disvert.F90

    r2160 r2641  
    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
     14  USE logic_mod, ONLY: ok_strato
    1215
    1316  IMPLICIT NONE
     
    1518  include "dimensions.h"
    1619  include "paramet.h"
    17   include "comvert.h"
    18   include "comconst.h"
    1920  include "iniprint.h"
    20   include "logic.h"
    2121
    2222!-------------------------------------------------------------------------------
     
    2424!          Triggered by the levels number llm.
    2525!-------------------------------------------------------------------------------
    26 ! Read    in "comvert.h":
     26! Read    in "comvert_mod":
    2727
    2828! pa !--- vertical coordinate is close to a PRESSURE COORDINATE FOR P
     
    3030
    3131! preff                      !--- REFERENCE PRESSURE                 (101325 Pa)
    32 ! Written in "comvert.h":
     32! Written in "comvert_mod":
    3333! ap(llm+1), bp(llm+1)       !--- Ap, Bp HYBRID COEFFICIENTS AT INTERFACES
    3434! aps(llm),  bps(llm)        !--- Ap, Bp HYBRID COEFFICIENTS AT MID-LAYERS
Note: See TracChangeset for help on using the changeset viewer.