Hi, all.
I'm studying to add the variables (traffic anthropogenic heat and its diurnal profile) in the URBPARM.TBL. I tried to set the variables (TAH and TAHDIUPRF) in module_sf_urban.F referring to the setting of the parameters AH and AHDIUPRF in the file. I didn't add the new variables (TAH and TAHDIUPRF) in Registry file, because I learned that the parameter AH is a local variable and "Local variables inside of physics packages are not controlled by the Registry" (https://www2.mmm.ucar.edu/wrf/users/tutorial/presentation_pdfs/201901/gill_registry.pdf).
1. I personally think that if the registry file has not been changed, there is no need to clean the WRF code and rebuild it. Then I ran wrf.exe directly, the error was "Unrecognized name TAH in Subr URBAN_PARAM_INIT".
2. Therefore, I tried to clean the WRF code and rebuild it, and it failed to build executables. The error was "cannot find and open some module files, such as module_sf_urban.mod, module_sf_noahdrv.mod, module_surface_driver.mod, etc.
Thank you for any ideas or tips on how to add new parameters in URBPARM.TBL.
wenky
I'm studying to add the variables (traffic anthropogenic heat and its diurnal profile) in the URBPARM.TBL. I tried to set the variables (TAH and TAHDIUPRF) in module_sf_urban.F referring to the setting of the parameters AH and AHDIUPRF in the file. I didn't add the new variables (TAH and TAHDIUPRF) in Registry file, because I learned that the parameter AH is a local variable and "Local variables inside of physics packages are not controlled by the Registry" (https://www2.mmm.ucar.edu/wrf/users/tutorial/presentation_pdfs/201901/gill_registry.pdf).
1. I personally think that if the registry file has not been changed, there is no need to clean the WRF code and rebuild it. Then I ran wrf.exe directly, the error was "Unrecognized name TAH in Subr URBAN_PARAM_INIT".
2. Therefore, I tried to clean the WRF code and rebuild it, and it failed to build executables. The error was "cannot find and open some module files, such as module_sf_urban.mod, module_sf_noahdrv.mod, module_surface_driver.mod, etc.
Thank you for any ideas or tips on how to add new parameters in URBPARM.TBL.
wenky