Ignore:
Timestamp:
Jul 24, 2018 1:12:42 PM (6 years ago)
Author:
sward
Message:

Added agent ID output

File:
1 edited

Legend:

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

    r3160 r3165  
    2525! -----------------
    2626! $Id$
     27! Added agent ID output
     28!
     29! 3160 2018-07-20 11:52:56Z sward
    2730! Changed C_SIZEOF to STORAGE_SIZE
    2831!
     
    12061209          agents=>out_agents
    12071210
    1208 
    12091211#if defined( __netcdf )
    12101212
     
    12471249                                  count = (/ out_noa /) )
    12481250          CALL netcdf_handle_error( 'mas_data_output_agents', 7 )
     1251
     1252          nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt(6), agents%id,        &
     1253                                  start = (/ 1, agt_time_count /),             &
     1254                                  count = (/ out_noa /) )
     1255          CALL netcdf_handle_error( 'mas_data_output_agents', 8 )
     1256
    12491257
    12501258!           nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt(6), agents%pm10,      &
Note: See TracChangeset for help on using the changeset viewer.