-
Notifications
You must be signed in to change notification settings - Fork 46
Description
- CliMT version: climt (v. 0.15.3)
- Python version: 3.10.12
- Operating System:Linux 2.6.32-754.10.1.el6.x86_64
Description
I have recently been learning how to use the RCE model and encountered some issues when trying to modify the surface air pressure.
My purpose is to set the surface air pressure to 700hPa and analyze the elevated heating effect, just like Hu and Boos (2017) did, they used the CliMT (Caballero 2012).
Hu, S., and W. R. Boos, 2017: The Physics of Orographic Elevated Heating in Radiative–Convective Equilibrium. J. Atmos. Sci., 74, 2949–2965, https://doi.org/10.1175/JAS-D-16-0312.1.
My current approach is to adjust the surface air pressure based on gmd_radiative_convective.py. However, I encounter “Segmentation fault (core dumped)” issues when running it.
Do you have suggestions on how to modify the surface air pressure in this model?
I added the following line in gmd_radiative_convective.py:
state['surface_air_pressure'].values[:] = 70000.0
errors are shown here:
19 [[295.72299787]]
[[4201.48460143]]
[[18479.28398476]]
Segmentation fault (core dumped)