Ignore:
Timestamp:
Sep 28, 2020 5:42:58 PM (4 years ago)
Author:
suehring
Message:

Bugfix, correct mapping of RRTMG heating rates, as well as incoming/outgoing radiation onto the topography-following grid; add fill values to the radiation output

File:
1 edited

Legend:

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

    r4590 r4708  
    2525! -----------------
    2626! $Id$
     27! pass fillvalue attribute to radiation output
     28!
     29! 4590 2020-07-06 14:34:59Z suehring
    2730! Enable mpi-io for biomet
    2831!
     
    15781581
    15791582    IF ( .NOT. found  .AND.  radiation )  THEN
    1580        CALL radiation_data_output_2d(                                          &
    1581                av, variable, found, grid, mode, local_pf, two_d, nzb_do, nzt_do&
     1583       CALL radiation_data_output_2d(                                                       &
     1584               av, variable, found, grid, mode, local_pf, two_d, nzb_do, nzt_do, fill_value &
    15821585            )
    15831586    ENDIF
     
    16731676
    16741677    IF ( .NOT. found  .AND.  radiation )  THEN
    1675        CALL radiation_data_output_3d( av, variable, found, local_pf, nzb_do, nzt_do )
     1678       CALL radiation_data_output_3d( av, variable, found, local_pf, fill_value, nzb_do, nzt_do )
    16761679       resorted = .TRUE.
    16771680    ENDIF
Note: See TracChangeset for help on using the changeset viewer.