Ignore:
Timestamp:
Dec 19, 2018 1:48:34 PM (5 years ago)
Author:
raasch
Message:

nopointer option removed

File:
1 edited

Legend:

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

    r3633 r3636  
    2828! -----------------
    2929! $Id$
     30! nopointer option removed
     31!
     32! 3633 2018-12-17 16:17:57Z schwenkel
    3033! Include check for rrtmg files
    3134!
     
    48624865     REAL(wp)                          :: area_hor           !< total horizontal area of domain in all processor
    48634866
    4864 #if ! defined( __nopointer )
     4867
    48654868     IF ( plant_canopy )  THEN
    48664869         pchf_prep(:) = r_d * exner(nzub:nzut)                                 &
    48674870                     / (c_p * hyp(nzub:nzut) * dx*dy*dz(1)) !< equals to 1 / (rho * c_p * Vbox * T)
    48684871     ENDIF
    4869 #endif
     4872
    48704873     sun_direction = .TRUE.
    48714874     CALL calc_zenith  !< required also for diffusion radiation
Note: See TracChangeset for help on using the changeset viewer.