- Timestamp:
- May 16, 2018, 3:01:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv/libf/phylmd/slab_heat_transp_mod.F90
r3002 r3326 83 83 cu_,cuvsurcv_,cv_,cvusurcu_, & 84 84 aire_,apoln_,apols_, & 85 aireu_,airev_,rlatv )86 USE comconst_mod, ONLY: omeg, rad85 aireu_,airev_,rlatv, rad, omeg) 86 ! USE comconst_mod, ONLY: omeg, rad 87 87 ! number of points in lon, lat 88 88 IMPLICIT NONE … … 104 104 REAL,INTENT(IN) :: airev_(ip1jm) 105 105 REAL,INTENT(IN) :: rlatv(nbp_lat-1) 106 REAL,INTENT(IN) :: rad 107 REAL,INTENT(IN) :: omeg 106 108 107 109 ! Sanity check on dimensions
Note: See TracChangeset
for help on using the changeset viewer.