Changeset 4775
- Timestamp:
- Nov 6, 2020 12:18:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_interface_mod.f90
r4774 r4775 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Further bugfix for r4774 28 ! 29 ! 4774 2020-11-06 07:50:30Z hellstea 27 30 ! Temporary bugfix for r4771: default for anterpolation_starting_height changed. 28 31 ! … … 2477 2480 !-- Check if the value was given by user or not 2478 2481 IF ( anterpolation_starting_height > 9000000.0_wp ) THEN 2479 !2480 !-- No value was given by user, compute a default value first.2481 ! CALL default_anterpolation_starting_height( 99 )2482 2482 ! 2483 2483 !-- Currently, the default-value definition is not used, but kpb_anterp … … 2486 2486 anterpolation_starting_height = 0.0_wp 2487 2487 RETURN 2488 ELSEIF ( anterpolation_starting_height == -1.0_wp ) THEN 2489 ! 2490 !-- As a workaround, the future default calculation of the anterpolation starting height 2491 !-- is switched on by giving -1.0 2492 CALL default_anterpolation_starting_height( 99 ) 2488 2493 ENDIF 2489 2494
Note: See TracChangeset
for help on using the changeset viewer.