Ignore:
Timestamp:
Jun 15, 2020 8:30:38 AM (4 years ago)
Author:
oliver.maas
Message:

added new surface temperature forcing method for bc_pt_b = 'dirichlet': surface temperature pt(0) can be linearly increased by pt_surface_heating_rate (in K/h)

File:
1 edited

Legend:

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

    r4536 r4565  
    2525! -----------------
    2626! $Id$
     27! added pt_surface_heating_rate
     28!
     29! 4536 2020-05-17 17:24:13Z raasch
    2730! +qsurf_av, ssurf_av
    2831!
     
    942945                                                               !< boundary of total domain
    943946    REAL(wp) ::  pt_surface = 300.0_wp                         !< namelist parameter
     947    REAL(wp) ::  pt_surface_heating_rate = 0.0_wp              !< namelist parameter
    944948    REAL(wp) ::  pt_surface_initial_change = 0.0_wp            !< namelist parameter
    945949    REAL(wp) ::  q_surface = 0.0_wp                            !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.