Data archive for paper "Impact of Air-to-Air Heat Pumps on Energy and Climate in a Mid-Latitude City"
收藏资源简介:
<strong>Overview</strong> This is the data archive for paper "Impact of Air-to-Air Heat Pumps on Energy and Climate in a Mid-Latitude City". It contains the paper's data archive with model outputs (see <code>notebooks</code> folder) and the Singularity image for (optionally) re-running experiments. For the standalone models to model air conditioners and heat pumps please refer to MinimalDX. <strong>Prerequisites</strong> Linux with Bash shell. Git version >= 2. Singularity version >= 3. Portable Batch System*. Intel Fortran Compiler [<em>Required for MesoNH simulations</em>]. A compatible version of the MPI library implementation version 3 [<em>Required for MesoNH simulations</em>]. Please note that most steps require Singularity. If you are looking for information on how to install or use Singularity, please refer to the Singularity documentation. Please note that depending on your specific system settings and resource availability, you may need to modify PBS parameters at the top of submit scripts stored in the hpc directory. <strong>Simulations</strong> <em><strong>Offline</strong></em> Build Surfex with <code>qsub hpc/surfex_build.pbs</code>. Run scenarios with the following commands: <pre><code> qsub -v case_name=fincap hpc/surfex_run.pbs qsub -v case_name=fincap_extended_autosize hpc/surfex_run.pbs qsub -v case_name=minidx_cop=2.0 hpc/surfex_run.pbs qsub -v case_name=minidx_cop=2.5 hpc/surfex_run.pbs qsub -v case_name=minidx_cop=3.0 hpc/surfex_run.pbs qsub -v case_name=minidx_cop=3.5 hpc/surfex_run.pbs </code></pre> <em><strong>Online</strong></em> To run MesoNH simulations, follow the three steps outlined below in the same order. Note: Depending on your system and configuration, submit scripts may require change. Build MesoNH with <code>qsub hpc/build_mnh_intel.pbs</code>. Run the preprocessing step with <code>qsub hpc/submit_mnh_prep.pbs</code>. Finally run MesoNH cases with the following commands for <code>fincap</code> and <code>minidx</code> simulations respectively: <pre><code> hpc/submit_mnh.sh fincap 20050120 12 1 toulouse hpc/submit_mnh.sh minidx 20050120 12 1 toulouse </code></pre> Post-process the results with <code>qsub hpc/submit_mnh_post.pbs</code> <strong>Analyses</strong> <pre><code>qsub hpc/postprocess_results.pbs # Plots in notebooks/ </code></pre>
<strong>概述</strong> 本数据集为论文《中纬度城市空气源热泵(Air-to-Air Heat Pumps)对能源与气候的影响》配套的数据存档,包含论文的数据存档与模型输出结果(详见`notebooks`文件夹),以及可用于(可选)复现实验的Singularity镜像。如需使用独立的空调与热泵建模工具,请参阅MinimalDX。 <strong>前置依赖</strong> 需搭载Bash Shell的Linux系统,Git版本≥2.0,Singularity版本≥3.0,便携式批处理系统(Portable Batch System,PBS)*,英特尔Fortran编译器[该组件为MesoNH模拟所必需],以及兼容的消息传递接口(Message Passing Interface, MPI)库(版本≥3.0)[该组件为MesoNH模拟所必需]。请注意,大部分操作步骤均需依赖Singularity。若需了解Singularity的安装与使用方法,请参阅其官方文档。此外,根据您的具体系统配置与资源可用情况,可能需要修改`hpc`目录下提交脚本顶部的PBS参数。 <strong>模拟</strong> <em><strong>离线模拟</strong></em> 通过执行`qsub hpc/surfex_build.pbs`命令编译Surfex。使用以下命令运行各模拟场景: <pre><code> qsub -v case_name=fincap hpc/surfex_run.pbs qsub -v case_name=fincap_extended_autosize hpc/surfex_run.pbs qsub -v case_name=minidx_cop=2.0 hpc/surfex_run.pbs qsub -v case_name=minidx_cop=2.5 hpc/surfex_run.pbs qsub -v case_name=minidx_cop=3.0 hpc/surfex_run.pbs qsub -v case_name=minidx_cop=3.5 hpc/surfex_run.pbs </code></pre> <em><strong>在线模拟</strong></em> 如需运行MesoNH模拟,请按以下顺序执行三个步骤。注意:根据您的系统与配置,提交脚本可能需要进行调整。通过执行`qsub hpc/build_mnh_intel.pbs`命令编译MesoNH。运行预处理步骤:执行`qsub hpc/submit_mnh_prep.pbs`命令。最后分别针对`fincap`与`minidx`模拟场景,使用以下命令启动MesoNH: <pre><code> hpc/submit_mnh.sh fincap 20050120 12 1 toulouse hpc/submit_mnh.sh minidx 20050120 12 1 toulouse </code></pre> 通过执行`qsub hpc/submit_mnh_post.pbs`命令完成结果后处理。 <strong>分析流程</strong> <pre><code>qsub hpc/postprocess_results.pbs # 绘图结果详见 notebooks/ 目录 </code></pre>



