Noah-MP简介
Noah-MP是以Noah-LSM为基础发展的一种多层模型,相对于Noah-LSM,它对于下垫面的冠层、土壤、积雪有了更多的拓展。
Noah-MP允许3层雪,对于雪的模拟有了极大的提升,同时,Polar-WRF中对Noah LSM和Noah MP中海冰过程进行了改进,使得其在极地区域的能量模拟有了较大改善。
雪是重要的地表参数,尤其在积雪冰川常年覆盖的极地区域,将Polar-WRF中雪反照率的修改、订正十分必要。
Noah-MP与WRF的耦合
Noah-Mp主要通过读取MPTABLE.TBL读取所需参数(default),主要程序由三部分组成:
- 计算各冠层地表过程(径流、土壤湿度、雪过程、反照率与能量平衡等) 的程序:module_sf_noahmpdrv.F
- 计算冰川表面能量的module_sf_noahmp_glacier.F.
- 调用noah-mp的程序的module_surface_driver。
noahmp_glacier.f程序的使用与WPS输入的静态地理数据有关,当土地分类为Snow or ice时使用。
在Noah-mp中,默认的土地并不区分冰雪,而是根据输入的雪深等参数进行计算调整,SNOWH。
MPTABLE.TBL
MPTABLE.TBL中给出了Noah-MP计算所需的参数,其中与积雪相关的参数如下
&noahmp_rad_parameters
!------------------------------------------------------------------------------
! 1 2 3 4 5 6 7 8 soil color index for soil albedo
!------------------------------------------------------------------------------
ALBSAT_VIS = 0.15, 0.11, 0.10, 0.09, 0.08, 0.07, 0.06, 0.05 ! saturated soil albedos
ALBSAT_NIR = 0.30, 0.22, 0.20, 0.18, 0.16, 0.14, 0.12, 0.10 ! saturated soil albedos
ALBDRY_VIS = 0.27, 0.22, 0.20, 0.18, 0.16, 0.14, 0.12, 0.10 ! dry soil albedos
ALBDRY_NIR = 0.54, 0.44, 0.40, 0.36, 0.32, 0.28, 0.24, 0.20 ! dry soil albedos
ALBICE = 0.80, 0.55 ! albedo land ice: 1=vis, 2=nir
ALBLAK = 0.60, 0.40 ! albedo frozen lakes: 1=vis, 2=nir
OMEGAS = 0.8 , 0.4 ! two-stream parameter omega for snow
BETADS = 0.5 ! two-stream parameter betad for snow
BETAIS = 0.5 ! two-stream parameter betaI for snow
EG = 0.97, 0.98 ! emissivity soil surface 1-soil;2-lake
/
&noahmp_global_parameters
…
! adjustable parameters for snow processes
Z0SNO = 0.002 !snow surface roughness length (m) (0.002)
SSI = 0.03 !liquid water holding capacity for snowpack (m3/m3) (0.03)
SNOW_RET_FAC = 5.e-5 !snowpack water release timescale factor (1/s)
SNOW_EMIS = 0.95 !snow emissivity (bring from hard-coded value of 1.0 to here)
SWEMX = 1.00 !new snow mass to fully cover old snow (mm)
!equivalent to 10mm depth (density = 100 kg/m3)
TAU0 = 1.e6 !tau0 from Yang97 eqn. 10a
GRAIN_GROWTH = 5000. !growth from vapor diffusion Yang97 eqn. 10b
EXTRA_GROWTH = 10. !extra growth near freezing Yang97 eqn. 10c
DIRT_SOOT = 0.3 !dirt and soot term Yang97 eqn. 10d
BATS_COSZ = 2.0 !zenith angle snow albedo adjustment; b in Yang97 eqn. 15
BATS_VIS_NEW = 0.95 !new snow visible albedo
BATS_NIR_NEW = 0.65 !new snow NIR albedo
BATS_VIS_AGE = 0.2 !age factor for diffuse visible snow albedo Yang97 eqn. 17
BATS_NIR_AGE = 0.5 !age factor for diffuse NIR snow albedo Yang97 eqn. 18
BATS_VIS_DIR = 0.4 !cosz factor for direct visible snow albedo Yang97 eqn. 15
BATS_NIR_DIR = 0.4 !cosz factor for direct NIR snow albedo Yang97 eqn. 16
RSURF_SNOW = 50.0 !surface resistence for snow [s/m]
RSURF_EXP = 5.0 !exponent in the shape parameter for soil resistance option 1
/
通过修改MPTABLE.TBL中的雪过程参数可以对参数化方案进行优化。
Noah-MP中的雪反照率方案
Noah-MP LSM包括单独的冰川处理和改进的雪物理方案,在积雪最多可达三层,该方法还采用了一种改进的双流辐射传输方案,考虑了三维冠层结构,计算植被反射、吸收和传输的辐射通量。该LSM使用“平铺”(tile)方法计算反照率,这是能源预算中的一个关键因素,考虑到裸露的地面、植被冠层和积雪。
对于北极地区,土地利用类型对于反照率的影响较小,在地面上,主要考虑冰川与积雪的反照率。
-
CLASS方案
CLASS方案的公式计算如下:
α 1 = 0.55 + ( α o l d − 0.55 ) exp − 0.01 d t 3600 (1) \alpha_1=0.55+(\alpha_{old}-0.55 )\exp^{\frac{-0.01dt}{3600}} \tag{1} α1=0.55+(αold−0.55)exp3600−0.01dt(1)
f s n = t a n h ( h s n 2. 5 z 0 ( ρ s n ρ n e w ) f m ) (2) \mathcal f_{sn}=tanh(\frac{h_{sn}}{2.5_{z_0}(\frac{\rho_{sn}}{\rho_{new}})^{\mathcal{f}_m}}) \tag{2} fsn=tanh(2.5z0(ρnewρsn)fmhsn)(2)
α s = α 1 + f s n ( 0.84 − α 1 ) (3) \alpha_s=\alpha_{1}+\mathcal f_{sn}(0.84-\alpha_1) \tag{3} αs=α1+fsn(0.84−α1)(3)
α s d 1 = α s d 2 = α s i 1 = α s i 2 (4) \alpha_{sd1}=\alpha_{sd2} =\alpha_{si1}=\alpha_{si2}\tag{4} αsd1=αsd2=αsi1=αsi2(4)
其中, α o l d \alpha_{old} αold为最后时间步长(dt)反照率, f s n \mathcal f_{sn} fsn为积雪量(分数表达), h s n h_{sn} hsn为积雪深度, ρ s n \rho_{sn} ρsn积雪密度, ρ n e w \rho_{new} ρnew新雪密度,设置为 100 k g / m − 3 100kg/m^{-3} 100kg/m−3, f m \mathcal{f}_m fm为融化因子,默认值为1.0, α s d 1 , α s d 2 , α s i 1 , α s i 2 \alpha_{sd1},\alpha_{sd2} ,\alpha_{si1},\alpha_{si2} αsd1,αsd2,αsi1,αsi2分别为可见光、近红外波段的直接和漫反照率。
CLASS方案相对简单,由用户定义的衰减因子调制的指数速率降低雪反照率。该方法试图用一个时间常数参数隐含地解释影响雪反照率衰减的一系列因素,运算效率较高,却并不能较好地反映冰雪反照率的复杂过程。
代码中CLASS方案的函数:
!== begin snowalb_class ============================================================================
SUBROUTINE SNOWALB_CLASS (parameters,NBAND,QSNOW,DT,ALB,ALBOLD,ALBSND,ALBSNI,ILOC,JLOC)
! ----------------------------------------------------------------------
IMPLICIT NONE
! --------------------------------------------------------------------------------------------------
! input
type (noahmp_parameters), intent(in) :: parameters
INTEGER,INTENT(IN) :: ILOC !grid index
INTEGER,INTENT(IN) :: JLOC !grid index
INTEGER,INTENT(IN) :: NBAND !number of waveband classes
REAL,INTENT(IN) :: QSNOW !snowfall (mm/s)
REAL,INTENT(IN) :: DT !time step (sec)
REAL,INTENT(IN) :: ALBOLD !snow albedo at last time step
! in & out
REAL, INTENT(INOUT) :: ALB !
! output
REAL, DIMENSION(1:2),INTENT(OUT) :: ALBSND !snow albedo for direct(1=vis, 2=nir)
REAL, DIMENSION(1:2),INTENT(OUT) :: ALBSNI !snow albedo for diffuse
! ---------------------------------------------------------------------------------------------
! ------------------------ local variables ----------------------------------------------------
INTEGER :: IB !waveband class
! ---------------------------------------------------------------------------------------------
! zero albedos for all points
ALBSND(1: NBAND) = 0.
ALBSNI(1: NBAND) = 0.
! when cosz > 0
ALB = 0.55 + (ALBOLD-0.55) * EXP(-0.01*DT/3600.)
! 1 mm fresh snow(SWE) -- 10mm snow depth, assumed the fresh snow density 100kg/m3
! here assume 1cm snow depth will fully cover the old snow
IF (QSNOW > 0.) then
ALB = ALB + MIN(QSNOW,parameters%SWEMX/DT) * (0.84-ALB)/(parameters%SWEMX/DT)
ENDIF
ALBSNI(1)= ALB ! vis diffuse
ALBSNI(2)= ALB ! nir diffuse
ALBSND(1)= ALB ! vis direct
ALBSND(2)= ALB ! nir direct
END SUBROUTINE SNOWALB_CLASS
-
BATS方案
生物圈-大气转移方案(BATS)地面雪反照率公式从Wiscombe和Warren(1980)的积雪辐射转移计算中推断出来的。是一种中等复杂算法,它允许较高的计算效率,同时保持可见光和近红外光谱上直接和漫反射率与雪龄、表面温度、太阳照明角和吸收杂质之间的上述相互作用。
由于BATS算法在复杂性与计算效率的有着较好的平衡,该算法有着广泛地应用。在Noah-MP中,雪反照率的计算可由如下公式概括:
Z c = 1.5 1 + c o s Z − 0.5 (1) \Z_c=\frac{1.5}{1+cosZ}-0.5 \tag{1} Zc=1+cosZ1.5−0.5(1)
α s i 1 = 0.95 ( 1 − 0.2 A c ) (2) \alpha_{si1}=0.95(1-0.2A_c) \tag{2} αsi1=0.95(1−0.2Ac)(2)
α s i 2 = 0.65 ( 1 − 0.5 A c ) (3) \alpha_{si2}=0.65(1-0.5A_c) \tag{3} αsi2=0.65(1−0.5Ac)(3)
α s d 1 = α s i 1 + 0.4 Z c ( 1 − α s i 1 ) (4) \alpha_{sd1}=\alpha_{si1}+0.4Z_c(1-\alpha_{si1}) \tag{4} αsd1=αsi1+0.4Zc(1−αsi1)(4)
α s d 2 = α s i 2 + 0.4 Z c ( 1 − α s i 2 ) (5) \alpha_{sd2}=\alpha_{si2}+0.4Z_c(1-\alpha_{si2}) \tag{5} αsd2=αsi2+0.4Zc(1−αsi2)(5)
Z为太阳高度角, A c A_c Ac为雪龄。
雪龄由以下公式计算:
A c = τ s 1 + τ s (1) A_c=\frac{\tau_s}{1+\tau_s} \tag{1} Ac=1+τsτs(1)
τ s t = τ s t − 1 [ 1 − m a x ( 0 , Δ S W E ) / S W E M X ] (2) \tau_s^t=\tau_s^{t-1}[1-max(0,\Delta SWE)/SWE_{MX}] \tag{2} τst=τst−1[1−max(0,ΔSWE)/SWEMX](2)
Δ τ s = ( r 1 + r 2 + r 3 ) Δ t τ 0 (3) \Delta\tau_s=(r_1+r_2+r_3)\frac{\Delta t}{\tau_0} \tag{3} Δτs=(r1+r2+r3)τ0Δt(3)
{ a r g = 5000 ( 1 T F R Z − 1 T G ) r 1 = exp ( a r g ) r 2 = m i n ( 1 , exp ( 10 × a r g ) ) r 3 = 0.3 (4) \begin{cases} arg=5000(\cfrac{1}{TFRZ}-\cfrac{1}{TG} )\\ r_1=\exp(arg)\\ r_2=min(1,\exp(10×arg))\\ r_3=0.3 \end{cases} \tag{4} ⎩⎪⎪⎪⎪⎪⎨⎪⎪⎪⎪⎪⎧arg=5000(TFRZ1−TG1)r1=exp(arg)r2=min(1,exp(10×arg))r3=0.3(4)
TFRZ为冰冻温度,设为273.16K,TG为地表温度。
根据上述描述,我们可以总结出BATS算法中可以调整的参数:
来源:Abolafia-Rosenzweig, R., He, C., McKenzie Skiles, S., Chen, F., & Gochis, D. (2022). Evaluation and optimization of snow albedo scheme in Noah-MP land surface model using in situ spectral observations in the Colorado Rockies. Journal of Advances in Modeling Earth Systems, 14, e2022MS003141. https://doi.org/10.1029/2022MS003141
相关代码如下,少许中文注释为自行添加:
! 一些BATS参数,从MPTABLE中读取
!------------------------------------------------------------------------------------------!
! From the rad section of MPTABLE.TBL
!------------------------------------------------------------------------------------------!
REAL :: ALBSAT(MBAND) !saturated soil albedos: 1=vis, 2=nir
REAL :: ALBDRY(MBAND) !dry soil albedos: 1=vis, 2=nir
REAL :: ALBICE(MBAND) !albedo land ice: 1=vis, 2=nir
REAL :: ALBLAK(MBAND) !albedo frozen lakes: 1=vis, 2=nir
REAL :: OMEGAS(MBAND) !two-stream parameter omega for snow
REAL :: BETADS !two-stream parameter betad for snow
REAL :: BETAIS !two-stream parameter betad for snow
REAL :: EG(2) !emissivity
!------------------------------------------------------------------------------------------!
! From the globals section of MPTABLE.TBL
!------------------------------------------------------------------------------------------!
REAL :: Z0SNO !snow surface roughness length (m) (0.002)
REAL :: SSI !liquid water holding capacity for snowpack (m3/m3)
REAL :: SNOW_RET_FAC !snowpack water release timescale factor (1/s)
REAL :: SNOW_EMIS !snow emissivity
REAL :: SWEMX !new snow mass to fully cover old snow (mm)
REAL :: TAU0 !tau0 from Yang97 eqn. 10a
REAL :: GRAIN_GROWTH !growth from vapor diffusion Yang97 eqn. 10b
REAL :: EXTRA_GROWTH !extra growth near freezing Yang97 eqn. 10c
REAL :: BATS_COSZ !zenith angle snow albedo adjustment; b in Yang97 eqn. 15
REAL :: BATS_VIS_NEW !new snow visible albedo
REAL :: BATS_NIR_NEW !new snow NIR albedo
REAL :: BATS_VIS_AGE !age factor for diffuse visible snow albedo Yang97 eqn. 17
REAL :: BATS_NIR_AGE !age factor for diffuse NIR snow albedo Yang97 eqn. 18
REAL :: BATS_VIS_DIR !cosz factor for direct visible snow albedo Yang97 eqn. 15
REAL :: BATS_NIR_DIR !cosz factor for direct NIR snow albedo Yang97 eqn. 16
REAL :: RSURF_SNOW !surface resistance for snow(s/m)
REAL :: DIRT_SOOT !dirt and soot term Yang97 eqn. 10d
!开始辐射计算,该函数主要由计算反照率的ALBEDO函数和计算各太阳辐射的函数SURRAD的调用结合
!== begin radiation ================================================================================
SUBROUTINE RADIATION (parameters,VEGTYP ,IST ,ICE ,NSOIL , & !in
SNEQVO ,SNEQV ,DT ,COSZ ,SNOWH , & !in
TG ,TV ,FSNO ,QSNOW ,FWET , & !in
ELAI ,ESAI ,SMC ,SOLAD ,SOLAI , & !in
FVEG ,ILOC ,JLOC , & !in
ALBOLD ,TAUSS , & !inout
FSUN ,LAISUN ,LAISHA ,PARSUN ,PARSHA , & !out
SAV ,SAG ,FSR ,FSA ,FSRV , &
FSRG ,ALBSND ,ALBSNI ,BGAP ,WGAP ) !out
!以下省略参数说明部分
CALL(ALBEDO) !调用函数计算反照率
CALL SURRAD !根据ALBEDO函数计算结果,计算太阳辐射各分量
END SUBROUTINE RADIATION
!== begin albedo ===================================================================================
SUBROUTINE ALBEDO (parameters,VEGTYP ,IST ,ICE ,NSOIL , & !in
DT ,COSZ ,FAGE ,ELAI ,ESAI , & !in
TG ,TV ,SNOWH ,FSNO ,FWET , & !in
SMC ,SNEQVO ,SNEQV ,QSNOW ,FVEG , & !in
ILOC ,JLOC , & !in
ALBOLD ,TAUSS , & !inout
ALBGRD ,ALBGRI ,ALBD ,ALBI ,FABD , & !out
FABI ,FTDD ,FTID ,FTII ,FSUN , & !out
FREVI ,FREVD ,FREGD ,FREGI ,BGAP , & !out
WGAP ,ALBSND ,ALBSNI )
! --------------------------------------------------------------------------------------------------
! surface albedos. also fluxes (per unit incoming direct and diffuse
! radiation) reflected, transmitted, and absorbed by vegetation.
! also sunlit fraction of the canopy.
! --------------------------------------------------------------------------------------------------
END SUBROUTINE ALBEDO
! 计算雪龄
!== begin snow_age =================================================================================
SUBROUTINE SNOW_AGE (parameters,DT,TG,SNEQVO,SNEQV,TAUSS,FAGE)
! ----------------------------------------------------------------------
IMPLICIT NONE
! ------------------------ code history ------------------------------------------------------------
! from BATS
! ------------------------ input/output variables --------------------------------------------------
!input
type (noahmp_parameters), intent(in) :: parameters
REAL, INTENT(IN) :: DT !main time step (s)
REAL, INTENT(IN) :: TG !ground temperature (k)
REAL, INTENT(IN) :: SNEQVO !snow mass at last time step(mm)
REAL, INTENT(IN) :: SNEQV !snow water per unit ground area (mm)
!output
REAL, INTENT(OUT) :: FAGE !snow age
!input/output
REAL, INTENT(INOUT) :: TAUSS !non-dimensional snow age
!local
REAL :: TAGE !total aging effects
REAL :: AGE1 !effects of grain growth due to vapor diffusion
REAL :: AGE2 !effects of grain growth at freezing of melt water
REAL :: AGE3 !effects of soot
REAL :: DELA !temporary variable
REAL :: SGE !temporary variable
REAL :: DELS !temporary variable
REAL :: DELA0 !temporary variable
REAL :: ARG !temporary variable
! See Yang et al. (1997) J.of Climate for detail.
!---------------------------------------------------------------------------------------------------
IF(SNEQV.LE.0.0) THEN
TAUSS = 0.
ELSE
DELA0 = DT/parameters%TAU0
ARG = parameters%GRAIN_GROWTH*(1./TFRZ-1./TG)
AGE1 = EXP(ARG)
AGE2 = EXP(AMIN1(0.,parameters%EXTRA_GROWTH*ARG))
AGE3 = parameters%DIRT_SOOT
TAGE = AGE1+AGE2+AGE3
DELA = DELA0*TAGE
DELS = AMAX1(0.0,SNEQV-SNEQVO) / parameters%SWEMX
SGE = (TAUSS+DELA)*(1.0-DELS)
TAUSS = AMAX1(0.,SGE)
ENDIF
FAGE= TAUSS/(TAUSS+1.)
END SUBROUTINE SNOW_AGE
!== begin snowalb_bats =============================================================================
SUBROUTINE SNOWALB_BATS (parameters,NBAND,FSNO,COSZ,FAGE,ALBSND,ALBSNI)
! --------------------------------------------------------------------------------------------------
IMPLICIT NONE
! --------------------------------------------------------------------------------------------------
! input
type (noahmp_parameters), intent(in) :: parameters
INTEGER,INTENT(IN) :: NBAND !number of waveband classes
REAL,INTENT(IN) :: COSZ !cosine solar zenith angle
REAL,INTENT(IN) :: FSNO !snow cover fraction (-)
REAL,INTENT(IN) :: FAGE !snow age correction
! output
REAL, DIMENSION(1:2),INTENT(OUT) :: ALBSND !snow albedo for direct(1=vis, 2=nir)
REAL, DIMENSION(1:2),INTENT(OUT) :: ALBSNI !snow albedo for diffuse
! ---------------------------------------------------------------------------------------------
! ------------------------ local variables ----------------------------------------------------
INTEGER :: IB !waveband class
REAL :: FZEN !zenith angle correction
REAL :: CF1 !temperary variable
REAL :: SL2 !2.*SL
REAL :: SL1 !1/SL
REAL :: SL !adjustable parameter
! REAL, PARAMETER :: C1 = 0.2 !default in BATS
! REAL, PARAMETER :: C2 = 0.5 !default in BATS
! REAL, PARAMETER :: C1 = 0.2 * 2. ! double the default to match Sleepers River's
! REAL, PARAMETER :: C2 = 0.5 * 2. ! snow surface albedo (double aging effects)
! ---------------------------------------------------------------------------------------------
! zero albedos for all points
ALBSND(1: NBAND) = 0.
ALBSNI(1: NBAND) = 0.
! when cosz > 0
SL=parameters%BATS_COSZ
SL1=1./SL
SL2=2.*SL
CF1=((1.+SL1)/(1.+SL2*COSZ)-SL1)
FZEN=AMAX1(CF1,0.)
ALBSNI(1)=parameters%BATS_VIS_NEW*(1.-parameters%BATS_VIS_AGE*FAGE)
ALBSNI(2)=parameters%BATS_NIR_NEW*(1.-parameters%BATS_NIR_AGE*FAGE)
ALBSND(1)=ALBSNI(1)+parameters%BATS_VIS_DIR*FZEN*(1.-ALBSNI(1)) ! vis direct
ALBSND(2)=ALBSNI(2)+parameters%BATS_VIS_DIR*FZEN*(1.-ALBSNI(2)) ! nir direct
END SUBROUTINE SNOWALB_BATS
!地表反照率,考虑地面类型,雪反照率如何应用至地面中
!== begin groundalb ================================================================================
SUBROUTINE GROUNDALB (parameters,NSOIL ,NBAND ,ICE ,IST , & !in
FSNO ,SMC ,ALBSND ,ALBSNI ,COSZ , & !in
TG ,ILOC ,JLOC , & !in
ALBGRD ,ALBGRI ) !out
…!省略输入参数说明
!output
REAL, DIMENSION(1: 2), INTENT(OUT) :: ALBGRD !ground albedo (direct beam: vis, nir)
REAL, DIMENSION(1: 2), INTENT(OUT) :: ALBGRI !ground albedo (diffuse: vis, nir)
!local
INTEGER :: IB !waveband number (1=vis, 2=nir)
REAL :: INC !soil water correction factor for soil albedo
REAL :: ALBSOD !soil albedo (direct)
REAL :: ALBSOI !soil albedo (diffuse)
! --------------------------------------------------------------------------------------------------
DO IB = 1, NBAND
INC = MAX(0.11-0.40*SMC(1), 0.)
IF (IST .EQ. 1) THEN !soil
ALBSOD = MIN(parameters%ALBSAT(IB)+INC,parameters%ALBDRY(IB))
ALBSOI = ALBSOD
ELSE IF (TG .GT. TFRZ) THEN !unfrozen lake, wetland
ALBSOD = 0.06/(MAX(0.01,COSZ)**1.7 + 0.15)
ALBSOI = 0.06
ELSE !frozen lake, wetland
ALBSOD = parameters%ALBLAK(IB)
ALBSOI = ALBSOD
END IF
! increase desert and semi-desert albedos
! IF (IST .EQ. 1 .AND. ISC .EQ. 9) THEN
! ALBSOD = ALBSOD + 0.10
! ALBSOI = ALBSOI + 0.10
! end if
ALBGRD(IB) = ALBSOD*(1.-FSNO) + ALBSND(IB)*FSNO
ALBGRI(IB) = ALBSOI*(1.-FSNO) + ALBSNI(IB)*FSNO
END DO
!地表反照率与地面积雪量FSNO有关,FSNO与输入的雪水当量、雪深变量有关
END SUBROUTINE GROUNDALB
!FSNO的计算
! ground snow cover fraction [Niu and Yang, 2007, JGR]
FSNO = 0.
IF(SNOWH.GT.0.) THEN
BDSNO = SNEQV / SNOWH
FMELT = (BDSNO/100.)**parameters%MFSNO
!FSNO = TANH( SNOWH /(2.5* Z0 * FMELT))
FSNO = TANH( SNOWH /(parameters%SCFFAC * FMELT)) ! C.He: bring hard-coded 2.5*z0 to MPTABLE tunable parameter SCFFAC
ENDIF
综上,Noah-MP中的雪过程与反照率与输入的默认参数与场有关。
可修改:默认的MPTABLE与NpahLSM.F中,列出的与雪反照率相关的参数,见表1.
WPS输入的场:输入的ERA5的雪深等。
以上只考虑了地表过程,而Polar-WRF中,对于海冰的能量同样值得注意(对海冰场的修改)。
接下来将考虑与SNICAR模型结合,将SNICAR反照率反馈输入至polar-WRF中。