Ignore:
Timestamp:
Nov 2, 2020 10:31:45 AM (3 years ago)
Author:
Giersch
Message:

Tutorials updated for r4761

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIALS/cases/example_cbl/INPUT/example_cbl_p3d

    r4409 r4765  
    2626
    2727    pt_surface                 = 300.0, ! initial surface potential temp
    28     pt_vertical_gradient       = 0.0, 1.0,   ! piecewise temp gradients
    29     pt_vertical_gradient_level = 0.0, 800.0, ! height level of temp gradients
     28    pt_vertical_gradient       = 0.0,
     29                                 1.0,   ! piecewise temp gradients
     30    pt_vertical_gradient_level = 0.0,
     31                                 800.0, ! height level of temp gradients
    3032
    3133!
     
    7274    dt_dopr                    = 900.0,  ! output interval for profile data
    7375
    74     data_output                = 'u', 'u_av','v', 'v_av','w', 'w_av','theta', 'theta_av','u_xy', 'u_xz', 'u_yz', 'u_xz_av', 'v_xy', 'v_xz', 'v_yz', 'v_xz_av', 'w_xy', 'w_xz', 'w_yz', 'w_xz_av', 'theta_xy', 'theta_xz', 'theta_yz',
     76    data_output                = 'u', 'u_av',
     77                                 'v', 'v_av',
     78                                 'w', 'w_av',
     79                                 'theta', 'theta_av',
     80                                 'u_xy', 'u_xz', 'u_yz', 'u_xz_av',
     81                                 'v_xy', 'v_xz', 'v_yz', 'v_xz_av',
     82                                 'w_xy', 'w_xz', 'w_yz', 'w_xz_av',
     83                                 'theta_xy', 'theta_xz', 'theta_yz',
    7584
    76     data_output_pr             = 'u', 'u*2', 'v', 'v*2', 'w', 'w*2', 'w*3', '#theta', 'theta*2', 'wtheta', 'w"theta"', 'w*theta*',
     85    data_output_pr             = 'u', 'u*2',
     86                                 'v', 'v*2',
     87                                 'w', 'w*2', 'w*3',
     88                                 '#theta', 'theta*2',
     89                                 'wtheta', 'w"theta"', 'w*theta*',
    7790
    7891    section_xy                 = 2,
Note: See TracChangeset for help on using the changeset viewer.