前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >JuliaCon2021 | ClimateModels.jl:一个基于Julia开发的气候模式简单接口

JuliaCon2021 | ClimateModels.jl:一个基于Julia开发的气候模式简单接口

作者头像
气象学家
发布2022-01-18 12:52:04
2530
发布2022-01-18 12:52:04
举报
文章被收录于专栏:气象学家

This talk was given as part of JuliaCon2021.

Abstract: Here we provides a uniform interface to climate models of varying complexity and completeness. Models that range from low dimensional to whole Earth System models are ran and analyzed via this simple interface. Three examples illustrate this framework as applied to:

- a stochastic path (zero-dimensional, Julia function)

- a shallow water model (two-dimensional, Julia package)

- a general circulation model (high-dim., feature-rich, fortran, MPI)

For more info on the Julia Programming Language, follow us on Twitter: https://twitter.com/JuliaLanguage and consider sponsoring us on GitHub: https://github.com/sponsors/JuliaLang

项目地址:https://github.com/gaelforget/ClimateModels.jl

Note: package in early development stage; breaking changes remain likely.

This package provides a uniform interface to climate models of varying complexity and completeness. Models that range from low dimensional to whole Earth System models can be run and/or analyzed via this framework.

It also supports e.g. cloud computing workflows that start from previous model output available over the internet. Common file formats are supported. Version control, using git, is included to allow for workflow documentation and reproducibility.

Example Workflows That Run Models

  • random walk model (0D)
  • ShallowWaters.jl model (2D)
  • SPEEDY atmosphere model (3D)
  • MITgcm general circulation model

Remote Access To Model Output

  • CMIP6 model output via cloud storage
本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2021-08-06,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 气象学家 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Example Workflows That Run Models
  • Remote Access To Model Output
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档