Ignore:
Timestamp:
Feb 19, 2018 4:32:21 PM (6 years ago)
Author:
knoop
Message:

Preliminary gust module interface implemented

File:
1 edited

Legend:

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

    r2776 r2817  
    2525! -----------------
    2626! $Id$
     27! Preliminary gust module interface implemented
     28!
     29! 2776 2018-01-31 10:44:42Z Giersch
    2730! Variable synthetic_turbulence_generator has been abbreviated
    2831!
     
    371374    USE grid_variables,                                                        &
    372375        ONLY:  dx, dy
     376
     377    USE gust_mod,                                                              &
     378        ONLY: gust_header, gust_module_enabled
    373379       
    374380    USE indices,                                                               &
     
    10231029
    10241030    IF ( radiation )  CALL radiation_header ( io )
     1031
     1032    IF ( gust_module_enabled )  CALL gust_header ( io )
    10251033
    10261034!
Note: See TracChangeset for help on using the changeset viewer.