Changes between Version 96 and Version 97 of doc/app/iofiles


Ignore:
Timestamp:
Jun 7, 2017 8:52:47 AM (8 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles

    v96 v97  
    824824These data must exactly match the horizontal grid. Due to the staggered grid, the topography may be displaced by -0.5 [../inipar#dx dx] in x-direction and -0.5 [../inipar#dy dy] in y-direction depending on the parameter [../inipar#topography_grid_convention topography_grid_convention]. See also the example in [source:/palm/trunk/EXAMPLES/topo_file trunk/EXAMPLES/topo_file/]. \\\\
    825825Alternatively, the user may add code to the user interface subroutine [../userint/int#user_init_grid user_init_grid]. \\\\
    826 Please note, topography information can also be provide via netCDF file, see [=#TOPOGRAPHY_DATA2 TOPOGRAPHY_DATA2].
     826Please note, topography information can also be provide via netCDF file, see [#TOPOGRAPHY_DATA2 TOPOGRAPHY_DATA2].
    827827}}}
    828828|----------------
     
    851851The global origin (y=0,x=0) of the data is the southwest corner of the model domain.
    852852
    853 If both, ASCII an netCDF file are present, topography information will be read only from netCDF file.
     853If both, [#TOPOGRAPHY_DATA ASCII] and netCDF file are present, topography information will be read only from netCDF file.
    854854
    855855The data must exactly match the horizontal grid. Due to the staggered grid, the topography may be displaced by -0.5 [../inipar#dx dx] in x-direction and -0.5 [../inipar#dy dy] in y-direction depending on the parameter [../inipar#topography_grid_convention topography_grid_convention]. \\\\