Browse Source

Merge branch 'master' into experiments/bias-correction

1.03.00
Sven Karsten 5 months ago
parent
commit
4a4c8a7103
  1. 2
      src/flux_lib/radiation/distribute_radiation_flux.F90

2
src/flux_lib/radiation/distribute_radiation_flux.F90

@ -21,7 +21,7 @@ module distribute_radiation_flux_mod
! apply surface-type-dependent albedo and get rid of averaged albedo
flux_radiation_surface_type = flux_radiation_averaged * (1.0 - albedo_surface_type) / (1.0 - albedo_averaged)
flux_radiation_surface_type = flux_radiation_averaged ! * (1.0 - albedo_surface_type) ! / (1.0 - albedo_averaged)
end subroutine distribute_radiation_flux

Loading…
Cancel
Save