题目:SHMIP The subglacial hydrology model intercomparison Project
SHMIP(冰下水文模型比较计划)是一个致力于解决冰下水文多种理论方法问题的项目。该计划通过构建一系列综合模拟实验,并对运行这些模拟的各参与模型的结果进行比较,以达到其目标。这将有助于潜在的模型用户更加明智地为特定应用选择合适的模型。同时,对于模型开发人员来说,这将有助于他们评估哪些地方需要进一步的模型开发,并提供一组参考模型,以便与未来的模型进行比较。
该计划设计了一系列的实验,这些实验围绕着六个主题(标记为A到F)进行相互比较。每个主题下的实验由四到六个数值模拟(不同的变量参数)组成,文章将这些模拟称为‘run’。所有的设置和详细说明都可以在https://shmip.bitbucket.io/找到,同时也包含在补充材料中。这些实验的目的是允许各种模型参与到相互比较中,并在各种场景下进行测试。文章的设计允许13个模型参与到部分或全部的实验中,包括分布式补给(A、E)、竖井输入的稳态条件(B),以及瞬态模拟(C、D、F)。在整个比较过程中,有效压力作为冰动力学的主要耦合因素,是评估的重点。


相互比较使用两种不同的合成冰川地形。第一个用于实验A至D,是陆地终止冰盖边缘的合成表示;第二种地形用于实验E和F,是受美国AK板凳冰川启发的合成山谷冰川几何形状,冰川长6公里,宽1公里,终点和冰川头之间的海拔差为600米。

总要结论:
压力变化特征:All models show a steep increase of effective pressure over the initial 10 km. This pressure distribution is driven by the ice-sheet geometry and the terminus boundary conditions. Farther upglacier, all of the model outputs follow the widely acknowledged rule that, in a steady state, a higher discharge leads to decreasing N if the system is inefficient and to increasing N if the system is efficient. This can be observed in below both as the discharge increases with proximity to the terminus, and as the specified recharge increases (from A1 to A6)

实验B的局部输入效应:Thei mpact of the localised input on effective pressure is relatively small as can be seen in the example of Run B4 shown in below 3j–r. All models that provided results for this Run show a similar response with the amplitude of the difference between A5 and B4 ranging from almost nothing for id to ± 0.5 MPa. In contrast, the lower moulin count Runs B1 and B2 (one and 10, respectively), produce distinctive spatial variability in their outputs (see B1 in below 3a–i.). For those Runs, the largest difference from A5 is upstream of the highest moulin where the effective pressure increases, reaching values at least twice as large as that of A5 at the highest point of the domain. Downstream of the highest moulin, the pressure distributions are much closer to that of Run A5 with a maximum variation of ∼10% of the ice overburden pressure. We attribute this pattern to the limited discharge, provided only by basal melt, upstream of the highest moulin.

题目:SHMIP The subglacial hydrology model intercomparison Project的更多相关文章
- ML.Net Model Builder
ML.Net Model Builder ML.NET技术研究系列1-入门篇 近期团队在研究机器学习,希望通过机器学习实现补丁发布评估,系统异常检测.业务场景归纳一下: 收集整理数据(发布相关的异 ...
- 配置generatorConfig.xml自动生成的代码的sql书写问题
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE generatorConfiguratio ...
- 关于SQL中的排序问题
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE generatorConfiguratio ...
- Django+Tastypie作后端,Backbone作前端的TodoMVC
TodoMVC是各种js框架入门的比较经典的例子,详细可查看github地址https://github.com/tastejs/todomvc 接着上篇文章, 1,先在github上把backbon ...
- mybatiGenerator
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE generatorConfiguratio ...
- {Reship}{Code}{CV}
UIUC的Jia-Bin Huang同学收集了很多计算机视觉方面的代码,链接如下: https://netfiles.uiuc.edu/jbhuang1/www/resources/vision/in ...
- 禅道 Rest API 开发
在老的 PHP 系统中使用 PHP 5.3以后的库 所谓老的系统,是指没有使用PHP 5.3以上命名空间(namespace)特性编码的系统. 但是,只要你的系统运行在 PHP 5.3及以上的环境,在 ...
- Django~Models2
Generally, each model maps to a single database table. Each attribute of the model represents a data ...
- Django~Models1
不用数据库不用Models 省却 --------------- startapp urls +链接 view以下 ---------------- 添加Model 在project/settings ...
- 计划将项目中使用entity framework的要点记录到改栏目下
ef监控sql执行性能日志.http://www.cnblogs.com/CreateMyself/p/5277681.html http://123.122.205.38/cn_sql_server ...
随机推荐
- dotnet 读 WPF 源代码笔记 插入触摸设备的初始化获取设备信息
在 WPF 触摸应用中,插入触摸设备,即可在应用里面使用上插入的触摸设备.在 WPF 使用触摸设备的触摸时,需要获取到触摸设备的信息,才能实现触摸 获取触摸设备插入 在 WPF 中,通过 Window ...
- k8s七层代理Ingress-nginx-controller
一.Ingress与Ingress Controller概述 1.1 回顾service四层代理 在 k8s 中为什么要做负载均衡? Pod 漂移问题,可以理解成 Pod IP 是变化的 Kubern ...
- 使用open webui+ollama部署本地大模型
使用open webui+ollama部署本地大模型 上次使用了angthingllm + ollama部署了本地大模型,详情见:https://www.cnblogs.com/jokingremar ...
- 【2023知乎爬虫】我用Python爬虫爬了2386条知乎评论!
目录 一.爬取目标 二.展示爬取结果 三.爬虫代码讲解 3.1 分析知乎页面 3.2 爬虫代码 四.同步视频 五.完整源码 您好,我是 @马哥python说,一枚10年程序猿. 一.爬取目标 前些天我 ...
- vue3早已具备抛弃虚拟DOM的能力了
前言 jquery时代更新视图是直接对DOM进行操作,缺点是频繁操作真实 DOM,性能差.react和vue时代引入了虚拟DOM,更新视图是对新旧虚拟DOM树进行一层层的遍历比较,然后找出需要更新的D ...
- redis aof数据持久化
AOF(Append Only File) 将我们所有的命令都记录下来,history,恢复的时候就把这个文件全部再执行一遍! 是什么 以日志的形式来记录每个写操作,将Redis执行过的所有指令记录下 ...
- 小程序中 canvas 的图片不支持 base64 格式
首先使用 wx.base64ToArrayBuffer 将 base64 数据转换为 ArrayBuffer 数据,使用FileSystemManager.writeFile 将 ArrayBuffe ...
- 痞子衡嵌入式:恩智浦i.MX RT1xxx系列MCU启动那些事(12.A)- uSDHC eMMC启动时间(RT1170)
大家好,我是痞子衡,是正经搞技术的痞子.今天痞子衡给大家介绍的是恩智浦i.MX RT1170 uSDHC eMMC启动时间. 本篇是 i.MXRT1170 启动时间评测第五弹,前四篇分别给大家评测了 ...
- mybatis-plus id在高并发下出现重复
mybaits-plus ASSIGN_ID生成 id生成策略 在分布式高并发环境下出现重复id https://github.com/baomidou/mybatis-plus/issues/307 ...
- js 数组按指定字段转map-list结构
js 数组按指定字段转map-list结构 背景介绍 在开发过程中经常会出现接口返回整个数组,我们需要将数组进行二次处理,如下格式按照不同功能模块(type)进行数据拆分 原始数据 const lis ...