Our group is recently trying to couple WRF with an ocean model. We first used MM5 surface layer scheme + RUC land surface scheme in our simulations. We found that the ZNT (surface roughness) field is not updating in the ocean as we wanted. When we used Noah or Noah MP schemes, the ZNT is what we expected.
We then tried to look at the code (3.9.1.1). It seems that the RUC scheme will restore the ZNT to its original value (in SOILVEGEN function, line 6600 to 7076). Is it a bug in the RUC scheme? Should RUC modify the ocean ZNT? Is it OK that we modify the code and do not update ZNT in the ocean?
We were using 3.9.1.1, but the newest version also had this issue:
https://github.com/NCAR/WRFV3/blob/master/phys/module_sf_ruclsm.F
We then tried to look at the code (3.9.1.1). It seems that the RUC scheme will restore the ZNT to its original value (in SOILVEGEN function, line 6600 to 7076). Is it a bug in the RUC scheme? Should RUC modify the ocean ZNT? Is it OK that we modify the code and do not update ZNT in the ocean?
We were using 3.9.1.1, but the newest version also had this issue:
https://github.com/NCAR/WRFV3/blob/master/phys/module_sf_ruclsm.F