WRF Community:
Which routines should I be looking at to modify the local surface roughness length (ZNT) over water? I would like to be able to parametrically vary the roughness length over specified regions of the ocean's surface and update the surface flux coefficients accordingly.
I'm currently using the MM5 surface layer option (sf_sfclay_physics = 1) and the Noah land-surface option (sf_surface_physics = 2). I've been poking around module_sf_sfclay.F, specifically the SFCLAY1D subroutine which includes an example of ZNT modification due to ocean surface winds (~line 840). This is similar to what I am trying to accomplish.
Thanks in advance,
John
Which routines should I be looking at to modify the local surface roughness length (ZNT) over water? I would like to be able to parametrically vary the roughness length over specified regions of the ocean's surface and update the surface flux coefficients accordingly.
I'm currently using the MM5 surface layer option (sf_sfclay_physics = 1) and the Noah land-surface option (sf_surface_physics = 2). I've been poking around module_sf_sfclay.F, specifically the SFCLAY1D subroutine which includes an example of ZNT modification due to ocean surface winds (~line 840). This is similar to what I am trying to accomplish.
Thanks in advance,
John