Hi,
I'm adding microphysics source/sink terms to WRF output by modifying:
module_comm_dm_4.G:31:2: fatal error: REGISTRY_COMM_DM_PERIOD_subs.inc: No such file or directory
module_comm_dm_4.f90(26): error #5082: Syntax error, found END-OF-FILE
The vars added to the registry is as follows:
state real EPRDO ikj dyn_em - - h "EPRDO" "Sublimation of cloud ice" "kg kg-1"
state real EPRDGO ikj dyn_em - - h "EPRDGO" "Sublimation of graupel" "kg kg-1"
state real EPRDSO ikj dyn_em - - h "EPRDSO" "Sublimation of snow" "kg kg-1"
state real PRDO ikj dyn_em - - h "PRDO" "Deposition of cloud ice" "kg kg-1"
state real PRDGO ikj dyn_em - - h "PRDGO" "Deposition of graupel" "kg kg-1"
state real PRDSO ikj dyn_em - - h "PRDSO" "Deposition of snow" "kg kg-1"
I'm adding microphysics source/sink terms to WRF output by modifying:
- Registry/Registry.EM_COMMON - Added variables (EPRDO, EPRDGO, etc.)
- phys/module_mp_morr_two_moment.F - Calculated variables in microphysics scheme
- phys/module_microphysics_driver.F - Passed variables through driver
- dyn_em/solve_em.F - Added to microphysics_driver call
module_comm_dm_4.G:31:2: fatal error: REGISTRY_COMM_DM_PERIOD_subs.inc: No such file or directory
module_comm_dm_4.f90(26): error #5082: Syntax error, found END-OF-FILE
The vars added to the registry is as follows:
state real EPRDO ikj dyn_em - - h "EPRDO" "Sublimation of cloud ice" "kg kg-1"
state real EPRDGO ikj dyn_em - - h "EPRDGO" "Sublimation of graupel" "kg kg-1"
state real EPRDSO ikj dyn_em - - h "EPRDSO" "Sublimation of snow" "kg kg-1"
state real PRDO ikj dyn_em - - h "PRDO" "Deposition of cloud ice" "kg kg-1"
state real PRDGO ikj dyn_em - - h "PRDGO" "Deposition of graupel" "kg kg-1"
state real PRDSO ikj dyn_em - - h "PRDSO" "Deposition of snow" "kg kg-1"