- 积分
- 40476
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-5-13
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 一大碗年糕 于 2025-8-21 16:15 编辑
一直不是很清楚pacemaker的缓冲边界条件具体是怎么做的,才发现官网原来有给案例代码了
起搏器试验中的nudging mask
https://www.cesm.ucar.edu/working-groups/climate/simulations/cesm2-pacific-pacemaker/instructions
The mask will determine where you are relaxing SSTs and where you are not. The mask must be defined on the ocean model grid that you are using. In this example, the mask is defined on the POP gx1v7 grid, which was used for the CESM2 tropical pacific pacemakers. Set the regions you want to nudge fully to 1, the regions you don't want to nudge to zero and regions of the buffer zone to some value in between zero and one. Here you can download an example POP grid definition file and python script that can be used to generate the mask used in the CESM2 tropical Pacific Pacemakers. This can be adapted to mask a region of your choosing.
程序代码:https://www.cesm.ucar.edu/sites/default/files/2025-05/maskgen.tar
|
|