爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 5505|回复: 1

又是MM5的问题,希望大家帮忙,谢谢!

[复制链接]
发表于 2014-7-26 11:18:58 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
      在MM5模块下,怎样修改物理过程如:边界层方案、积云对流化参数等,程序本身自带的是:
# 6. Physics Options
              # The first MAXNES values in the list will be used for the corresponding
              # model nests; the rest in the list can be used to compile other               options.
              # The exception is FRAD, of which only the first value is used in               the model,
              # (i.e., only one radiation option is used for all nests). The rest               allow
              # other options to be compiled.
              # Compilation of Arakawa-Schubert cumulus scheme requires imsl.
              #-----------------------------------------------------------------------------
              # [url=]IMPHYS[/url]               - for explicit moisture schemes (array,integer)
              IMPHYS = "4,4,1,1,1,1,1,1,1,1"               
              #                                 -               Dry,stable,warm rain,simple ice,mix phase,
              #
                                               -               1 ,2 ,3 ,4 ,5
              #
                                               -               graupel(gsfc),graupel(reisner2),schultz
              #
                                               -,6               ,7 ,8
              MPHYSTBL = 0
              #
                                -               0=do not use look-up tables for moist
              #
                                  physics
              #
                                -               1=use look-up tables for moist physics
              #
                                  (currently               only simple ice and mix phase
              #
                                  are               available)
              #
                                -               2=optimized exmoisr routine (need vslib, if not
              #
                                  available               set -DvsLIB in compile flags)
              #
              # [url=]ICUPA[/url]               - for cumulus schemes (array,integer)
              #
                                -               None,Kuo,Grell,AS,FC,KF,BM,KF2 - 1,2,3,4,5,6,7,8
              ICUPA = "3,3,1,1,1,1,1,1,1,1"
              #
              # [url=]IBLTYP[/url]               - for planetary boundary layer (array,integer)
              #
                                -               0=no PBL fluxes,1=bulk,2=Blackadar,
              #
                                  3=Burk-Thompson,4=Eta               M-Y,5=MRF,
              #
                                  6=Gayno-Seaman,7=Pleim-Xiu
              IBLTYP = "5,5,0,0,0,0,0,0,0,0"
              #
              # [url=]FRAD[/url]               - for atmospheric radiation (integer)
              #
                                -               Radiation cooling of atmosphere
              #
                                  0=none,1=simple,2=cloud,3=ccm2,rrtm=4
              FRAD = "2,0,0,0,0"
              #
              # IPOLAR - (integer) for polar model used only if ISOIL=1
              #
                                0=not               polar (5-layer soil model)
              #
                                1=polar               (7-layer snow/soil model)
              IPOLAR = 0
              #
              # [url=]ISOIL[/url]               - for multi-layer soil temperature model (integer)
              #
                                -               0=no,1=yes (only works with IBLTYP=2,4,5,6)
              #
                                  2=Noah               land-surface scheme (IBLTYP=4,5 only)
              #
                                  3=Pleim-Xiu               LSM (IBLTYP=7 only)
              ISOIL = 1
              #
              # [url=]ISHALLO[/url]               (array,integer) - Shallow Convection Option
              #
                                1=shallow               convection,0=No shallow convection
              ISHALLO = "0,0,0,0,0,0,0,0,0,0"



我修改成这样就不行:

# 6. Physics Options
              # The first MAXNES values in the list will be used for the corresponding
              # model nests; the rest in the list can be used to compile other               options.
              # The exception is FRAD, of which only the first value is used in               the model,
              # (i.e., only one radiation option is used for all nests). The rest               allow
              # other options to be compiled.
              # Compilation of Arakawa-Schubert cumulus scheme requires imsl.
              #-----------------------------------------------------------------------------
              # [url=]IMPHYS[/url]               - for explicit moisture schemes (array,integer)
              IMPHYS = 4               
              #                                 -               Dry,stable,warm rain,simple ice,mix phase,
              #
                                               -               1 ,2 ,3 ,4 ,5
              #
                                               -               graupel(gsfc),graupel(reisner2),schultz
              #
                                               -,6               ,7 ,8
              MPHYSTBL = 0
              #
                                -               0=do not use look-up tables for moist
              #
                                  physics
              #
                                -               1=use look-up tables for moist physics
              #
                                  (currently               only simple ice and mix phase
              #
                                  are               available)
              #
                                -               2=optimized exmoisr routine (need vslib, if not
              #
                                  available               set -DvsLIB in compile flags)
              #
              # [url=]ICUPA[/url]               - for cumulus schemes (array,integer)
              #
                                -               None,Kuo,Grell,AS,FC,KF,BM,KF2 - 1,2,3,4,5,6,7,8
              ICUPA = 3
              #
              # [url=]IBLTYP[/url]               - for planetary boundary layer (array,integer)
              #
                                -               0=no PBL fluxes,1=bulk,2=Blackadar,
              #
                                  3=Burk-Thompson,4=Eta               M-Y,5=MRF,
              #
                                  6=Gayno-Seaman,7=Pleim-Xiu
              IBLTYP = 5
              #
              # [url=]FRAD[/url]               - for atmospheric radiation (integer)
              #
                                -               Radiation cooling of atmosphere
              #
                                  0=none,1=simple,2=cloud,3=ccm2,rrtm=4
              FRAD = 2
              #
              # IPOLAR - (integer) for polar model used only if ISOIL=1
              #
                                0=not               polar (5-layer soil model)
              #
                                1=polar               (7-layer snow/soil model)
              IPOLAR = 0
              #
              # [url=]ISOIL[/url]               - for multi-layer soil temperature model (integer)
              #
                                -               0=no,1=yes (only works with IBLTYP=2,4,5,6)
              #
                                  2=Noah               land-surface scheme (IBLTYP=4,5 only)
              #
                                  3=Pleim-Xiu               LSM (IBLTYP=7 only)
              ISOIL = 1
              #
              # [url=]ISHALLO[/url]               (array,integer) - Shallow Convection Option
              #
                                1=shallow               convection,0=No shallow convection
              ISHALLO = 0



为什么?

密码修改失败请联系微信:mofangbao
发表于 2015-11-6 12:39:58 | 显示全部楼层
我也想知道怎么改这些参数,但是我并不知道
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表