Ignore:
Timestamp:
Dec 7, 2018 12:59:57 PM (6 years ago)
Author:
suehring
Message:

Bugfix in initialization of surfaces in cyclic-fill case + bugfix in radiation output

File:
1 edited

Legend:

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

    r3589 r3608  
    2525! -----------------
    2626! $Id$
     27! Bugfix in initialization of surfaces in cyclic-fill case
     28!
     29! 3589 2018-11-30 15:09:51Z suehring
    2730! Move the control parameter "salsa" from salsa_mod to control_parameters
    2831! (M. Kurppa)
     
    16041607                              .FALSE. )
    16051608!
    1606 !--    Initialize surface elements and its attributes, e.g. heat- and
    1607 !--    momentumfluxes, roughness, scaling parameters. As number of surface
    1608 !--    elements might be different between runs, e.g. in case of cyclic fill,
    1609 !--    and not all surface elements are read, surface elements need to be
    1610 !--    initialized before.     
    1611        CALL init_surfaces
    1612 !
    16131609!--    When reading data for cyclic fill of 3D prerun data files, read
    16141610!--    some of the global variables from the restart file which are required
     
    16371633#endif
    16381634       ENDDO
     1635!
     1636!--    Initialize surface elements and its attributes, e.g. heat- and
     1637!--    momentumfluxes, roughness, scaling parameters. As number of surface
     1638!--    elements might be different between runs, e.g. in case of cyclic fill,
     1639!--    and not all surface elements are read, surface elements need to be
     1640!--    initialized before.
     1641!--    Please note, surfaces should be initialized after restart data is read,
     1642!--    else, individual settings of surface parameters will be overwritten
     1643!--    from data of precursor run.
     1644       CALL init_surfaces
    16391645
    16401646!
Note: See TracChangeset for help on using the changeset viewer.