Changes between Version 51 and Version 52 of doc/app/iofiles/pids/static
- Timestamp:
- Nov 27, 2019 10:51:05 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids/static
v51 v52 64 64 65 65 === [=#dimensions '''List of dimensions] === 66 The following list provides an overview of all dimension variables that can be used in a static driver file. 66 The 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. 67 67 ||='''Dimension''' =||= '''Type''' =||= '''Value''' |= '''Description''' =|| 68 68 ||''nalbedo_pars'' || NC_INT || 8 || number of elements in [#albedo_pars ''albedo_pars''] || … … 70 70 ||''npavement_pars'' || NC_INT || 4 || number of elements in [#pavement_pars ''pavement_pars''] || 71 71 ||''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''].|| 72 73 ||''nsoil_pars'' || NC_INT || 8 || number of elements in [#soil_pars ''soil_pars''] || 73 74 ||''nsurface_fraction'' || NC_INT || 3 || number of elements in [#surface_fraction ''surface_fraction''] || 74 75 ||''nvegetation_pars'' || NC_INT || 12 || number of elements in [#vegetation_pars ''vegetation_pars''] || 75 76 ||''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''].||77 77 78 78 ---- … … 81 81 The following list provides an overview of all coordinate variables that can be used in a static driver file. 82 82 ||='''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) || 84 84 ||''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) || 89 89 ||''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 || 91 91 ||''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 || 93 93 ||''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) || 95 95 ||''zenith'' || NC_FLOAT ||{{{long_name="zenith angle"}}}\\{{{units="degrees"}}} ||Zenith angle of surface element orientation (normal vector) || 96 96 ||''zenith_uv'' || NC_FLOAT ||{{{long_name="zenith angle for uv exposure"}}}\\{{{units="degrees"}}} || Zenith angle for [#obstruction_uv ''obstruction_uv''] input || … … 709 709 710 710 ||='''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]. || 712 712 713 713 ----