Ignore:
Timestamp:
Aug 30, 2017, 6:13:14 PM (7 years ago)
Author:
jvatant
Message:

Useless argument Gweight in rad. tr. routines ( present in radcommon.h )
-JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/optcv.F90

    r1725 r1781  
    11SUBROUTINE OPTCV(DTAUV,TAUV,TAUCUMV,PLEV,  &
    22     QXVAER,QSVAER,GVAER,WBARV,COSBV,       &
    3      TAURAY,TAUAERO,TMID,PMID,TAUGSURF,GWEIGHT)
     3     TAURAY,TAUAERO,TMID,PMID,TAUGSURF)
    44
    55  use radinc_h
    6   use radcommon_h, only: gasv, tlimit, Cmk, tgasref, pfgasref,wnov,scalep,indv,glat_ig
     6  use radcommon_h, only: gasv, tlimit, Cmk, tgasref, pfgasref,wnov,scalep,indv,glat_ig,gweight
    77  use gases_h
    88  use comcstfi_mod, only: g, r
     
    5757  ! Titan customisation
    5858  ! J. Vatant d'Ollone (2016)
    59   real*8 GWEIGHT(L_NGAUSS)
    6059  real*8 DHAZE_T(L_LEVELS,L_NSPECTI)
    6160  real*8 DHAZES_T(L_LEVELS,L_NSPECTI)
Note: See TracChangeset for help on using the changeset viewer.