Ignore:
Timestamp:
Dec 18, 2017 11:26:23 AM (6 years ago)
Author:
maronga
Message:

minor bugfix for restarts

File:
1 edited

Legend:

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

    r2701 r2705  
    2525! -----------------
    2626! $Id$
     27! Bugfix for reading initial profiles from ls/nuding file
     28!
     29! 2701 2017-12-15 15:40:50Z suehring
    2730! Bugfix, missing initialization of surface attributes in case of
    2831! inifor-initialization branch
     
    10241027
    10251028!
     1029!-- Initialize nudging if required
     1030    IF ( nudging )  THEN
     1031       CALL nudge_init
     1032    ENDIF
     1033
     1034!
     1035!-- Initialize reading of large scale forcing from external file - if required
     1036    IF ( large_scale_forcing  .OR.  forcing )  THEN
     1037       CALL lsf_init
     1038    ENDIF
     1039
     1040!
    10261041!-- Allocate arrays containing the RK coefficient for calculation of
    10271042!-- perturbation pressure and turbulent fluxes. At this point values are
     
    21732188
    21742189!
    2175 !-- Initialize nudging if required
    2176     IF ( nudging )  THEN
    2177        CALL nudge_init
    2178     ENDIF
    2179 
    2180 !
    2181 !-- Initialize reading of large scale forcing from external file - if required
    2182     IF ( large_scale_forcing  .OR.  forcing )  THEN
    2183        CALL lsf_init
    2184     ENDIF
    2185 !
    21862190!-- Initialize surface forcing corresponding to large-scale forcing. Therein,
    21872191!-- initialize heat-fluxes, etc. via datatype. Revise it later!
Note: See TracChangeset for help on using the changeset viewer.