海温资料的准备 =================== * 实时的0.083度的海温资料应该每天实时下载,每天下载一次,资料在每天 22:34Z 可以下载,资料位置在: .. code-block:: bash https://ftp.ncep.noaa.gov/data/nccf/com/gfs/prod/sst.20200209/rtgssthr_grb_0.083.grib2 * 为了可以在RAP (cyc = 01), HRRR (cyc = 02) 中使用,必须做以下操作: .. code-block:: bash $ 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 * :code:`rap_makebc` 会使用 *SST* * :code:`rap_process_sst` 的作用主要是修改初始场中的 *SST* 和 *TSK* ,特别是水体,冰面的温度。 以下是一个列子,显示更新之前后的 *SST* 的对比: .. figure:: ../images/global_sst.PNG :scale: 25 % :align: center global SST analysis @ 2020-02-21 .. figure:: ../images/old_sst.PNG :scale: 25 % :align: center before *rap_process_sst* @ 2020-02-21 .. figure:: ../images/new_sst.PNG :scale: 25 % :align: center after *rap_process_sst* @ 2020-02-21 * 以下是一个列子,显示更新之前后的 *TSK* 的对比: .. figure:: ../images/old_tsk.PNG :scale: 25 % :align: center before *rap_process_sst* @ 2020-02-21 .. figure:: ../images/new_tsk.PNG :scale: 25 % :align: center after *rap_process_sst* @ 2020-02-21