Changeset 4180 for palm/trunk/SOURCE/pmc_general_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_general_mod.f90
r3945 r4180 33 33 ! Determine number of coupled arrays dynamically. 34 34 ! 35 ! 3241 2018-09-12 15:02:00Z raasch36 ! unused variable removed37 !38 ! 2841 2018-02-27 15:02:57Z knoop39 ! Bugfix: wrong placement of include 'mpif.h' corrected40 !41 ! 2801 2018-02-14 16:01:55Z thiele42 ! Introduce particle transfer in nested models.43 !44 ! 2718 2018-01-02 08:49:38Z maronga45 ! Corrected "Former revisions" section46 !47 ! 2696 2017-12-14 17:12:51Z kanani48 ! Change in file header (GPL part)49 !50 ! 2599 2017-11-01 13:18:45Z hellstea51 ! Some cleanup and commenting improvements only.52 !53 ! 2101 2017-01-05 16:42:31Z suehring54 !55 ! 2000 2016-08-20 18:09:15Z knoop56 ! Forced header and separation lines into 80 columns57 !58 ! 1901 2016-05-04 15:39:38Z raasch59 ! Code clean up. The words server/client changed to parent/child.60 !61 ! 1900 2016-05-04 15:27:53Z raasch62 ! re-formatted to match PALM style, file renamed again63 !64 ! 1808 2016-04-05 19:44:00Z raasch65 ! MPI module used by default on all machines66 !67 ! 1786 2016-03-08 05:49:27Z raasch68 ! change in child-parent data transfer: parent now gets data from child69 ! instead of that child puts it to the parent70 !71 ! 1779 2016-03-03 08:01:28Z raasch72 ! PMC_MPI_REAL removed, dim_order removed from type arraydef,73 ! array management changed from linked list to sequential loop74 !75 ! 1766 2016-02-29 08:37:15Z raasch76 ! +po_data in type arraydef77 !78 ! 1764 2016-02-28 12:45:19Z raasch79 ! cpp-statement added (nesting can only be used in parallel mode),80 ! all kinds given in PALM style81 !82 ! 1762 2016-02-25 12:31:13Z hellstea83 ! Initial revision by K. Ketelsen84 35 ! 85 36 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.