Changeset 4768 for palm/trunk/SOURCE/ocean_mod.f90
- Timestamp:
- Nov 2, 2020 7:11:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/ocean_mod.f90
r4731 r4768 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Enable 3D data output also with 64-bit precision 28 ! 29 ! 4731 2020-10-07 13:25:11Z schwenkel 27 30 ! Move exchange_horiz from time_integration to modules 28 31 ! … … 1121 1124 REAL(wp) :: fill_value = -999.0_wp !< value for the _FillValue attribute 1122 1125 1123 REAL( sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !< local1126 REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !< local 1124 1127 !< array to which output data is resorted to 1125 1128
Note: See TracChangeset
for help on using the changeset viewer.