Changeset 2641 for LMDZ5/branches/testing/libf/dyn3d_common/disvert.F90
- Timestamp:
- Sep 29, 2016, 11:26:46 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2596-2640
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3d_common/disvert.F90
r2160 r2641 10 10 use new_unit_m, only: new_unit 11 11 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 12 15 13 16 IMPLICIT NONE … … 15 18 include "dimensions.h" 16 19 include "paramet.h" 17 include "comvert.h"18 include "comconst.h"19 20 include "iniprint.h" 20 include "logic.h"21 21 22 22 !------------------------------------------------------------------------------- … … 24 24 ! Triggered by the levels number llm. 25 25 !------------------------------------------------------------------------------- 26 ! Read in "comvert .h":26 ! Read in "comvert_mod": 27 27 28 28 ! pa !--- vertical coordinate is close to a PRESSURE COORDINATE FOR P … … 30 30 31 31 ! preff !--- REFERENCE PRESSURE (101325 Pa) 32 ! Written in "comvert .h":32 ! Written in "comvert_mod": 33 33 ! ap(llm+1), bp(llm+1) !--- Ap, Bp HYBRID COEFFICIENTS AT INTERFACES 34 34 ! aps(llm), bps(llm) !--- Ap, Bp HYBRID COEFFICIENTS AT MID-LAYERS
Note: See TracChangeset
for help on using the changeset viewer.