Hello!
I'm currently trying to do parameterization on my WRF runs by editing certain constants in specific .F files inside the WRF/phys folder. The files I'm editing are:
module_sf_sfclay.F
module_cu_kfeta.F
module_ra_sw.F
module_ra_rrtm.F
module_sf_noahlsm.F
module_mp_wsm6.F
module_bl_ysu.F
This process was pretty straight-forward until I used WRF v4.6. For some reason, the files "module_mp_wsm6.F" and "module_bl_ysu.F" look totally different. For example, the "
brcr_sbro(i) = " line in "module_bl_ysu.F", which is the critical Richardson number for boundary layer of water isn't initialized in the file itself.
Any help on where I can edit the variables I need?
I'm currently trying to do parameterization on my WRF runs by editing certain constants in specific .F files inside the WRF/phys folder. The files I'm editing are:
module_sf_sfclay.F
module_cu_kfeta.F
module_ra_sw.F
module_ra_rrtm.F
module_sf_noahlsm.F
module_mp_wsm6.F
module_bl_ysu.F
This process was pretty straight-forward until I used WRF v4.6. For some reason, the files "module_mp_wsm6.F" and "module_bl_ysu.F" look totally different. For example, the "
brcr_sbro(i) = " line in "module_bl_ysu.F", which is the critical Richardson number for boundary layer of water isn't initialized in the file itself.
Any help on where I can edit the variables I need?