Changeset 1792 for trunk/LMDZ.TITAN/libf/phytitan/optcv.F90
- Timestamp:
- Oct 5, 2017, 12:15:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/optcv.F90
r1788 r1792 94 94 indv = -9999 ! this initial value means "to be calculated" 95 95 ENDIF 96 97 ! Some initialisation beacause there's a pb with disr_haze at the limits (nw=1) 98 ! I should check this - For now we set vars to zero : better than nans - JVO 2017 99 100 dhaze_t(:,:) = 0. 101 ssa_t(:,:) = 0. 102 asf_t(:,:) = 0. 103 96 104 97 105 !======================================================================= … … 135 143 136 144 !================= Titan customisation ======================================== 137 145 call disr_haze(dz(k),plev(k),wnov(nw),dhaze_T(k,nw),SSA_T(k,nw),ASF_T(k,nw)) 138 146 ! ============================================================================= 139 147 140 148 DRAYAER = TRAY(K,NW) 141 149 ! DRAYAER is Tau RAYleigh scattering, plus AERosol opacity
Note: See TracChangeset
for help on using the changeset viewer.