Ignore:
Timestamp:
Aug 12, 2016 3:14:59 PM (8 years ago)
Author:
suehring
Message:

Prescribing scalar flux at model top; several bugfixes concering data output of scalars and output of flight data

File:
1 edited

Legend:

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

    r1969 r1992  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! +constant_top_scalarflux, top_scalarflux
     22! default of bc_s_t adjusted
    2223!
    2324! Former revisions:
     
    603604                             bc_pt_t = 'initial_gradient', &
    604605                             bc_q_b = 'dirichlet', bc_q_t = 'neumann', &
    605                              bc_s_b = 'dirichlet', bc_s_t = 'neumann', &
     606                             bc_s_b = 'dirichlet', bc_s_t = 'initial_gradient', &
    606607                             bc_sa_t = 'neumann', &
    607608                             bc_uv_b = 'dirichlet', bc_uv_t = 'dirichlet', &
     
    701702                constant_top_momentumflux = .FALSE., &
    702703                constant_top_salinityflux = .TRUE., &
     704                constant_top_scalarflux = .TRUE., &
    703705                constant_scalarflux = .TRUE., &             
    704706                constant_waterflux = .TRUE., create_disturbances = .TRUE., &
     
    818820                 top_momentumflux_u = 9999999.9_wp, &
    819821                 top_momentumflux_v = 9999999.9_wp, top_salinityflux = 9999999.9_wp, &
     822                 top_scalarflux = 9999999.9_wp, &
    820823                 ug_surface = 0.0_wp, u_bulk = 0.0_wp, u_gtrans = 0.0_wp, &
    821824                 vg_surface = 0.0_wp, vpt_reference = 9999999.9_wp, &
Note: See TracChangeset for help on using the changeset viewer.