Ignore:
Timestamp:
Mar 12, 2015, 5:46:56 PM (9 years ago)
Author:
oboucher
Message:

Putting minimum values for SW and LW aerosol optical depth values
Putting default value for aerosol single scattering albedo if no aerosol
Doing this consistently in all cases covered by flag_aerosol and flag_aerosol_strat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F90

    r2227 r2231  
    30263026        tausum_aero(:,:,:) = 0.
    30273027        IF (iflag_rrtm .EQ. 0) THEN !--old radiation
    3028            tau_aero(:,:,:,:) = 0.
    3029            piz_aero(:,:,:,:) = 0.
     3028           tau_aero(:,:,:,:) = 1.e-15
     3029           piz_aero(:,:,:,:) = 1.
    30303030           cg_aero(:,:,:,:)  = 0.
    30313031        ELSE
    3032            tau_aero_sw_rrtm(:,:,:,:)=0.0
    3033            piz_aero_sw_rrtm(:,:,:,:)=0.0
    3034            cg_aero_sw_rrtm(:,:,:,:)=0.0
     3032           tau_aero_sw_rrtm(:,:,:,:) = 1.e-15
     3033           tau_aero_lw_rrtm(:,:,:,:) = 1.e-15
     3034           piz_aero_sw_rrtm(:,:,:,:) = 1.0
     3035           cg_aero_sw_rrtm(:,:,:,:)  = 0.0
    30353036        ENDIF
    30363037     ENDIF
Note: See TracChangeset for help on using the changeset viewer.