Ignore:
Timestamp:
Oct 30, 2018 3:25:27 PM (5 years ago)
Author:
knoop
Message:

Fixed and enabled test case warm_air_bubble_with_bcm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TESTS/cases/warm_air_bubble_with_bcm/INPUT/warm_air_bubble_with_bcm_p3d

    r3357 r3461  
    77!-- grid parameters
    88!-------------------------------------------------------------------------------
    9     nx                         = 23, ! Number of gridboxes in x-direction (nx+1)
    10     ny                         = 23, ! Number of gridboxes in y-direction (ny+1)
     9    nx                         = 39, ! Number of gridboxes in x-direction (nx+1)
     10    ny                         = 39, ! Number of gridboxes in y-direction (ny+1)
    1111    nz                         = 40, ! Number of gridboxes in z-direction (nz)
    1212
     
    2828
    2929    pt_surface                 = 297.9,            ! temperature at surface
    30     pt_vertical_gradient       = 0.0, 0.58588957,  ! vertical gradient of temperature
     30    pt_vertical_gradient       = 0.0, 0.585,       ! vertical gradient of temperature
    3131    pt_vertical_gradient_level = 0.0, 740.0,       ! height level of temp gradients
    3232
    33     q_surface                  = 0.016,                                    ! mixing ratio at surface
    34     q_vertical_gradient        = -2.97297E-4, -4.5238095E-4, -8.108108E-5, ! gradient for mix. ratio
    35     q_vertical_gradient_level  = 0.0, 740.0, 3260.0,                       ! height lev. for gradients
     33    q_surface                  = 0.016,                         ! mixing ratio at surface
     34    q_vertical_gradient        = -2.97E-4, -4.52E-4, -8.1E-5,  ! gradient for mix. ratio
     35    q_vertical_gradient_level  = 0.0, 740.0, 3260.0,            ! height lev. for gradients
    3636
    37 !
    38 !--  passive scalar
    39 !-------------------------------------------------------------------------------
    40      passive_scalar            = .TRUE.,      ! enable passive scalar
    41      s_surface                 = 0.0008,      ! equivalent to 420ppm background
    42      surface_scalarflux        = 0.002,       ! kg emission per square meter and second
    43      bc_s_b                    = 'neumann',   ! Neumann boundary conditions
    44      scalar_advec              = 'bc-scheme', ! Bott chlond scheme for scalar advection
    45      loop_optimization         = 'vector',    ! loops over k,j,i
    46 
    47 !
    48 !--  bulk microphysics
    49 !-------------------------------------------------------------------------------
    50      humidity                  = .TRUE.,     ! prog. equation for total water mixing ratio
     37    humidity                   = .TRUE.,     ! prog. equation for total water mixing ratio
    5138
    5239!
     
    8471    data_output                = 'w_xy',
    8572                                 'w_xz',
    86                                  'pt_xy',
    87                                  'pt_xz',
     73                                 'theta_xy',
     74                                 'theta_xz',
    8875                                 'ql_yz',
     76                                 'qr_yz',
     77                                 'nr_yz',
    8978                                 'w_yz',
    9079                                 'u_yz',
    9180                                 'v_yz',
    92                                  's_yz',
    93                                  'nc_yz',
    9481
    9582    data_output_pr             = 'u',
    9683                                 'v',
    97                                  'w',
    9884                                 'ql',
    99                                  '#pt',
    100                                  'w"pt"',
    101                                  'w*pt*',
    102                                  'wpt',
     85                                 '#theta',
     86                                 'w"theta"',
     87                                 'w*theta*',
     88                                 'wtheta',
    10389                                 'w*2',
    104                                  'pt*2',
    10590
    10691    section_xy                 = 2, 10,  ! grid index for 2D XY cross sections
     
    120105&bulk_cloud_parameters
    121106
    122      bulk_cloud_model          = .TRUE.,     ! enable bulk cloud model
    123      cloud_scheme              = 'morrison', ! two-moment liquid water microphysics
    124                                              ! including activation, diffusion, autoconversion,
    125                                              ! accretion, sedimentation, precipitation
     107    bulk_cloud_model          = .TRUE.,           ! enable bulk cloud model
     108    cloud_scheme              = 'seifert_beheng', ! two-moment liquid water microphysics
     109                                                  ! including autoconversion,
     110                                                  ! accretion, sedimentation, precipitation
     111    collision_turbulence              = .TRUE.,   ! parametize turbulence effects for collision
     112    cloud_water_sedimentation         = .TRUE.,   ! enable cloud water sedimentation
    126113
    127      aerosol_bulk              = 'nacl',     ! chemical composition of aerosol
    128 
    129      na_init                   = 1.5E8,   ! background aerosol concetration
    130      dry_aerosol_radius        = 0.15E-6, ! mean dry aerosol radius
    131      sigma_bulk                = 1.61,    ! width of dry aerosol spectrum
    132 
    133      curvature_solution_effects_bulk   = .TRUE., ! considering aerosol properties for activation
    134      collision_turbulence              = .TRUE., ! parametize turbulence effects for collision
    135      cloud_water_sedimentation         = .TRUE., ! enable cloud water sedimentation
    136 
    137      call_microphysics_at_all_substeps = .TRUE., ! microphysics every timestep
     114    call_microphysics_at_all_substeps = .TRUE.,   ! microphysics every timestep
    138115
    139116/ ! end of bulk cloud parameter namelist
Note: See TracChangeset for help on using the changeset viewer.