Changeset 4180 for palm/trunk/SOURCE/surface_data_output_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_data_output_mod.f90
r4129 r4180 69 69 ! Rename module and subroutines 70 70 ! 71 ! 3646 2018-12-28 17:58:49Z kanani72 ! Bugfix: use time_since_reference_point instead of simulated_time (relevant73 ! when using wall/soil spinup)74 !75 ! 3614 2018-12-10 07:05:46Z raasch76 ! unused variables removed77 !78 ! 3572 2018-11-28 11:40:28Z suehring79 ! Added short- and longwave radiation flux arrays (e.g. diffuse, direct,80 ! reflected, resedual) for all surfaces (M. Salim)81 !82 ! 3494 2018-11-06 14:51:27Z suehring83 ! Bugfix in gathering surface data from different types and orientation.84 ! Output of total number of surfaces and vertices added.85 ! String length is output, for more convinient post-processing.86 ! Last actions added.87 !88 ! 3483 2018-11-02 14:19:26Z raasch89 ! bugfix: missed directives for MPI added90 !91 ! 3421 2018-10-24 18:39:32Z gronemeier92 ! Add output variables93 ! Write data into binary file94 !95 ! 3420 2018-10-24 17:30:08Z gronemeier96 ! Initial implementation from Klaus Ketelsen and Matthias Suehring97 !98 !99 ! Authors:100 ! --------101 ! @author Klaus Ketelsen, Matthias Suehring, Tobias Gronemeier102 71 ! 103 72 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.