Ignore:
Timestamp:
Jun 12, 2018 7:03:02 AM (6 years ago)
Author:
Giersch
Message:

New vertical stretching procedure has been introduced

File:
1 edited

Legend:

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

    r3049 r3065  
    2525! -----------------
    2626! $Id$
     27! New initialization parameters added
     28!
     29! 3049 2018-05-29 13:52:36Z Giersch
    2730! Error messages revised
    2831!
     
    509512             dp_external, dp_level_b, dp_smooth, dpdxy, dry_aerosol_radius,    &
    510513             dt, dt_pr_1d, dt_run_control_1d, dt_spinup, dx, dy, dz, dz_max,   &
    511              dz_stretch_factor, dz_stretch_level, end_time_1d,                 &
    512              ensemble_member_nr, e_init, e_min, fft_method,                    &
    513              flux_input_mode, flux_output_mode, forcing,                       &
     514             dz_stretch_factor, dz_stretch_level, dz_stretch_level_start,      &
     515             dz_stretch_level_end, end_time_1d, ensemble_member_nr, e_init,    &
     516             e_min, fft_method, flux_input_mode, flux_output_mode, forcing,    &
    514517             galilei_transformation, humidity,                                 &
    515518             inflow_damping_height, inflow_damping_width,                      &
     
    579582             dp_external, dp_level_b, dp_smooth, dpdxy, dry_aerosol_radius,    &
    580583             dt, dt_pr_1d, dt_run_control_1d, dt_spinup, dx, dy, dz, dz_max,   &
    581              dz_stretch_factor, dz_stretch_level, end_time_1d,                 &
    582              ensemble_member_nr, e_init, e_min, fft_method,                    &
    583              flux_input_mode, flux_output_mode, forcing,                       &
     584             dz_stretch_factor, dz_stretch_level, dz_stretch_level_start,      &
     585             dz_stretch_level_end, end_time_1d, ensemble_member_nr, e_init,    &
     586             e_min, fft_method, flux_input_mode, flux_output_mode, forcing,    &
    584587             galilei_transformation, humidity,                                 &
    585588             inflow_damping_height, inflow_damping_width,                      &
Note: See TracChangeset for help on using the changeset viewer.