Ignore:
Timestamp:
Mar 11, 2020 2:20:43 PM (4 years ago)
Author:
raasch
Message:

ghost point exchange modularized, bugfix for wrong 2d-exchange

File:
1 edited

Legend:

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

    r4452 r4457  
    2828! -----------------
    2929! $Id$
     30! use statement for exchange horiz added
     31!
     32! 4452 2020-03-10 20:15:32Z suehring
    3033! Bugfix in calc_albedo
    3134!
     
    39943997
    39953998#if defined ( __rrtmg )
     3999       USE exchange_horiz_mod,                                                 &
     4000           ONLY:  exchange_horiz
     4001
    39964002       USE indices,                                                            &
    39974003           ONLY:  nbgp
Note: See TracChangeset for help on using the changeset viewer.