Ignore:
Timestamp:
Nov 28, 2017, 4:55:47 PM (7 years ago)
Author:
jvatant
Message:

Correct non-initialized variables in rcm1d causing NaN's with exigent compilers !
Also correct a small error in optcv
--JVO

File:
1 edited

Legend:

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

    r1823 r1826  
    4444  REAL*8, INTENT(IN)  :: PLEV(L_LEVELS)
    4545  REAL*8, INTENT(IN)  :: TMID(L_LEVELS), PMID(L_LEVELS)
     46  REAL*8, INTENT(IN)  :: TAURAY(L_NSPECTV)
    4647 
    4748  REAL*8, INTENT(OUT) :: DTAUV(L_NLAYRAD,L_NSPECTV,L_NGAUSS)
     
    5051  REAL*8, INTENT(OUT) :: COSBV(L_NLAYRAD,L_NSPECTV,L_NGAUSS)
    5152  REAL*8, INTENT(OUT) :: WBARV(L_NLAYRAD,L_NSPECTV,L_NGAUSS)
    52   REAL*8, INTENT(OUT) :: TAURAY(L_NSPECTV)
    5353  REAL*8, INTENT(OUT) :: TAUGSURF(L_NSPECTV,L_NGAUSS-1)
    5454  ! ==========================================================
Note: See TracChangeset for help on using the changeset viewer.