Changeset 4774
- Timestamp:
- Nov 6, 2020 7:50:30 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_interface_mod.f90
r4773 r4774 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Temporary bugfix for r4771: default for anterpolation_starting_height changed. 28 ! 29 ! 4773 2020-11-04 16:30:24Z hellstea 27 30 ! Canopy-restricted anterpolation introduced. New namelist parameter anterpolation_starting_height 28 31 ! introduced for controlling canopy-restricted anterpolation. … … 2476 2479 ! 2477 2480 !-- No value was given by user, compute a default value first. 2478 CALL default_anterpolation_starting_height( 99 ) 2481 ! CALL default_anterpolation_starting_height( 99 ) 2482 ! 2483 !-- Currently, the default-value definition is not used, but kpb_anterp 2484 !-- is simply left to zero. The default value-definition will be 2485 !-- activated later. 2486 anterpolation_starting_height = 0.0_wp 2487 RETURN 2479 2488 ENDIF 2480 2489
Note: See TracChangeset
for help on using the changeset viewer.