Ignore:
Timestamp:
Sep 7, 2018 2:06:15 PM (6 years ago)
Author:
sward
Message:

Bugfix in MAS output, added related messages, reworked MAS cpu logging

File:
1 edited

Legend:

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

    r3232 r3235  
    2525! -----------------
    2626! $Id$
     27! Added mas_last_actions call and multi_agent_system_mod dependency
     28!
     29! 3232 2018-09-07 12:21:44Z raasch
    2730! references to mrun replaced by palmrun, and updated
    2831!
     
    254257    USE indices,                                                               &
    255258        ONLY:  nbgp
     259
     260    USE multi_agent_system_mod,                                                &
     261        ONLY:  agents_active, mas_last_actions
    256262
    257263    USE netcdf_data_input_mod,                                                 &
     
    536542!-- unit in routine user_last_actions.
    537543    CALL cpu_log( log_point(4), 'last actions', 'start' )
    538          
     544
     545    IF ( myid == 0 .AND. agents_active ) CALL mas_last_actions
    539546    CALL user_last_actions
    540547    CALL close_file( 0 )
Note: See TracChangeset for help on using the changeset viewer.