Changes between Version 12 and Version 13 of doc/app/examples/rrtmg


Ignore:
Timestamp:
Dec 3, 2018 3:49:22 PM (6 years ago)
Author:
schwenkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/examples/rrtmg

    v12 v13  
    2020With the following parameter file example_lsm_rrtmg_p3d a simulation with LSM and RRTMG can be performed.
    2121{{{
    22  &inipar nx = 63, ny = 63, nz = 96,
    23          dx = 50.0, dy = 50.0, dz = 25.0,
    24          dz_stretch_level = 1800.0,
     22 &initialization_parameters
     23    nx = 63, ny = 63, nz = 96,
     24    dx = 50.0, dy = 50.0, dz = 25.0,
     25    dz_stretch_level = 1800.0,
    2526
    26          fft_method = 'fftw',
     27    fft_method = 'fftw',
    2728
    28          initializing_actions = 'set_constant_profiles',
     29    initializing_actions = 'set_constant_profiles',
    2930
    30          ug_surface = 2.5, vg_surface = 0.0,
    31          pt_surface = 292.5,
    32          pt_vertical_gradient       =   0.0,  12.0,   0.5,
    33          pt_vertical_gradient_level =   0.0, 800.0, 825.0,
     31    ug_surface = 2.5, vg_surface = 0.0,
     32    pt_surface = 292.5,
     33    pt_vertical_gradient       =   0.0,  12.0,   0.5,
     34    pt_vertical_gradient_level =   0.0, 800.0, 825.0,
    3435
    35          humidity = .TRUE.,
    36          cloud_physics = .TRUE.,
    37          cloud_scheme = 'seifert_beheng',
     36    humidity = .TRUE.,
    3837
    39          q_surface = 0.005,
     38    q_surface = 0.005,
    4039
    41          surface_pressure = 1000.0,
     40    surface_pressure = 1000.0,
     41    latitude = 51.96,
     42    longitude = 0.0,
     43    day_of_year_init = 287,
     44    time_utc_init = 28800.0,
    4245
    43          latitude = 51.96,
    44          longitude = 0.0,
    45          day_of_year_init = 287,
    46          time_utc_init = 28800.0,
    47 
    48          constant_flux_layer = .TRUE.,
    49          bc_pt_b = 'dirichlet',
    50          bc_q_b = 'dirichlet',
    51          bc_e_b = 'neumann', /
     46    constant_flux_layer = .TRUE.,
     47    bc_pt_b = 'dirichlet',
     48    bc_q_b = 'dirichlet',
     49    bc_e_b = 'neumann', /
    5250
    5351
    54  &d3par  end_time = 18000.0,
     52 &runtime_parameters
     53    end_time = 18000.0,
    5554
    56          create_disturbances = .T.,
    57          dt_disturb = 150.0, disturbance_energy_limit = 0.01,
     55    create_disturbances = .T.,
     56    dt_disturb = 150.0, disturbance_energy_limit = 0.01,
    5857
    59          data_output = 'ql', 'qv', 'vpt', 'pt', 'shf*_xy', 'qsws*_xy',
     58    data_output = 'ql', 'qv', 'thetav', 'theta',
    6059                       'lwp*_xy', 'prr', 'qc', 'qr',
    61                        't_soil', 't_soil_av', 'pt_av',
     60                       't_soil', 't_soil_av', 'theta_av',
    6261                       'm_soil', 'm_soil_av',
    6362                       'c_liq*_xy', 'c_liq*_xy_av',
     
    7473                       'rad_sw_in', 'rad_sw_out', 'rad_lw_in', 'rad_lw_out',
    7574
    76          data_output_pr = '#pt', '#qv', 'wpt', '#t_soil', '#m_soil', 'u', 'v', 'rad_sw_in', 'rad_sw_out', 'rad_lw_in', 'rad_lw_out',
     75    data_output_pr = '#theta', '#qv', 'wtheta', '#t_soil', '#m_soil', 'u', 'v', 'rad_sw_in', 'rad_sw_out', 'rad_lw_in', 'rad_lw_out',
    7776         
    78          section_xy = 0, 1, 2, 3, 4, 5,
     77    section_xy = 0, 1, 2, 3, 4, 5,
    7978
    80          dt_data_output = 600.0,
     79    dt_data_output = 600.0,
    8180
    82          dt_data_output_av = 600.0,
    83          averaging_interval = 10.0,
    84          dt_dopr = 600.0,
     81    dt_data_output_av = 600.0,
     82    averaging_interval = 10.0,
     83    dt_dopr = 600.0,
    8584/
    8685
    87  &lsm_par surface_type = 'vegetation',
    88           vegetation_type = 3,
    89           soil_type = 7,
    90           conserve_water_content = .T.,
    91           c_surface = 0.0,
    92           vegetation_coverage = 0.9,
    93           z0  = 0.1,
    94           z0h = 0.02,
    95           lambda_surface_stable = 5.0,
    96           lambda_surface_unstable = 5.0,
    97           min_canopy_resistance = 110.0,
    98           min_soil_resistance = 50.0,
    99           leaf_area_index = 2.0,
    100           dz_soil = 0.01, 0.02, 0.04, 0.07, 0.15, 0.21, 0.72, 1.89,
    101           root_fraction = 0.1, 0.2, 0.3, 0.2, 0.1, 0.05, 0.05, 0.0,
    102           soil_temperature = 290.0, 289.0, 288.0, 286.0, 285.0, 285.0, 285.0, 285.0,
    103           soil_moisture    =   0.3,   0.3,   0.3,   0.3,   0.3,   0.3,   0.3,
     86 &land_surface_parameters
     87    surface_type = 'vegetation',
     88    vegetation_type = 3,
     89    soil_type = 7,
     90    conserve_water_content = .T.,
     91    c_surface = 0.0,
     92    vegetation_coverage = 0.9,
     93    z0_vegetation  = 0.1,
     94    z0h_vegetation = 0.02,
     95    lambda_surface_stable = 5.0,
     96    lambda_surface_unstable = 5.0,
     97    min_canopy_resistance = 110.0,
     98    min_soil_resistance = 50.0,
     99    leaf_area_index = 2.0,
     100    dz_soil = 0.01, 0.02, 0.04, 0.07, 0.15, 0.21, 0.72, 1.89,
     101    root_fraction = 0.1, 0.2, 0.3, 0.2, 0.1, 0.05, 0.05, 0.0,
     102    soil_temperature = 290.0, 289.0, 288.0, 286.0, 285.0, 285.0, 285.0, 285.0,
     103    soil_moisture    =   0.3,   0.3,   0.3,   0.3,   0.3,   0.3,   0.3,
     104    deep_soil_temperature = 285.0,
    104105/
    105106
    106  &radiation_par radiation_scheme = 'rrtmg',
    107                 albedo_type = 5,
    108                 constant_albedo = .F.,
    109                 dt_radiation = 60.0,
     107&bulk_cloud_parameters
     108    bulk_cloud_model = .TRUE.,
     109    cloud_scheme  = 'seifert_beheng',
    110110/
     111
     112 &radiation_parameters
     113    radiation_scheme = 'rrtmg',
     114    albedo_type = 5,
     115    constant_albedo = .F.,
     116    dt_radiation = 60.0,
     117/
    111118}}}
    112119This setup requires about 1.5h of time on a quad-core processor with 4x2.66Ghz.