Ignore:
Timestamp:
Jul 30, 2018 5:07:14 PM (6 years ago)
Author:
suehring
Message:

Mask topography while imposing inflow perturbations at the boundaries; do not impose perturbations at top boundary as well as ghost points; Remove print statement; Read zsoil dimension lenght only if soil variables are provided in dynamic driver

File:
1 edited

Legend:

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

    r3178 r3186  
    2828! -----------------
    2929! $Id$
     30! Remove print statement
     31!
     32! 3180 2018-07-27 11:00:56Z suehring
    3033! Revise concept for calculation of effective radiative temperature and mapping
    3134! of radiative heating
     
    49844987      t_rad_urb = ( (pemitlw - pabslw + emissivity_urb*pinlw) / &
    49854988           (emissivity_urb*sigma_sb * area_hor) )**0.25_wp
    4986 write(9,*) t_rad_urb
    4987 flush(9)
    49884989!
    49894990!--  It has been turned out that the effective radiative temperature is far
Note: See TracChangeset for help on using the changeset viewer.