Changeset 4774 for palm/trunk/SOURCE


Ignore:
Timestamp:
Nov 6, 2020 7:50:30 AM (3 years ago)
Author:
hellstea
Message:

Temporary bugfix for r4771: default for anterpolation_starting_height changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/pmc_interface_mod.f90

    r4773 r4774  
    2525! -----------------
    2626! $Id$
     27! Temporary bugfix for r4771: default for anterpolation_starting_height changed.
     28!
     29! 4773 2020-11-04 16:30:24Z hellstea
    2730! Canopy-restricted anterpolation introduced. New namelist parameter anterpolation_starting_height
    2831! introduced for controlling canopy-restricted anterpolation.
     
    24762479!         
    24772480!--       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
    24792488       ENDIF
    24802489
Note: See TracChangeset for help on using the changeset viewer.