Ignore:
Timestamp:
Jan 22, 2018 11:34:58 AM (6 years ago)
Author:
maronga
Message:

major bugfix in calculation of aerodynamic resistance for vertical surface elements

File:
1 edited

Legend:

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

    r2746 r2765  
    2525! -----------------
    2626! $Id$
     27! Set initial value for time_since_reference_point
     28!
     29! 2746 2018-01-15 12:06:04Z suehring
    2730! +plant_canopy
    2831!
     
    14511454    REAL(wp) ::  time_restart = 9999999.9_wp                   !< time at which run shall be terminated and restarted
    14521455    REAL(wp) ::  time_run_control = 0.0_wp                     !< time since last RUN_CONTROL output
    1453     REAL(wp) ::  time_since_reference_point                    !< time after atmosphere-ocean coupling has been activated, or time after spinup phase of LSM has been finished
     1456    REAL(wp) ::  time_since_reference_point = 0.0_wp           !< time after atmosphere-ocean coupling has been activated, or time after spinup phase of LSM has been finished
    14541457    REAL(wp) ::  top_heatflux = 9999999.9_wp                   !< namelist parameter
    14551458    REAL(wp) ::  top_momentumflux_u = 9999999.9_wp             !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.