Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

4

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

4 results for “SUEWS”

Learn how ShareScore rates datasets ↗
zenodo40/100

SUEWS Sample Input Dataset

<p>Sample input dataset for SUEWS model v2018b</p>

opencc-by-4.0Dec 2018View details →
zenodo40/100

Datasets for simulating heat and CO2 fluxes in Beijing using SUEWS V2020b

<p>Data, model runs and codes used in the manuscript &quot;<em>Simulating heat and CO<sub>2</sub> fluxes in Beijing using SUEWS V2020b: sensitivity to vegetation phenology and maximum conductance</em>&quot;. The source code for Surface Urban Energy and Water balance Scheme (SUEWS) V2020b is also included.</p> <p>&nbsp;</p> <p><strong>[Latest Version]</strong></p> <p>June 9, 2023: Version 2 was created. (1) Modifications in <strong>LAI</strong>: the input data of LAI (<em>LAI/source_data/Beijing_LAI.csv</em>) was previously derived from a MODIS product MOD15A2H; it was replaced with the LAI time series at a higher spatial resolution derived from data provided by Landsat 7 ETM+; the code for data retrieval (<em>LAI/LAI_from_GEE.txt</em>) was added. (2) Modifications in <strong>ModelRuns</strong>: some of the external parameters given to SUEWS were adjusted, including the optimized LAI parameters (for case LAI and case gs_LAI), and Fr<sub>nonheat</sub> (from 0.2 to 0.5); a <em>read_me.txt</em> was added. (3) Modifications in <strong>Fig&amp;Statistics</strong>: the shaded area for the line charts were changed from standard deviation to the interquartile range.</p> <p>&nbsp;</p> <p><strong>[Data&amp;Code Description]</strong></p> <p>The folders are:</p> <p><strong>1. Observations</strong><br> &nbsp; The units for CO2 flux (Fc), latent heat flux (QE), and sensible heat flux (QH) are &mu;mol m<sup>-2</sup> s<sup>-1</sup>, W m<sup>-2</sup>, and W m<sup>-2</sup>, respectively, unless otherwise stated.<br> &nbsp; <strong>1.1. Observation datasets</strong><br> &nbsp;&nbsp;&nbsp; 1.1.1. <em>radiation_flux_2010-2011.csv</em> is radiation flux observations from May 2010 to July 2011 at 140 m on the IAP tower, Beijing.<br> &nbsp;&nbsp;&nbsp; 1.1.2. <em>turbulent_flux_before_QC_2016.csv</em> is turbulent flux observations before quality control (QC) obtained with the eddy covariance (EC) technique for the year 2016 at 47 m on the IAP tower.<br> &nbsp;&nbsp;&nbsp; 1.1.3. <em>turbulent_flux_after_QC_2016.csv</em> is turbulent flux observations after quality control (QC).<br> &nbsp;&nbsp;&nbsp; 1.1.4. <em>Fc_mean_diurnal_by_season.csv</em> is the mean diurnal seasonal cycle of Fc observations.<br> &nbsp;&nbsp;&nbsp; 1.1.5. <em>Fc_gapfilled_with_MDC.csv</em> is the Fc time series for the year 2016 gap-filled with Mean Diurnal Cycle (MDC) method.<br> &nbsp;&nbsp;&nbsp; 1.1.6. <em>meteorological_observations </em>is a folder including meteorological observations at different heights measured at the IAP tower for the years 2010-2012.<br> &nbsp; <strong>1.2 Codes for observations processing</strong><br> &nbsp;&nbsp;&nbsp; 1.2.1. <em>turbulent_flux_QC.py</em> is for turbulent flux QC covering wind direction filtering, stationarity test, friction velocity filtering, and nighttime filtering.<br> &nbsp;&nbsp;&nbsp; 1.2.2. <em>mean_diurnal_cycle_of_flux_observations.py</em> is for obtaining the mean diurnal cycle of flux observations.<br> &nbsp;&nbsp;&nbsp; 1.2.3. <em>Fc_gap_filling.py</em> is for filling the gaps in the Fc time series with the MDC method.</p> <p><strong>2. LAI</strong><br> &nbsp; This folder includes a project aiming to obtain the parameters for the leaf area index (LAI) model adopted by SUEWS. In this LAI model, the LAI is related to air temperature only. Incorporating hourly air temperature observations and the &#39;real&#39; LAI (e.g. observed LAI, remotely sensed LAI), the optimization method Covariance Matrix Adaptation Evolutionary Strategies (CMA-ES) will derive the optimized parameters for the LAI model. For more details, please read the description text file (<em>read_me.txt</em>) under this folder.<br> &nbsp;&nbsp;&nbsp; 2.1. <em>read_me.txt.</em><br> &nbsp;&nbsp;&nbsp; 2.2. <em>source_data</em> is a folder including the input for CMA-ES optimization. The input files of Beijing are included, allowing a quick run to reproduce the results demonstrated in the manuscript.<br> &nbsp;&nbsp;&nbsp; 2.3. <em>result_data</em> is a folder including the output for CMA-ES optimization.<br> &nbsp;&nbsp;&nbsp; 2.4. The code for data retrieval from the Google Earth Engine platform (<em>LAI/LAI_from_GEE.txt</em>) was added. The others are Python scripts regarding CMA-ES, including the LAI model, data de-spiking, interpolation, CMA-ES training, and result visualization.</p> <p><strong>3. ModelRuns</strong><br> &nbsp; This folder includes SUEWS source code, four model runs conducted to test the sensitivity to vegetation-related parameters (i.e., maximum conductance, LAI model parameters), and four model runs to test sensitivity to the radius of the model domain.<br> &nbsp;&nbsp;&nbsp; 3.1. <em>SUEWS_SourceCode</em> is a folder including SUEWS V2020b source Fortran codes. For detailed descriptions, readers are referred to SUEWS webpage (https://suews.readthedocs.io/en/latest/).<br> &nbsp;&nbsp;&nbsp; 3.2. <em>Input</em> is a folder including the necessary input files shared by each of the model runs. Please copy all the files to a model run folder (e.g. <em>VegetationSensitivity\case-base\Input\</em>) before starting a SUEWS run.<br> &nbsp;&nbsp;&nbsp; 3.3. <em>VegetationSensitivity</em> is a folder including four SUEWS runs to test the model sensitivity to vegetation-related parameters: <em>case-base</em> is the control run, <em>case-gs</em> is a model run where maximum conductance of vegetation has been modified to more site-specific values, <em>case-LAI</em> is a model run where LAI parameters have been optimized with CMA-ES, and <em>case-gs_LAI</em> is a model run where both maximum conductance and LAI parameters have been modified. Note that all the model runs have selected 1000 m as the radius of the model domain. To conduct a quick model run to reproduce the output, enter the command &quot;./SUEWS_V2020b&quot; in the model run folder (e.g. <em>VegetationSensitivity\case-base\</em>) under a Linux environment (e.g., Ubuntu).<br> &nbsp;&nbsp;&nbsp; 3.4. <em>RadiusSensitivity</em> is a folder including four SUEWS runs to test the model sensitivity to the size of the model domain, covering circles with a 500 m, 750 m, 1000 m, 1500 m radius, respectively. Note that the vegetation-related parameters are the same as the model run <em>VegetationSensitivity\case-gs_LAI</em>.</p> <p>&nbsp;&nbsp;&nbsp; 3.5. read_me.txt is a note on how to reproduce the SUEWS cases shown in the manuscript.</p> <p><strong>4. Fig&amp;Statistics</strong><br> &nbsp; This folder includes Python scripts and data to reproduce a portion of the figures and statistics in the manuscript quickly. They are sorted into the following sub-folders:<br> &nbsp;&nbsp;&nbsp; 4.1 <em>validation_WFDE5</em>,<br> &nbsp;&nbsp;&nbsp; 4.2 <em>evaluation_radiation</em>,<br> &nbsp;&nbsp;&nbsp; 4.3 <em>evaluation_turbulent</em>,<br> &nbsp;&nbsp;&nbsp; 4.4 <em>accumulated_Fc</em>,<br> &nbsp;&nbsp;&nbsp; 4.5 <em>Fc_component_MDC</em>.</p>

opencc-by-4.0Dec 2022View details →
zenodo32/100

Workflow notebooks for deriving parameter of SUEWS v2020 based on FLUXNET2015 dataset

<p>This archive includes all supportive files (processing and simulation scripts and derived parameters) for revision of <a href="https://doi.org/10.5194/gmd-2020-148">GMD-2020-148</a>.</p> <p>1. ana.zip: scripts for parameter derivation and and result analysis.</p> <p>2. data.zip: preprocessed FLUXNET data&nbsp;and derived parameters.</p> <p>3. sim.zip: scripts for conducting SUEWS simulations.</p> <p>Please note: due to the Zenodo upload restriction, the simulation results are&nbsp;archived separately at:&nbsp;</p>

opencc-by-4.0Sep 2021View details →
zenodo32/100

WRF(v4.0)-SUEWS(2018c): input data for the evaluation at two UK sites

<p>This&nbsp;archive includes input data&nbsp;for the evaluation at two UK sites (KCL and SWD) in the WRF-SUEWS model development paper.&nbsp;</p> <p>&nbsp;</p> <p>WRF-SUEWS code for the situations can be accessed at&nbsp;<a href="https://github.com/Urban-Meteorology-Reading/WRF-SUEWS/releases/tag/paper-WRF4.0-SUEWS2018c">https://github.com/Urban-Meteorology-Reading/WRF-SUEWS/releases/tag/paper-WRF4.0-SUEWS2018c</a></p> <p>&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0May 2023View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record