Ignore:
Timestamp:
Oct 26, 2016 11:15:40 AM (8 years ago)
Author:
knoop
Message:

Anelastic approximation implemented

File:
1 edited

Legend:

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

    r2036 r2037  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Anelastic approximation implemented
    2323!
    2424! Former revisions:
     
    313313
    314314
    315     NAMELIST /inipar/  alpha_surface, background_communication, bc_e_b, bc_lr, &
     315    NAMELIST /inipar/  alpha_surface, approximation,                           &
     316                       background_communication, bc_e_b, bc_lr,                &
    316317                       bc_ns, bc_p_b, bc_p_t, bc_pt_b, bc_pt_t, bc_q_b,        &
    317318             bc_q_t,bc_s_b, bc_s_t, bc_sa_t, bc_uv_b, bc_uv_t,                 &
     
    332333             dt, dt_pr_1d, dt_run_control_1d, dx, dy, dz, dz_max,              &
    333334             dz_stretch_factor, dz_stretch_level, end_time_1d,                 &
    334              ensemble_member_nr,                                               &
    335              e_init, e_min, fft_method, galilei_transformation, humidity,      &
     335             ensemble_member_nr, e_init, e_min, fft_method,                    &
     336             flux_input_mode, flux_output_mode,                                &
     337             galilei_transformation, humidity,                                 &
    336338             inflow_damping_height, inflow_damping_width,                      &
    337339             inflow_disturbance_begin, inflow_disturbance_end,                 &
Note: See TracChangeset for help on using the changeset viewer.