Ignore:
Timestamp:
Nov 28, 2014, 4:36:29 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/readaerosolstrato.F90

    r1910 r2160  
    128128    CALL grid2dTo1d_glo(tauaerstrat_mois,tauaerstrat_mois_glo)
    129129
    130 !    DEALLOCATE(tauaerstrat)
    131 !    DEALLOCATE(tauaerstrat_mois)
    132 !    DEALLOCATE(tauaerstrat_mois_glo)
    133  
    134130    ENDIF !--is_mpi_root
    135131
     
    139135!--keep memory of previous month
    140136    mth_pre=mth_cur
     137!
     138    IF (is_mpi_root) THEN
     139!
     140    DEALLOCATE(tauaerstrat)
     141    DEALLOCATE(tauaerstrat_mois)
     142    DEALLOCATE(tauaerstrat_mois_glo)
     143!
     144    ENDIF !-is_mpi_root
    141145
    142146    ENDIF !--debut ou nouveau mois
    143147
    144 !--total vertical aod at the 5 wavelengths
     148!--total vertical aod at the 6 wavelengths
    145149    DO wave=1, nwave
    146150    DO k=1, klev
    147     tausum_aero(:,wave,id_STRAT)=tausum_aero(:,wave,id_STRAT)+tau_aer_strat(:,k)*alpha_strat_wave(wave)/alpha_strat_wave(2)
    148 !    tausum_aero(:,wave,id_ASBCM)=tausum_aero(:,wave,id_ASBCM)+tau_aer_strat(:,k)*alpha_strat_wave(wave)/alpha_strat_wave(2)
     151    tausum_aero(:,wave,id_STRAT_phy)=tausum_aero(:,wave,id_STRAT_phy)+tau_aer_strat(:,k)*alpha_strat_wave(wave)/alpha_strat_wave(2)
    149152    ENDDO
    150153    ENDDO
Note: See TracChangeset for help on using the changeset viewer.