Changeset 1879
- Timestamp:
- Apr 20, 2016 8:39:42 AM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r1878 r1879 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! The zeroth element of weight_pres removed as unnecessary22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1878 2016-04-19 12:30:36Z hellstea 28 ! The zeroth element of weight_pres removed as unnecessary 26 29 ! 27 30 ! 1849 2016-04-08 11:33:18Z hoffmann -
palm/trunk/SOURCE/parin.f90
r1852 r1879 430 430 bc_uv_t = 'nested' 431 431 bc_pt_t = 'nested' 432 bc_q_t = 'nested' 432 433 bc_p_t = 'neumann' 433 434 ENDIF -
palm/trunk/SOURCE/pmc_interface_mod.f90
r1878 r1879 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Synchronization rewritten, logc-array index order changed for cache optimization23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1878 2016-04-19 12:30:36Z hellstea 29 ! Synchronization rewritten, logc-array index order changed for cache optimization 27 30 ! 28 31 ! 1850 2016-04-08 13:29:27Z maronga … … 2990 2993 dt_3d = dtg(1) 2991 2994 2995 #endif 2992 2996 END SUBROUTINE pmci_synchronize 2993 2997 -
palm/trunk/SOURCE/time_integration.f90
r1878 r1879 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Synchronization for nested runs rewritten21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1878 2016-04-19 12:30:36Z hellstea 28 ! Synchronization for nested runs rewritten 29 ! 27 30 ! 1853 2016-04-11 09:00:35Z maronga 28 31 ! Adjusted for use with radiation_scheme = constant
Note: See TracChangeset
for help on using the changeset viewer.