Hi! I'm trying to run the convrad case on a beta plane (the default is on a f plane). However I couldn't find a template in the existing idealized case under test/ directory nor similar questions asked in the forum. The only relevant may be the single column case (see the code below). Nevertheless, I did not how to proceed from there. Appreciate any help! Thanks!
-Qin
Code:
grid%e(i,j) = 2.0*EOMEG*cos(config_flags%scm_lat*DEGRAD)
grid%f(i,j) = 2.0*EOMEG*sin(config_flags%scm_lat*DEGRAD)
-Qin