Ignore:
Timestamp:
Nov 29, 2018 7:16:36 PM (6 years ago)
Author:
suehring
Message:

Merge branch salsa with trunk

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE

  • palm/trunk/SOURCE/boundary_conds.f90

    r3562 r3582  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Move the control parameter "salsa" from salsa_mod to control_parameters
     23! (M. Kurppa)
    2324!
    2425! Former revisions:
     
    225226               bc_dirichlet_s, bc_radiation_l, bc_radiation_n, bc_radiation_r, &
    226227               bc_radiation_s, bc_pt_t_val, bc_q_t_val, bc_s_t_val,            &
    227                child_domain, constant_diffusion, coupling_mode, &
    228                dt_3d, humidity, ibc_pt_b, ibc_pt_t, ibc_q_b, ibc_q_t, ibc_s_b, &
    229                ibc_s_t, ibc_uv_b, ibc_uv_t,                           &
    230                intermediate_timestep_count, nesting_offline, nudging,          &
    231                ocean_mode, passive_scalar, rans_mode, rans_tke_e, tsc, use_cmax
     228               child_domain, constant_diffusion, coupling_mode, dt_3d,         &
     229               humidity, ibc_pt_b, ibc_pt_t, ibc_q_b, ibc_q_t, ibc_s_b,        &
     230               ibc_s_t, ibc_uv_b, ibc_uv_t, intermediate_timestep_count,       &
     231               nesting_offline, nudging, ocean_mode, passive_scalar, rans_mode,&
     232               rans_tke_e, tsc, salsa, use_cmax
    232233
    233234    USE grid_variables,                                                        &
     
    248249 
    249250    USE salsa_mod,                                                             &
    250         ONLY:  salsa, salsa_boundary_conds       
     251        ONLY:  salsa_boundary_conds       
    251252
    252253    USE surface_mod,                                                           &
Note: See TracChangeset for help on using the changeset viewer.