Changeset 1781 for trunk/LMDZ.TITAN/libf/phytitan/optcv.F90
- Timestamp:
- Aug 30, 2017, 6:13:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/optcv.F90
r1725 r1781 1 1 SUBROUTINE OPTCV(DTAUV,TAUV,TAUCUMV,PLEV, & 2 2 QXVAER,QSVAER,GVAER,WBARV,COSBV, & 3 TAURAY,TAUAERO,TMID,PMID,TAUGSURF ,GWEIGHT)3 TAURAY,TAUAERO,TMID,PMID,TAUGSURF) 4 4 5 5 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 7 7 use gases_h 8 8 use comcstfi_mod, only: g, r … … 57 57 ! Titan customisation 58 58 ! J. Vatant d'Ollone (2016) 59 real*8 GWEIGHT(L_NGAUSS)60 59 real*8 DHAZE_T(L_LEVELS,L_NSPECTI) 61 60 real*8 DHAZES_T(L_LEVELS,L_NSPECTI)
Note: See TracChangeset
for help on using the changeset viewer.