Changeset 1419
- Timestamp:
- Jun 6, 2014 1:09:34 PM (10 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_grid.f90
r1418 r1419 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: Change if-condition for stretched grid in the ocean, with the old 23 ! condition and a negative value for dz_stretch_level the condition 24 ! was always true for the whole model domain 22 ! 25 23 ! 26 24 ! Former revisions: 27 25 ! ----------------- 28 26 ! $Id$ 27 ! 28 ! 1418 2014-06-06 13:05:08Z fricke 29 ! Bugfix: Change if-condition for stretched grid in the ocean, with the old 30 ! condition and a negative value for dz_stretch_level the condition 31 ! was always true for the whole model domain 29 32 ! 30 33 ! 1409 2014-05-23 12:11:32Z suehring -
palm/trunk/SOURCE/surface_coupler.f90
r1418 r1419 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Bugfix: For caluclation of the salinity flux at the sea surface, 23 ! the given value for salinity must be in percent and not in psu 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1418 2014-06-06 13:05:08Z fricke 29 ! Bugfix: For caluclation of the salinity flux at the sea surface, 30 ! the given value for salinity must be in percent and not in psu 28 31 ! 29 32 ! 1353 2014-04-08 15:21:23Z heinze
Note: See TracChangeset
for help on using the changeset viewer.