Changes between Version 1 and Version 2 of doc/tec/mas


Ignore:
Timestamp:
Aug 1, 2018 1:12:57 PM (7 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified doc/tec/mas

    v1 v2  
    1818'''The usage of this tool is subject to chage! The following description is preliminary!'''
    1919
    20 To execute the the tool copy {{{nav_mesh.f90}}} to the {{{INPUT}}}-folder of your JOB. Compile it, including your NetCDF-libraries. At IMUK the command is (replace the paths according to your local NetCDF installation):
     201) Copy {{{nav_mesh.f90}}} to the {{{INPUT}}}-folder of your JOB.\\
     212) Compile it, including your NetCDF-libraries. At IMUK the command is (replace the paths according to your local NetCDF installation):
    2122{{{
    2223ifort -cpp -I /muksoft/packages/netcdf4_hdf5parallel/4411c_443f/hdf5-1.10.0-patch1/mvapich2-2.3rc1/intel/2018.1.163/include/ \\
    2324           -L /muksoft/packages/netcdf4_hdf5parallel/4411c_443f/hdf5-1.10.0-patch1/mvapich2-2.3rc1/intel/2018.1.163/lib -D__netcdf -lnetcdf -lnetcdff nav_mesh.f90
    2425}}}
    25 
    26 
     263) Make sure your Input folder contains the relevant topography information in either an ASCII- or NetCDF-file ([wiki:doc/app/iofiles/pids#topo see here]).\\
     274) Make sure your Input folder contains the {{{_p3d}}}-file. In it, if necessary, specify the namelist {{{&prepro_par}}} with the parameters [#flag_2d flag_2d], [#internal_buildings internal_buildings] and [#tolerance_dp tolerance_dp].\\
     285) Execute the program
    2729{{{
    28   mkdir -p ~/palm/current_version/
     30./a.out
    2931}}}
     32This will create a file {{{<job_identifier>_nav}}}. This is a Fortran binary file that contains the polygon and visibility graph data and will be read by PALM during the simulation. As long as the area and resulution of the model domain do not change this file can be reused.
    3033
    3134''L'', ''u'',,∗,, as well as
     
    3639
    3740
     41== NAMELIST group name: {{{agents_par}}}==
    3842
     43||='''Parameter Name'''  =||='''[../fortrantypes FORTRAN Type]'''  =||='''Default Value'''  =||='''Explanation'''  =||
     44|----------------
     45{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     46[=#tolerance_dp '''tolerance_dp'']
     47}}}
     48{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
     49R * 5
     50}}}
     51{{{#!td style="vertical-align:top; text-align:left;style="width: 75px"
     52100 * .F.
     53}}}
     54{{{#!td
     55Array for simplification of building polygons during preprocessing.\\\\
     56
     57}}}
    3958== References ==
    4059* [=#detering1985] '''Detering HW, Etling D.''' 1985. Application of the ''E''-''ε'' turbulence model to the atmospheric boundary layer. Bound.-Lay. Meteorol. 33: 113–133.