Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Is that possible to add topography in the idealized model?

Hi~I know that the idealized-physics compset does not have any surface flux, thus the topography may not work as other realistic models. But to have a realistic topography still helps in maintaining climatology in realistic models, otherwise like what I have done: I interpolate the output from realistic model from sigma surface to pressure surface and change the PS in IC to be 100000 everywhere, and then use this to initialize and force the idealized model. This may lead to problem because an volume of air mass in 300 hpa (Tibaten) will not behave the same as 1000hpa...I noticed that in POP2 namelist, there is "topography_opt" "topography_file" "flat_bottom" and in CAM there is "bnd_topo" which set the topography file. However, the idealized model seems to ignore them anyway. Grateful to any suggestion!Best,Wanying
 

olson

Member
Correct, idealized model deliberately ignores the topography.  Codemanipulation is required to turn topography back on in idealized.
 

olson

Member
I have not attempted this myself although others on this forum may have.  To start with, though, disable the logic that uses the "ideal_phys" flag to set PHIS = 0.0.  This can be found in the "inidat.F90" file of whichever dycore you are using (eul, fv, or se).  I suspect you also may need to enable logic to access the topo file, probably via the same "ideal_phys" flag.
 
Top