Ignore:
Timestamp:
Jan 21, 2021 3:51:51 PM (3 years ago)
Author:
gronemeier
Message:

bugfix: removed syn_turb_gen from restart files, replaced use_syn_turb_gen by syn_turb_gen

File:
1 edited

Legend:

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

    r4648 r4848  
    2121! -----------------
    2222! $Id$
     23! replaced use_syn_turb_gen by syn_turb_gen
     24!
     25! 4648 2020-08-25 07:52:08Z raasch
    2326! file re-formatted to follow the PALM coding standard
    2427!
     
    9598        ONLY:  coupling_mode, coupling_topology, gathered_size, momentum_advec,                    &
    9699               outflow_source_plane, recycling_width, scalar_advec, subdomain_size,                &
    97                turbulent_inflow, turbulent_outflow, y_shift
     100               syn_turb_gen, turbulent_inflow, turbulent_outflow, y_shift
    98101
    99102    USE grid_variables,                                                                            &
     
    123126
    124127    USE synthetic_turbulence_generator_mod,                                                        &
    125         ONLY:  id_stg_left, id_stg_north, id_stg_right, id_stg_south, use_syn_turb_gen
     128        ONLY:  id_stg_left, id_stg_north, id_stg_right, id_stg_south
    126129#endif
    127130
     
    11581161!-- Please note, if no forcing or nesting is applied, the generator is applied only at the left
    11591162!-- lateral boundary.
    1160     IF ( use_syn_turb_gen )  THEN
     1163    IF ( syn_turb_gen )  THEN
    11611164       IF ( bc_dirichlet_l )  THEN
    11621165          id_stg_left_l = myidx
Note: See TracChangeset for help on using the changeset viewer.