Changeset 4180 for palm/trunk/SOURCE/multi_agent_system_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/multi_agent_system_mod.f90
r4168 r4180 43 43 ! unused variables removed 44 44 ! 45 ! 3602 2018-12-04 16:03:51Z sward46 ! Added check for missing NAVIGATION_DATA input file47 !48 ! 3601 2018-12-04 16:00:04Z sward49 ! Replace degree symbol by degree_C/degrees50 !51 ! 3587 2018-11-30 13:52:19Z sward52 ! Added output of agent substep time53 !54 ! 3525 2018-11-14 16:06:14Z kanani55 ! Changes related to clean-up of biometeorology (dom_dwd_user)56 !57 ! 3448 2018-10-29 18:14:31Z kanani58 ! Adjustment of biometeorology calls,59 ! implement some agent biometeorology60 !61 ! 3274 2018-09-24 15:42:55Z knoop62 ! Modularization of all bulk cloud physics code components63 !64 ! 3268 2018-09-21 13:45:37Z sward65 ! Cleaned up agent pointer assignment in output routine66 !67 ! 3248 2018-09-14 09:42:06Z sward68 ! Minor formating changes69 !70 ! 3246 2018-09-13 15:14:50Z sward71 ! Added error handling for input namelist via parin_fail_message72 !73 ! 3241 2018-09-12 15:02:00Z raasch74 ! unused variables removed75 !76 ! 3235 2018-09-07 14:06:15Z sward77 ! Bugfix in output, added agent-number dimension and related messages and78 ! input parameters, updated cpu logging, added mas_last_actions79 !80 ! 3201 2018-08-20 11:45:01Z sward81 ! Bugfix, missing pre-processor directive. Set default82 ! read_agents_from_restartfile = .FALSE. restarts not yet implemented.83 !84 ! 3198 2018-08-15 09:23:10Z sward85 ! Now using time_since_reference_point; moved multi_agent_system_start and86 ! multi_agent_system_end to control_parameters; renamed NAMELIST agents_par to87 ! agent_parameters88 !89 ! 3187 2018-07-31 10:32:34Z sward90 ! Reworked agent pathfinding to avoid collisions with walls91 !92 ! 3165 2018-07-24 13:12:42Z sward93 ! Added agent ID output94 !95 ! 3160 2018-07-20 11:52:56Z sward96 ! Changed C_SIZEOF to STORAGE_SIZE97 !98 ! 3159 2018-07-20 11:20:01Z sward99 ! Initial revision100 !101 !102 !103 ! Authors:104 ! --------105 ! @author sward106 !107 45 ! 108 46 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.