Changeset 3045 for palm/trunk/INSTALL


Ignore:
Timestamp:
May 28, 2018 7:55:41 AM (6 years ago)
Author:
Giersch
Message:

Code adjusted according to coding standards, renamed namelists, error messages revised until PA0347, output CASE 108 disabled

Location:
palm/trunk/INSTALL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/INSTALL/example_cbl_p3d

    r2490 r3045  
    33!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/inipar
    44!-------------------------------------------------------------------------------
    5 &inipar
     5&initialization_parameters
    66!
    77!-- grid parameters
     
    4949!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par
    5050!-------------------------------------------------------------------------------
    51 &d3par
     51&runtime_parameters
    5252!
    5353!-- run steering
  • palm/trunk/INSTALL/test_oceanml_p3d

    r2575 r3045  
    1 &inipar nx = 63, ny = 63, nz=64,
     1&initialization_parameters
     2        nx = 63, ny = 63, nz=64,
    23        dx = 1.25, dy = 1.25, dz = 1.25,
    34
     
    3233        bc_sa_t = 'neumann', /
    3334
    34 &d3par  end_time = 300.0,
     35&runtime_parameters
     36        end_time = 300.0,
    3537        create_disturbances = .T.,
    3638        dt_disturb = 60.0,
Note: See TracChangeset for help on using the changeset viewer.