Changeset 4180 for palm/trunk/SOURCE/local_stop.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/local_stop.f90
r3655 r4180 27 27 ! Added an empty output string to stop keywords to clean up job protocol 28 28 ! 29 ! 2718 2018-01-02 08:49:38Z maronga30 ! Corrected "Former revisions" section31 !32 ! 2696 2017-12-14 17:12:51Z kanani33 ! Change in file header (GPL part)34 !35 ! 2371 2017-08-24 13:01:17Z kanani36 ! Removed unnecessary USE of vertical_nesting_mod37 !38 ! 2365 2017-08-21 14:59:59Z kanani39 ! Vertical nesting implemented (SadiqHuq)40 !41 ! 2101 2017-01-05 16:42:31Z suehring42 !43 ! 2000 2016-08-20 18:09:15Z knoop44 ! Forced header and separation lines into 80 columns45 !46 ! 1804 2016-04-05 16:30:18Z maronga47 ! Removed code for parameter file check (__check)48 !49 ! 1764 2016-02-28 12:45:19Z raasch50 ! abort with MPI_COMM_WORLD added, nested runs always abort with MPI_ABORT51 !52 ! 1682 2015-10-07 23:56:08Z knoop53 ! Code annotations made doxygen readable54 !55 ! 1353 2014-04-08 15:21:23Z heinze56 ! REAL constants provided with KIND-attribute57 !58 ! 1320 2014-03-20 08:40:49Z raasch59 ! ONLY-attribute added to USE-statements,60 ! revision history before 2012 removed61 !62 ! 1036 2012-10-22 13:43:42Z raasch63 ! code put under GPL (PALM 3.9)64 !65 ! 809 2012-01-30 13:32:58Z maronga66 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives67 !68 ! 807 2012-01-25 11:53:51Z maronga69 ! New cpp directive "__check" implemented which is used by check_namelist_files70 !71 ! Revision 1.1 2002/12/19 15:46:23 raasch72 ! Initial revision73 !74 29 ! 75 30 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.