Changeset 2490


Ignore:
Timestamp:
Sep 21, 2017 1:12:11 PM (7 years ago)
Author:
knoop
Message:

Bugfix: yield to gfortran namelist syntax sensitivity in example_cbl_p3d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/INSTALL/example_cbl_p3d

    r2488 r2490  
    2727    pt_surface                 = 300.0, ! initial surface potential temp
    2828
    29     pt_vertical_gradient       =    0.0, ! piecewise temp gradients
    30                                     1.0,
    31     pt_vertical_gradient_level =    0.0, ! height level of temp gradients
    32                                   800.0,
     29    pt_vertical_gradient       =    0.0,
     30                                    1.0, ! piecewise temp gradients
     31    pt_vertical_gradient_level =    0.0,
     32                                  800.0, ! height level of temp gradients
    3333
    3434
     
    7878                                 '#pt', 'pt*2',
    7979
    80     section_xy                 = 2,  ! grid index for 2D XY cross sections
    81                                  10,
     80    section_xy                 = 2,
     81                                 10, ! grid index for 2D XY cross sections
    8282    section_xz                 = 20, ! grid index for 2D XZ cross sections
    8383
Note: See TracChangeset for help on using the changeset viewer.