Changeset 4543
- Timestamp:
- May 20, 2020 2:12:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_grid.f90
r4507 r4543 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Remove non-required check for canyon height 28 ! 29 ! 4507 2020-04-22 18:21:45Z gronemeier 27 30 ! update origin_z with shifting height of orography (oro_min) 28 31 ! … … 1806 1809 IF ( canyon_width_x /= 9999999.9_wp ) THEN 1807 1810 IF ( ( index_left_cwall< 1 ) .OR. ( index_right_cwall> nx-1 ) .OR.& 1808 ( ngp_cx < 3 ) .OR. ( ch < 3 )) THEN1811 ( ngp_cx < 3 ) ) THEN 1809 1812 WRITE( message_string, * ) 'inconsistent canyon parameters:', & 1810 1813 '&index_left_cwall=', index_left_cwall, & … … 1816 1819 ELSEIF ( canyon_width_y /= 9999999.9_wp ) THEN 1817 1820 IF ( ( index_south_cwall < 1 ) .OR. & 1818 ( index_north_cwall > ny-1 ) .OR. ( ngp_cy < 3 ) .OR. & 1819 ( ch < 3 ) ) THEN 1821 ( index_north_cwall > ny-1 ) .OR. ( ngp_cy < 3 ) ) THEN 1820 1822 WRITE( message_string, * ) 'inconsistent canyon parameters:', & 1821 1823 '&index_south_cwall=', index_south_cwall, &
Note: See TracChangeset
for help on using the changeset viewer.