Ignore:
Timestamp:
Oct 29, 2013 1:21:31 PM (11 years ago)
Author:
heinze
Message:

Undoing commit 1239

File:
1 edited

Legend:

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

    r1239 r1240  
    2323! Current revisions:
    2424! ------------------
    25 ! Overwrite initial profiles in case of nudging
    26 ! Inititialize shf and qsws in case of large_scale_forcing
     25!
    2726!
    2827! Former revisions:
     
    261260    USE indices
    262261    USE interfaces
    263     USE ls_forcing_mod
    264262    USE model_1d
    265263    USE netcdf_control
     
    782780       ELSEIF ( INDEX(initializing_actions, 'set_constant_profiles') /= 0 ) &
    783781       THEN
    784 
    785 !
    786 !--       Overwrite initial profiles in case of nudging
    787           IF ( nudging ) THEN
    788              pt_init = ptnudge(:,1)
    789              u_init  = unudge(:,1)
    790              v_init  = vnudge(:,1)
    791              IF ( humidity  .OR.  passive_scalar )  THEN
    792                 q_init = qnudge(:,1)
    793              ENDIF
    794 
    795              WRITE( message_string, * ) 'Initial profiles of u, v and ', &
    796                  'scalars from NUDGING_DATA are used.'
    797              CALL message( 'init_3d_model', 'PA0370', 0, 0, 0, 6, 0 )
    798           ENDIF
    799 
    800782!
    801783!--       Use constructed initial profiles (velocity constant with height,
     
    891873          IF ( sloping_surface )  CALL init_slope
    892874
    893           IF(myid==0) THEN
    894             PRINT*,"initial profiles from init_3d_model"
    895             DO k=nzb, nzt+1
    896                 PRINT*, k, u(k,0,0), v(k,0,0), pt(k,0,0), q(k,0,0)
    897             ENDDO
    898           ENDIF
    899 
    900875       ELSEIF ( INDEX(initializing_actions, 'by_user') /= 0 ) &
    901876       THEN
     
    973948             ELSE
    974949                shf = surface_heatflux
    975 !
    976 !--             Initialize shf with data from external file LSF_DATA
    977                 IF ( large_scale_forcing .AND. lsf_surf ) THEN
    978                    CALL ls_forcing_surf ( simulated_time )
    979                 ENDIF
    980 
    981950!
    982951!--             Over topography surface_heatflux is replaced by wall_heatflux(0)
Note: See TracChangeset for help on using the changeset viewer.