Ignore:
Timestamp:
Jun 14, 2013 5:57:58 AM (11 years ago)
Author:
raasch
Message:

New:
---
Initial profiles can be used as reference state in the buoyancy term. New parameter
reference_state introduced. Calculation and handling of reference state in buoyancy term revised.
binary version for restart files changed from 3.9 to 3.9a (no downward compatibility!),
initial profile for rho added to hom (id=77)

Errors:


small bugfix for background communication (time_integration)

File:
1 edited

Legend:

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

    r1160 r1179  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! +reference_state, ref_state, use_initial_profile_as_reference, vpt_reference,
     23! use_reference renamed use_single_reference_value
    2324!
    2425! Former revisions:
     
    420421          dd2zu, dzu, ddzw, dzw, hyp, inflow_damping_factor, lad, l_grid,      &
    421422          nc_1d, nr_1d, ptdf_x, ptdf_y, pt_1d, pt_init, q_1d, q_init, qc_1d,   &
    422           qr_1d, rdf, rdf_sc, sa_init, ug, u_init, u_nzb_p1_for_vfc, vg,       &
    423           v_init, v_nzb_p1_for_vfc, w_subs, zu, zw
     423          qr_1d, rdf, rdf_sc, ref_state, sa_init, ug, u_init,                  &
     424          u_nzb_p1_for_vfc, vg, v_init, v_nzb_p1_for_vfc, w_subs, zu, zw
    424425
    425426    REAL, DIMENSION(:,:), ALLOCATABLE ::                                       &
     
    656657                             mixing_length_1d = 'as_in_3d_model', &
    657658                             random_generator = 'numerical-recipes', &
     659                             reference_state = 'initial_profile', &
    658660                             return_addres, return_username, &
    659661                             timestep_scheme = 'runge-kutta-3'                             
     
    770772                terminate_run = .FALSE., turbulence = .FALSE., &
    771773                turbulent_inflow = .FALSE., use_cmax = .TRUE., &
    772                 use_prescribed_profile_data = .FALSE., use_reference = .FALSE.,&
     774                use_initial_profile_as_reference = .FALSE., &
     775                use_prescribed_profile_data = .FALSE., &
     776                use_single_reference_value = .FALSE., &
    773777                use_surface_fluxes = .FALSE., use_top_fluxes = .FALSE., &
    774778                use_ug_for_galilei_tr = .TRUE., use_upstream_for_tke = .FALSE.,&
     
    846850             top_momentumflux_v = 9999999.9, top_salinityflux = 9999999.9, &
    847851             ug_surface = 0.0, u_bulk = 0.0, u_gtrans = 0.0, &
    848              vg_surface = 0.0, &
     852             vg_surface = 0.0, vpt_reference = 9999999.9, &
    849853             v_bulk = 0.0, v_gtrans = 0.0, wall_adjustment_factor = 1.8, &
    850854             z_max_do2d = -1.0, z0h_factor = 1.0
Note: See TracChangeset for help on using the changeset viewer.