Ignore:
Timestamp:
May 16, 2018, 3:01:09 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Continuing convergence work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/slab_heat_transp_mod.F90

    r3002 r3326  
    8383                                  cu_,cuvsurcv_,cv_,cvusurcu_, &
    8484                                  aire_,apoln_,apols_, &
    85                                   aireu_,airev_,rlatv)
    86     USE comconst_mod, ONLY: omeg, rad
     85                                  aireu_,airev_,rlatv, rad, omeg)
     86!    USE comconst_mod, ONLY: omeg, rad
    8787    ! number of points in lon, lat
    8888    IMPLICIT NONE
     
    104104    REAL,INTENT(IN) :: airev_(ip1jm)
    105105    REAL,INTENT(IN) :: rlatv(nbp_lat-1)
     106    REAL,INTENT(IN) :: rad
     107    REAL,INTENT(IN) :: omeg
    106108
    107109    ! Sanity check on dimensions
Note: See TracChangeset for help on using the changeset viewer.