Changes between Version 49 and Version 50 of doc/app/iofiles/pids/static


Ignore:
Timestamp:
Nov 27, 2019 10:42:42 AM (5 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles/pids/static

    v49 v50  
    6666The following list provides an overview of all dimension variables that can be used in a static driver file.
    6767||='''Dimension'''  =||= '''Type'''  =||= '''Value''' |= '''Description''' =||
    68 ||''nalbedo_pars'' || NC_FLOAT || 8 || number of elements in [#albedo_pars ''albedo_pars''] ||
    69 ||''nbuilding_surface_pars'' || NC_FLOAT || 28 || number of elements in [#building_surface_pars ''building_surface_pars''] ||
    70 ||''npavement_pars'' || NC_FLOAT || 4 || number of elements in [#pavement_pars ''pavement_pars''] ||
    71 ||''npavement_subsurface_pars'' || NC_FLOAT || 2 || number of elements in [#pavement_subsurface_pars ''pavement_subsurface_pars''] ||
    72 ||''nsoil_pars'' || NC_FLOAT || 8 || number of elements in [#soil_pars ''soil_pars''] ||
    73 ||''nsurface_fraction'' || NC_FLOAT || 3 || number of elements in [#surface_fraction ''surface_fraction''] ||
    74 ||''nvegetation_pars'' || NC_FLOAT || 12 || number of elements in [#vegetation_pars ''vegetation_pars''] ||
    75 ||''nwater_pars'' || NC_FLOAT || 7 || number of elements in [#water_pars ''water_pars''] ||
     68||''nalbedo_pars'' || NC_INT || 8 || number of elements in [#albedo_pars ''albedo_pars''] ||
     69||''nbuilding_surface_pars'' || NC_INT || 28 || number of elements in [#building_surface_pars ''building_surface_pars''] ||
     70||''npavement_pars'' || NC_INT || 4 || number of elements in [#pavement_pars ''pavement_pars''] ||
     71||''npavement_subsurface_pars'' || NC_INT || 2 || number of elements in [#pavement_subsurface_pars ''pavement_subsurface_pars''] ||
     72||''nsoil_pars'' || NC_INT || 8 || number of elements in [#soil_pars ''soil_pars''] ||
     73||''nsurface_fraction'' || NC_INT || 3 || number of elements in [#surface_fraction ''surface_fraction''] ||
     74||''nvegetation_pars'' || NC_INT || 12 || number of elements in [#vegetation_pars ''vegetation_pars''] ||
     75||''nwater_pars'' || NC_INT || 7 || number of elements in [#water_pars ''water_pars''] ||
     76||''s'' || NC_INT || - || number of surface elements used in [#building_surface_pars ''building_surface_pars''].||
    7677
    7778----