Ignore:
Timestamp:
Aug 24, 2007 3:10:38 PM (17 years ago)
Author:
letzel
Message:
  • Improved coupler: evaporation - salinity-flux coupling for humidity = .T.,

avoid MPI hangs when coupled runs terminate, add DOC/app/chapter_3.8;

  • Optional calculation of km and kh from initial TKE e_init;
  • Default initialization of km,kh = 0.00001 for ocean = .T.;
  • Allow data_output_pr= q, wq, w"q", w*q* for humidity = .T.;
  • Bugfix: Rayleigh damping for ocean fixed.
File:
1 edited

Legend:

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

    r102 r108  
    44! Actual revisions:
    55! -----------------
    6 ! +top_momentumflux_u|v in inipar, +dt_coupling in d3par
     6! +e_init, top_momentumflux_u|v in inipar, +dt_coupling in d3par
    77!
    88! Former revisions:
     
    7272             conserve_volume_flow, cut_spline_overshoot, damp_level_1d, &
    7373             dissipation_1d, dt, dt_pr_1d, dt_run_control_1d, dx, dy, dz, &
    74              dz_max, dz_stretch_factor, dz_stretch_level, e_min, end_time_1d, &
     74             dz_max, dz_stretch_factor, dz_stretch_level, e_init, e_min, &
     75             end_time_1d, &
    7576             fft_method, galilei_transformation, grid_matching, humidity, &
    7677             inflow_disturbance_begin, inflow_disturbance_end, &
Note: See TracChangeset for help on using the changeset viewer.