Changes between Version 1 and Version 2 of doc/tec/mas
- Timestamp:
- Aug 1, 2018 1:12:57 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/tec/mas
v1 v2 18 18 '''The usage of this tool is subject to chage! The following description is preliminary!''' 19 19 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): 20 1) Copy {{{nav_mesh.f90}}} to the {{{INPUT}}}-folder of your JOB.\\ 21 2) Compile it, including your NetCDF-libraries. At IMUK the command is (replace the paths according to your local NetCDF installation): 21 22 {{{ 22 23 ifort -cpp -I /muksoft/packages/netcdf4_hdf5parallel/4411c_443f/hdf5-1.10.0-patch1/mvapich2-2.3rc1/intel/2018.1.163/include/ \\ 23 24 -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 24 25 }}} 25 26 26 3) 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]).\\ 27 4) 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].\\ 28 5) Execute the program 27 29 {{{ 28 mkdir -p ~/palm/current_version/ 30 ./a.out 29 31 }}} 32 This 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. 30 33 31 34 ''L'', ''u'',,∗,, as well as … … 36 39 37 40 41 == NAMELIST group name: {{{agents_par}}}== 38 42 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" 49 R * 5 50 }}} 51 {{{#!td style="vertical-align:top; text-align:left;style="width: 75px" 52 100 * .F. 53 }}} 54 {{{#!td 55 Array for simplification of building polygons during preprocessing.\\\\ 56 57 }}} 39 58 == References == 40 59 * [=#detering1985] '''Detering HW, Etling D.''' 1985. Application of the ''E''-''ε'' turbulence model to the atmospheric boundary layer. Bound.-Lay. Meteorol. 33: 113–133.