Changeset 3524 for palm/trunk/SOURCE/pmc_interface_mod.f90
- Timestamp:
- Nov 14, 2018 1:36:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_interface_mod.f90
r3484 r3524 25 25 ! ----------------- 26 26 ! $Id$ 27 ! declaration statements rearranged to avoid compile time errors 28 ! 29 ! 3484 2018-11-02 14:41:25Z hellstea 27 30 ! Introduction of reversibility correction to the interpolation routines in order to 28 31 ! guarantee mass and scalar conservation through the nest boundaries. Several errors … … 5416 5419 IMPLICIT NONE 5417 5420 5421 INTEGER(iwp) :: nzt_topo_nestbc !< 5422 5418 5423 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg), & 5419 5424 INTENT(INOUT) :: f !< … … 5448 5453 !AH INTEGER(iwp), DIMENSION(0:kct,jcs:jcn,icl:icr), INTENT(IN) :: ijkfc !< number of child grid points contributing to a parent grid box 5449 5454 INTEGER(iwp), DIMENSION(0:cg%nz+1,jcs:jcn,icl:icr), INTENT(IN) :: ijkfc !< number of child grid points contributing to a parent grid box 5450 5451 INTEGER(iwp) :: nzt_topo_nestbc !<5452 5455 5453 5456 CHARACTER(LEN=1), INTENT(IN) :: edge !< … … 5706 5709 IMPLICIT NONE 5707 5710 5711 INTEGER(iwp) :: nzt_topo_nestbc !< 5712 5708 5713 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg), & 5709 5714 INTENT(INOUT) :: f !< … … 5737 5742 !AH INTEGER(iwp), DIMENSION(0:kct,jcs:jcn,icl:icr), INTENT(IN) :: ijkfc !< number of child grid points contributing to a parent grid box 5738 5743 INTEGER(iwp), DIMENSION(0:cg%nz+1,jcs:jcn,icl:icr), INTENT(IN) :: ijkfc !< number of child grid points contributing to a parent grid box 5739 5740 INTEGER(iwp) :: nzt_topo_nestbc !<5741 5744 5742 5745 CHARACTER(LEN=1), INTENT(IN) :: edge !<
Note: See TracChangeset
for help on using the changeset viewer.