Ignore:
Timestamp:
Jan 5, 2018 12:12:38 PM (6 years ago)
Author:
maronga
Message:

some changes in spinup mechanism and additional check in land surface model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r2723 r2724  
    2525! -----------------
    2626! $Id$
     27! Set default of average_radiation to .FALSE.
     28!
     29! 2723 2018-01-05 09:27:03Z maronga
    2730! Bugfix in calculation of rad_lw_out (clear-sky). First grid level was used
    2831! instead of the surface value
     
    350353                sw_radiation = .TRUE.,                & !< flag parameter indicating whether shortwave radiation shall be calculated
    351354                sun_direction = .FALSE.,              & !< flag parameter indicating whether solar direction shall be calculated
    352                 average_radiation = .TRUE.,           & !< flag to set the calculation of radiation averaging for the domain
     355                average_radiation = .FALSE.,          & !< flag to set the calculation of radiation averaging for the domain
    353356                atm_surfaces = .FALSE.,               & !< flag parameter indicating wheather surfaces of atmospheric cells will be considered in calculating SVF
    354357                radiation_interactions = .TRUE.,      & !< flag to control if radiation interactions via sky-view factors shall be considered
Note: See TracChangeset for help on using the changeset viewer.