海温资料的准备

  • 实时的0.083度的海温资料应该每天实时下载,每天下载一次,资料在每天 22:34Z 可以下载,资料位置在:

    https://ftp.ncep.noaa.gov/data/nccf/com/gfs/prod/sst.20200209/rtgssthr_grb_0.083.grib2
    
  • 为了可以在RAP (cyc = 01), HRRR (cyc = 02) 中使用,必须做以下操作:

    $ cd workflow/include
    $ edit head.h
    # Modify export COMINsst=/path/of/downloaded/sst/file
    
    # 请修改如下脚本,设置正确的SST路径:
    $ ~/rap/nwprod/rap.${rap_ver}/scripts/exrap_check_sst.sh.ecf
    $ ~/rap/nwprod/rap.${rap_ver}/scripts/exrap_makebc.sh.ecf
    
  • rap_makebc 会使用 SST

  • rap_process_sst 的作用主要是修改初始场中的 SSTTSK ,特别是水体,冰面的温度。 以下是一个列子,显示更新之前后的 SST 的对比:

    ../_images/global_sst.PNG

    global SST analysis @ 2020-02-21

    ../_images/old_sst.PNG

    before rap_process_sst @ 2020-02-21

    ../_images/new_sst.PNG

    after rap_process_sst @ 2020-02-21

  • 以下是一个列子,显示更新之前后的 TSK 的对比:

    ../_images/old_tsk.PNG

    before rap_process_sst @ 2020-02-21

    ../_images/new_tsk.PNG

    after rap_process_sst @ 2020-02-21