Changes between Version 48 and Version 49 of doc/app/iofiles/pids/static
- Timestamp:
- Nov 27, 2019 10:40:43 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids/static
v48 v49 65 65 === [=#dimensions '''List of dimensions] === 66 66 The following list provides an overview of all dimension variables that can be used in a static driver file. 67 ||='''Dimension''' =||= Type =||= Description =|| 68 ||''nsurface_fraction'' || NC_FLOAT ||number of elements in [#surface_fraction ''surface_fraction''] || 67 ||='''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''] || 69 76 70 77 ---- … … 73 80 The following list provides an overview of all coordinate variables that can be used in a static driver file. 74 81 ||='''Variable''' =||= Type =||='''Attributes''' =||= Remarks =|| 82 ||''azimuth'' || NC_FLOAT ||{{{long_name="azimuth angle"}}}\\{{{units="degrees"}}} ||Azimuth angle of surface element (s) orientation (normal vector) || 75 83 ||''azimuth_uv'' || NC_FLOAT ||{{{long_name="azimuth angle for uv exposure"}}}\\{{{units="degrees"}}} ||Azimuth angle for [#obstruction_uv ''obstruction_uv''] input || 84 ||''Es_UTM'' || NC_FLOAT ||{{{long_name="projection_x_coordinate"}}}\\{{{units="m"}}} ||Projection of x-coordinate for surface element (s) || 85 ||''lats'' || NC_FLOAT ||{{{long_name="latitude"}}}\\{{{units="degrees_north"}}} ||Latitude of surface element (s) || 86 ||''lons'' || NC_FLOAT ||{{{long_name="longitude"}}}\\{{{units="degrees_east"}}} ||Longitude of surface element (s) || 87 ||''Ns_UTM'' || NC_FLOAT ||{{{long_name="projection_y_coordinate"}}}\\{{{units="m"}}} ||Projection of y-coordinate for surface element (s) || 76 88 ||''x'' || NC_FLOAT ||{{{axis="X"}}}\\{{{long_name="distance to origin in x-direction}}}\\{{{units="m"}}} || || 89 ||''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 || 77 90 ||''y'' || NC_FLOAT ||{{{axis="Y"}}}\\{{{long_name="distance to origin in y-direction}}}\\{{{units="m"}}} || || 91 ||''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 || 78 92 ||''z'' || NC_FLOAT ||{{{axis="Z"}}}\\{{{long_name="height above origin"}}}\\{{{positive="up"}}}\\{{{standard_name="height_above_mean_sea_level"}}}\\{{{units="m"}}} || || 93 ||''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 ||''zenith'' || NC_FLOAT ||{{{long_name="zenith angle"}}}\\{{{units="degrees"}}} ||Zenith angle of surface element orientation (normal vector) || 79 95 ||''zenith_uv'' || NC_FLOAT ||{{{long_name="zenith angle for uv exposure"}}}\\{{{units="degrees"}}} || Zenith angle for [#obstruction_uv ''obstruction_uv''] input || 96 ||''zlad'' || NC_FLOAT ||{{{axis="Z"}}}\\{{{long_name="height above ground"}}}\\{{{positive="up"}}}\\{{{units="m"}}} || z-location in m above the ground for mapping vegetation, used in [#lad ''lad''], [#bad ''bad''], and [#tree_id ''tree_id''] || 80 97 ||''zsoil'' || NC_FLOAT ||{{{axis="Z"}}}\\{{{long_name="depth in the soil"}}}\\{{{positive="down"}}}\\{{{units="m"}}} || z-location in m within the soil (positive downward), used in [#soil_type ''soil_type''] || 81 98