- Timestamp:
- Sep 11, 2024, 4:27:07 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad.v1.5.1/radiation_flux.F90
r5159 r5185 361 361 if (lhook) call dr_hook('radiation_flux:calc_surface_spectral',0,hook_handle) 362 362 363 if (config%do_sw . and. config%do_surface_sw_spectral_flux) then363 if (config%do_sw .AND. config%do_surface_sw_spectral_flux) then 364 364 365 365 if (use_indexed_sum_vec) then … … 420 420 421 421 ! Fluxes in bands required for canopy radiative transfer 422 if (config%do_sw . and. config%do_canopy_fluxes_sw) then422 if (config%do_sw .AND. config%do_canopy_fluxes_sw) then 423 423 if (config%use_canopy_full_spectrum_sw) then 424 424 this%sw_dn_diffuse_surf_canopy(:,istartcol:iendcol) = this%sw_dn_diffuse_surf_g(:,istartcol:iendcol) … … 472 472 end if ! do_canopy_fluxes_sw 473 473 474 if (config%do_lw . and. config%do_canopy_fluxes_lw) then474 if (config%do_lw .AND. config%do_canopy_fluxes_lw) then 475 475 if (config%use_canopy_full_spectrum_lw) then 476 476 this%lw_dn_surf_canopy(:,istartcol:iendcol) = this%lw_dn_surf_g(:,istartcol:iendcol)
Note: See TracChangeset
for help on using the changeset viewer.