Changes between Version 16 and Version 17 of doc/app/iofiles/inifor


Ignore:
Timestamp:
Feb 12, 2020 1:24:52 PM (5 years ago)
Author:
scharf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles/inifor

    v16 v17  
    151151== Namelist parameters ==
    152152
    153 INIFOR mirrors a subset of the PALM-4U's Fortran namelists `inipar` and `d3par` and supports the following parameters:
    154 
    155 === inipar ===
     153INIFOR mirrors a subset of the PALM-4U's Fortran namelists `initialization_parameters` and `runtime_parameters` and supports the following parameters:
     154
     155=== initialization_parameters ===
    156156
    157157||='''Parameter name''' =||='''Default value''' =||='''Description''' =||
     
    166166
    167167
    168 === d3par ===
     168=== runtime_parameters ===
    169169
    170170||='''Parameter name''' =||='''Default value''' =||='''Description''' =||
     
    175175
    176176{{{
    177 &inipar nx = 4679, ny = 3939, nz = 360
     177&initialization_parameters nx = 4679, ny = 3939, nz = 360
    178178        dx = 10., dy = 10., dz = 10.
    179179        dz_stretch_level = 2500.0, dz_stretch_factor = 1.08, dz_max = 100.0
     
    181181/
    182182
    183 &d3par  end_time = 86400.0
     183&runtime_parameters  end_time = 86400.0
    184184/
    185185}}}
     
    204204||='''Option''' =||='''Default value''' =||='''Description''' =||
    205205|| -l, --hhl-file <netCDF file> ||  <scenario path>/hhl.nc || Location of the netCDF file containing the vertical COSMO-DE grid levels, specifically the heights of half levels (hhl, i.e. vertical cell faces). ||
    206 || -n, --namelist <namelist file> || ./namelist || Location of the PALM-4U namelist file. INIFOR expects the file to contain two namelists, inipar and d3par, from which it will read grid parameters and the simulation time. ||
     206|| -n, --namelist <namelist file> || ./namelist || Location of the PALM-4U namelist file. INIFOR expects the file to contain two namelists, initialization_parameters and runtime_parameters, from which it will read grid parameters and the simulation time. ||
    207207|| -o, --output <output file> || ./palm-4u-input.nc || Name of the INIFOR output file, i.e. the PALM-4U dynamic driver. ||
    208208|| -p, --path <scenario path> || ./ || Scenario path, i.e. the path of the meteorological input data. ||