Ignore:
Timestamp:
May 30, 2017 5:47:52 PM (7 years ago)
Author:
suehring
Message:

Adjustments according new topography and surface-modelling concept implemented

File:
1 edited

Legend:

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

    r2119 r2232  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! typo corrected
     23! +wall_salinityflux
     24! +tunnel_height, tunnel_lenght, tunnel_width_x, tunnel_width_y,
     25!  tunnel_wall_depth
    2326!
    2427! Former revisions:
     
    373376             topography, topography_grid_convention, top_heatflux,             &
    374377             top_momentumflux_u, top_momentumflux_v, top_salinityflux,         &
    375              top_scalarflux, transpose_compute_overlap, turbulent_inflow,      &
    376              turbulent_outflow,                                                &
     378             top_scalarflux, transpose_compute_overlap,                        &
     379             tunnel_height, tunnel_length, tunnel_width_x, tunnel_width_y,     &
     380             tunnel_wall_depth,                                                &
     381             turbulent_inflow, turbulent_outflow,                              &
    377382             use_subsidence_tendencies, ug_surface, ug_vertical_gradient,      &
    378383             ug_vertical_gradient_level, use_surface_fluxes, use_cmax,         &
     
    381386             vg_vertical_gradient_level, v_bulk, v_profile, ventilation_effect,&
    382387             wall_adjustment, wall_heatflux, wall_humidityflux,                &
    383              wall_scalarflux, zeta_max, zeta_min, z0h_factor
     388             wall_salinityflux, wall_scalarflux, zeta_max, zeta_min, z0h_factor
    384389     
    385390    NAMELIST /d3par/  averaging_interval, averaging_interval_pr,               &
     
    594599          CALL wtm_parin
    595600!
    596 !--       Check if virtual flights should be carried out and read &flight_part
     601!--       Check if virtual flights should be carried out and read &flight_par
    597602!--       if required
    598603          CALL flight_parin
Note: See TracChangeset for help on using the changeset viewer.