Changeset 4307 for palm/trunk/SOURCE/multi_agent_system_mod.f90
- Timestamp:
- Nov 26, 2019 2:12:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/multi_agent_system_mod.f90
r4182 r4307 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Activated output of iPT 28 ! 29 ! 4182 2019-08-22 15:20:23Z scharf 27 30 ! Corrected "Former revisions" section 28 31 ! … … 1190 1193 1191 1194 USE control_parameters, & 1192 ONLY: agt_time_count, end_time, message_string,&1195 ONLY: agt_time_count, biometeorology, end_time, message_string, & 1193 1196 multi_agent_system_end, multi_agent_system_start 1194 1197 … … 1402 1405 count = (/ out_noa /) ) 1403 1406 CALL netcdf_handle_error( 'mas_data_output_agents', 7 ) 1404 CALL cpu_log( log_point_s(17), 'mas_data_output', 'stop' ) 1405 1406 1407 ! nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt(6), agents%pm10, & 1408 ! start = (/ 1, agt_time_count /), & 1409 ! count = (/ out_noa /) ) 1410 ! CALL netcdf_handle_error( 'mas_data_output_agents', 8 ) 1411 ! 1412 ! nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt(7), agents%pm25, & 1407 1408 1409 IF ( biometeorology ) THEN 1410 nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt(7), agents%ipt, & 1411 start = (/ 1, agt_time_count /), & 1412 count = (/ out_noa /) ) 1413 CALL netcdf_handle_error( 'mas_data_output_agents', 8 ) 1414 ENDIF 1415 1416 1417 1418 ! nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt(8), agents%pm10, & 1413 1419 ! start = (/ 1, agt_time_count /), & 1414 1420 ! count = (/ out_noa /) ) 1415 1421 ! CALL netcdf_handle_error( 'mas_data_output_agents', 9 ) 1416 1422 ! 1417 ! nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt( 8), agents%therm_comf,&1423 ! nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt(9), agents%pm25, & 1418 1424 ! start = (/ 1, agt_time_count /), & 1419 1425 ! count = (/ out_noa /) ) 1426 ! CALL netcdf_handle_error( 'mas_data_output_agents', 10 ) 1427 ! 1420 1428 ! 1421 1429 ! nc_stat = NF90_PUT_VAR( id_set_agt, id_var_agt(9), agents%uv, & … … 1423 1431 ! count = (/ out_noa /) ) 1424 1432 ! CALL netcdf_handle_error( 'mas_data_output_agents', 10 ) 1433 1434 CALL cpu_log( log_point_s(17), 'mas_data_output', 'stop' ) 1435 1425 1436 1426 1437 #endif
Note: See TracChangeset
for help on using the changeset viewer.