Changeset 4180 for palm/trunk/SOURCE/surface_coupler.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_coupler.f90
r3655 r4180 27 27 ! Modularization of all bulk cloud physics code components 28 28 ! 29 ! 3049 2018-05-29 13:52:36Z Giersch30 ! Error messages revised31 !32 ! 3045 2018-05-28 07:55:41Z Giersch33 ! Error message revised34 !35 ! 2718 2018-01-02 08:49:38Z maronga36 ! Corrected "Former revisions" section37 !38 ! 2696 2017-12-14 17:12:51Z kanani39 ! Change in file header (GPL part)40 !41 ! 2233 2017-05-30 18:08:54Z suehring42 !43 ! 2232 2017-05-30 17:47:52Z suehring44 ! Adjust to new surface structure. Transfer 1D surface fluxes onto 2D grid45 ! (and back).46 !47 ! 2031 2016-10-21 15:11:58Z knoop48 ! renamed variable rho to rho_ocean49 !50 ! 2000 2016-08-20 18:09:15Z knoop51 ! Forced header and separation lines into 80 columns52 !53 ! 1682 2015-10-07 23:56:08Z knoop54 ! Code annotations made doxygen readable55 !56 ! 1427 2014-07-07 14:04:59Z maronga57 ! Bugfix: value of l_v corrected.58 !59 ! 1418 2014-06-06 13:05:08Z fricke60 ! Bugfix: For caluclation of the salinity flux at the sea surface,61 ! the given value for salinity must be in percent and not in psu62 !63 ! 1353 2014-04-08 15:21:23Z heinze64 ! REAL constants provided with KIND-attribute65 !66 ! 1324 2014-03-21 09:13:16Z suehring67 ! Bugfix: ONLY statement for module pegrid removed68 !69 ! 1322 2014-03-20 16:38:49Z raasch70 ! REAL constants defined as wp-kind71 !72 ! 1320 2014-03-20 08:40:49Z raasch73 ! ONLY-attribute added to USE-statements,74 ! kind-parameters added to all INTEGER and REAL declaration statements,75 ! kinds are defined in new module kinds,76 ! old module precision_kind is removed,77 ! revision history before 2012 removed,78 ! comment fields (!:) to be used for variable explanations added to79 ! all variable declaration statements80 !81 ! 1318 2014-03-17 13:35:16Z raasch82 ! module interfaces removed83 !84 ! 1092 2013-02-02 11:24:22Z raasch85 ! unused variables removed86 !87 ! 1036 2012-10-22 13:43:42Z raasch88 ! code put under GPL (PALM 3.9)89 !90 ! 880 2012-04-13 06:28:59Z raasch91 ! Bugfix: preprocessor statements for parallel execution added92 !93 ! 109 2007-08-28 15:26:47Z letzel94 ! Initial revision95 29 ! 96 30 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.