Changes between Version 51 and Version 52 of doc/app/iofiles/pids/static


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

--

Legend:

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

    v51 v52  
    6464
    6565=== [=#dimensions '''List of dimensions] ===
    66 The following list provides an overview of all dimension variables that can be used in a static driver file.
     66The following list provides an overview of all dimension variables that can be used in a static driver file. All dimensions should start with 0, except for ns, which has to start with 1.
    6767||='''Dimension'''  =||= '''Type'''  =||= '''Value''' |= '''Description''' =||
    6868||''nalbedo_pars'' || NC_INT || 8 || number of elements in [#albedo_pars ''albedo_pars''] ||
     
    7070||''npavement_pars'' || NC_INT || 4 || number of elements in [#pavement_pars ''pavement_pars''] ||
    7171||''npavement_subsurface_pars'' || NC_INT || 2 || number of elements in [#pavement_subsurface_pars ''pavement_subsurface_pars''] ||
     72||''ns'' || NC_INT || - || number of surface elements used in [#building_surface_pars ''building_surface_pars''].||
    7273||''nsoil_pars'' || NC_INT || 8 || number of elements in [#soil_pars ''soil_pars''] ||
    7374||''nsurface_fraction'' || NC_INT || 3 || number of elements in [#surface_fraction ''surface_fraction''] ||
    7475||''nvegetation_pars'' || NC_INT || 12 || number of elements in [#vegetation_pars ''vegetation_pars''] ||
    7576||''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''].||
    7777
    7878----
     
    8181The following list provides an overview of all coordinate variables that can be used in a static driver file.
    8282||='''Variable'''   =||= Type  =||='''Attributes''' =||= Remarks =||
    83 ||''azimuth''     || NC_FLOAT ||{{{long_name="azimuth angle"}}}\\{{{units="degrees"}}} ||Azimuth angle of surface element (s) orientation (normal vector) ||
     83||''azimuth''     || NC_FLOAT ||{{{long_name="azimuth angle"}}}\\{{{units="degrees"}}} ||Azimuth angle of surface element (ns) orientation (normal vector) ||
    8484||''azimuth_uv''     || NC_FLOAT ||{{{long_name="azimuth angle for uv exposure"}}}\\{{{units="degrees"}}} ||Azimuth angle for [#obstruction_uv ''obstruction_uv''] input ||
    85 ||''Es_UTM''         || NC_FLOAT ||{{{long_name="projection_x_coordinate"}}}\\{{{units="m"}}} ||Projection of x-coordinate for surface element (s) ||
    86 ||''lats''           || NC_FLOAT ||{{{long_name="latitude"}}}\\{{{units="degrees_north"}}} ||Latitude of surface element (s) ||
    87 ||''lons''           || NC_FLOAT ||{{{long_name="longitude"}}}\\{{{units="degrees_east"}}} ||Longitude of surface element (s) ||
    88 ||''Ns_UTM''         || NC_FLOAT ||{{{long_name="projection_y_coordinate"}}}\\{{{units="m"}}} ||Projection of y-coordinate for surface element (s) ||
     85||''Es_UTM''         || NC_FLOAT ||{{{long_name="projection_x_coordinate"}}}\\{{{units="m"}}} ||Projection of x-coordinate for surface element (ns) ||
     86||''lats''           || NC_FLOAT ||{{{long_name="latitude"}}}\\{{{units="degrees_north"}}} ||Latitude of surface element (ns) ||
     87||''lons''           || NC_FLOAT ||{{{long_name="longitude"}}}\\{{{units="degrees_east"}}} ||Longitude of surface element (ns) ||
     88||''Ns_UTM''         || NC_FLOAT ||{{{long_name="projection_y_coordinate"}}}\\{{{units="m"}}} ||Projection of y-coordinate for surface element (ns) ||
    8989||''x''              || NC_FLOAT ||{{{axis="X"}}}\\{{{long_name="distance to origin in x-direction}}}\\{{{units="m"}}} || ||
    90 ||''xs''             || NC_FLOAT ||{{{axis="X"}}}\\{{{long_name="distance to origin in x-direction}}}\\{{{units="m"}}} ||Distance of origin to building surface element (s) in x-direction ||
     90||''xs''             || NC_FLOAT ||{{{axis="X"}}}\\{{{long_name="distance to origin in x-direction}}}\\{{{units="m"}}} ||Distance of origin to building surface element (ns) in x-direction ||
    9191||''y''              || NC_FLOAT ||{{{axis="Y"}}}\\{{{long_name="distance to origin in y-direction}}}\\{{{units="m"}}} || ||
    92 ||''ys''             || NC_FLOAT ||{{{axis="Y"}}}\\{{{long_name="distance to origin in y-direction}}}\\{{{units="m"}}} ||Distance of origin to building surface element (s) in y-direction ||
     92||''ys''             || NC_FLOAT ||{{{axis="Y"}}}\\{{{long_name="distance to origin in y-direction}}}\\{{{units="m"}}} ||Distance of origin to building surface element (ns) in y-direction ||
    9393||''z''              || NC_FLOAT ||{{{axis="Z"}}}\\{{{long_name="height above origin"}}}\\{{{positive="up"}}}\\{{{standard_name="height_above_mean_sea_level"}}}\\{{{units="m"}}} || ||
    94 ||''zs''             || NC_FLOAT ||{{{axis="Z"}}}\\{{{long_name="height above origin"}}}\\{{{positive="up"}}}\\{{{standard_name="height_above_mean_sea_level"}}}\\{{{units="m"}}} ||Height above origin of building surface element (s) ||
     94||''zs''             || NC_FLOAT ||{{{axis="Z"}}}\\{{{long_name="height above origin"}}}\\{{{positive="up"}}}\\{{{standard_name="height_above_mean_sea_level"}}}\\{{{units="m"}}} ||Height above origin of building surface element (ns) ||
    9595||''zenith''     || NC_FLOAT ||{{{long_name="zenith angle"}}}\\{{{units="degrees"}}} ||Zenith angle of surface element orientation (normal vector) ||
    9696||''zenith_uv''      || NC_FLOAT ||{{{long_name="zenith angle for uv exposure"}}}\\{{{units="degrees"}}} || Zenith angle for [#obstruction_uv ''obstruction_uv''] input ||
     
    709709
    710710||='''Variable'''  =||='''Type'''    =||='''Attributes''' =||='''Explanation / Remarks'''  =||
    711 ||[=#building_surface_pars ''building_surface_pars(nbuilding_surface_pars,s)'']     || NC_FLOAT    ||{{{_FillValue=-9999.f}}} (*)\\{{{coordinates}}}\\{{{grid_mapping}}}\\{{{long_name="building_surface_parameters"}}}\\{{{res_orig}}}\\{{{source}}} || Settings for individual building surfaces. For details, see [/tables#building_surface_pars building_surface_pars]. ||
     711||[=#building_surface_pars ''building_surface_pars(nbuilding_surface_pars,ns)'']     || NC_FLOAT    ||{{{_FillValue=-9999.f}}} (*)\\{{{coordinates}}}\\{{{grid_mapping}}}\\{{{long_name="building_surface_parameters"}}}\\{{{res_orig}}}\\{{{source}}} || Settings for individual building surfaces. For details, see [/tables#building_surface_pars building_surface_pars]. ||
    712712
    713713----