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

Preliminary gust module interface implemented

File:
1 edited

Legend:

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

    r2797 r2817  
    2525! -----------------
    2626! $Id$
     27! Preliminary gust module interface implemented
     28!
     29! 2797 2018-02-08 13:24:35Z suehring
    2730! Enable restarts for land- and urban-surface variables ghf_av, r_a_av and
    2831! tsurf_av.
     
    171174    USE cpulog,                                                                &
    172175        ONLY:  cpu_log, log_point_s
     176
     177    USE gust_mod,                                                              &
     178        ONLY :  gust_module_enabled, gust_read_restart_data
    173179
    174180    USE indices,                                                               &
     
    11051111
    11061112       ENDDO  ! loop over variables
     1113
     1114!
     1115!--    Read gust model restart data
     1116       IF ( gust_module_enabled )  THEN
     1117          CALL gust_read_restart_data
     1118       ENDIF
    11071119!
    11081120!--    Read surface related variables
Note: See TracChangeset for help on using the changeset viewer.