Hello.
I am running an ideal WRF case (em_seabreeze2d_x).
I understand that ideal.exe only generates the initial condition (wrfinput_d01) from input_sounding, and afterwards wrf.exe evolves the atmosphere normally.
My goal is not to change the initial sounding. Instead, I want to keep the initial vertical sounding (temperature and/or wind profile) fixed during the entire simulation, so that it does not evolve with time.
I found some old discussions suggesting that solve_em.F should be modified, but I am not sure where this should be done or whether solve_em.F is really the correct place.
Has anyone implemented something similar?
Any suggestions or examples would be greatly appreciated.
Thank you.
I am running an ideal WRF case (em_seabreeze2d_x).
I understand that ideal.exe only generates the initial condition (wrfinput_d01) from input_sounding, and afterwards wrf.exe evolves the atmosphere normally.
My goal is not to change the initial sounding. Instead, I want to keep the initial vertical sounding (temperature and/or wind profile) fixed during the entire simulation, so that it does not evolve with time.
I found some old discussions suggesting that solve_em.F should be modified, but I am not sure where this should be done or whether solve_em.F is really the correct place.
Has anyone implemented something similar?
- Is solve_em.F the correct file to modify?
- Or should the restoring be implemented somewhere else (e.g., RK update routines, physics routines, or another module)?
Any suggestions or examples would be greatly appreciated.
Thank you.