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/parin.f90

    r2773 r2817  
    2525! -----------------
    2626! $Id$
     27! Preliminary gust module interface implemented
     28!
     29! 2773 2018-01-30 14:12:54Z suehring
    2730! Nesting for chemical species implemented
    2831!
     
    357360    USE grid_variables,                                                        &
    358361        ONLY:  dx, dy
     362
     363    USE gust_mod,                                                              &
     364        ONLY: gust_parin
    359365
    360366    USE indices,                                                               &
     
    724730!--       Check if radiation model is used and read &radiation_par if required
    725731          CALL radiation_parin
     732
     733!
     734!--       Check if gust module is used and read &gust_par if required
     735          CALL gust_parin
    726736 
    727737 
Note: See TracChangeset for help on using the changeset viewer.