Changeset 3165 for palm/trunk/SOURCE/multi_agent_system_mod.f90
- Timestamp:
- Jul 24, 2018 1:12:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/multi_agent_system_mod.f90
r3160 r3165 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Added agent ID output 28 ! 29 ! 3160 2018-07-20 11:52:56Z sward 27 30 ! Changed C_SIZEOF to STORAGE_SIZE 28 31 ! … … 1206 1209 agents=>out_agents 1207 1210 1208 1209 1211 #if defined( __netcdf ) 1210 1212 … … 1247 1249 count = (/ out_noa /) ) 1248 1250 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 1249 1257 1250 1258 ! nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt(6), agents%pm10, &
Note: See TracChangeset
for help on using the changeset viewer.