Changeset 2183 for LMDZ5/trunk/libf/phylmd/rrtm
- Timestamp:
- Jan 20, 2015, 10:55:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/rrtm/readaerosolstrato_rrtm.F90
r2152 r2183 45 45 real, allocatable:: tauaerstrat_mois(:, :, :) 46 46 real, allocatable:: tauaerstrat_mois_glo(:, :) 47 real, allocatable:: tauaerstrat_mois_glo_bands(:,:,:)48 47 49 48 real, allocatable:: sum_tau_aer_strat(:) … … 81 80 IF (.not.ALLOCATED(sum_tau_aer_strat)) ALLOCATE(sum_tau_aer_strat(klon)) 82 81 82 IF (debut.OR.mth_cur.NE.mth_pre) THEN 83 83 84 IF (is_mpi_root) THEN 84 85 IF (debut.OR.mth_cur.NE.mth_pre) THEN86 85 87 86 IF (nbands_sw_rrtm.NE.6) THEN … … 130 129 ALLOCATE(tauaerstrat_mois(n_lon, n_lat, n_lev)) 131 130 ALLOCATE(tauaerstrat_mois_glo(klon_glo, n_lev)) 132 ALLOCATE(tauaerstrat_mois_glo_bands(klon_glo, n_lev,nbands_sw_rrtm))133 131 134 132 !--reading stratospheric AOD at 550 nm … … 170 168 DO k=1, klev 171 169 tausum_aero(:,wave,id_STRAT_phy)=tausum_aero(:,wave,id_STRAT_phy)+ & 172 tau_aer_strat(:,k)*alpha_sw_strat_wave(wave)/alpha_sw_strat_wave(2)170 tau_aer_strat(:,k)*alpha_sw_strat_wave(wave)/alpha_sw_strat_wave(2) 173 171 ENDDO 174 172 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.