stormsteiner23
New member
I am attempting to modify the way that the model calculates the upward heat flux and the latent heat flux in module_sf_sfclay.F (in WRF4.0). I wanted to modify the code so that the model would calculate the initial values of HFX and LH and keep them constant throughout the duration of the run instead of updating them. I do this by introducing new variables, HFX_constant, QFX_constant, and LH_constant as well as two logical variables that exit the loop if its not the first time step. However, after updating Registry.EM_COMMON and recompiling, the recompiling process does not execute properly and does not produce .exe files. I have read through the error lines in the compile log but I cannot figure out how to fix this issue.
Am I modifying the code wrong? Attached is the log.compile file and modified code file.
Am I modifying the code wrong? Attached is the log.compile file and modified code file.