I think the easiest way to get the reference atmosphere is just to run CCLM for a few timesteps and write out both full pressure (P) and perturbation pressure (PP) on model levels. The reference atmosphere would then be obtained by subtracting PP from P. Alternatively, you can copy the code from vgrid_refatm_utils.f90.
Push notifications in your browser are not yet configured.
I think the easiest way to get the reference atmosphere is just to run CCLM for a few timesteps and write out both full pressure (P) and perturbation pressure (PP) on model levels. The reference atmosphere would then be obtained by subtracting PP from P. Alternatively, you can copy the code from vgrid_refatm_utils.f90.