Ignore:
Timestamp:
Apr 8, 2019 5:35:12 PM (5 years ago)
Author:
knoop
Message:

Implemented wtm_actions and moved respective module code into it

File:
1 edited

Legend:

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

    r3874 r3875  
    361361               wtm_init_arrays,                                                &
    362362               wtm_init,                                                       &
     363               wtm_actions,                                                    &
    363364               wtm_rrd_global,                                                 &
    364365               wtm_wrd_global
     
    891892    IF ( ocean_mode          )  CALL ocean_actions( location )
    892893    IF ( salsa               )  CALL salsa_actions( location )
     894    IF ( wind_turbine        )  CALL wtm_actions( location )
    893895    IF ( user_module_enabled )  CALL user_actions( location )
    894896
     
    914916    IF ( ocean_mode          )  CALL ocean_actions( i, j, location )
    915917    IF ( salsa               )  CALL salsa_actions( i, j, location )
     918    IF ( wind_turbine        )  CALL wtm_actions( i, j, location )
    916919    IF ( user_module_enabled )  CALL user_actions( i, j, location )
    917920
Note: See TracChangeset for help on using the changeset viewer.