Dear Sir or Madam,
I recently referred to a paper <Intensified Tropical Cyclones in Global Climate Simulations Employing a High-Wind Drag Relation over Sea Surface>, and I would like to modify the revised surface drag scheme based on its content. I am using WRF version 3.9 with sf_sfclay_physics=1. How should I modify line 341 in WRFV3.9/phys/ module_sf_mynn.F, where UST(i,j) = MAX(0.025 * SQRT(U1D(i) * U1D(i) + V1D(i) * V1D(i)), 0.001) is located? However, according to the paper, if I want to use U10 and V10, they are not defined before line 134. What should I do? Additionally, do I need to modify any other modules? Thank you!

I recently referred to a paper <Intensified Tropical Cyclones in Global Climate Simulations Employing a High-Wind Drag Relation over Sea Surface>, and I would like to modify the revised surface drag scheme based on its content. I am using WRF version 3.9 with sf_sfclay_physics=1. How should I modify line 341 in WRFV3.9/phys/ module_sf_mynn.F, where UST(i,j) = MAX(0.025 * SQRT(U1D(i) * U1D(i) + V1D(i) * V1D(i)), 0.001) is located? However, according to the paper, if I want to use U10 and V10, they are not defined before line 134. What should I do? Additionally, do I need to modify any other modules? Thank you!
