jls106@columbia_edu
New Member
I'm trying to implement a relaxation scheme in CAM 4.0 in which a portion of the field, e.g. a band stretching from pole to pole from 100-120E and through all levels, is restored to climatology. The idea is to dampen any wave activity/communication across the 'sponge' layer. I've done this with CAM 3.0, but am having trouble getting it to work for CAM 4.0. Basically, I run the model with an imposed perpetual setting (e.g. January), and also diabatic forcing. These changes work fine; however, the relaxation appears to produce a global solution--that is, it seems to produce a similar response no matter where it is imposed--a sponge band in the NH only affects the SH in a fashion that is unrealistic. The scheme I'm trying is one in which the zonal and meridional winds and the dry static energy are relaxed toward perpetual climatology. This is affected by loading in the climatology and adding a new subroutine in ‘physics_types.F90’.The relaxation is effected using:
State%u + (dt/gamma)(urelax – state%u)
Where state%u is the field (here zonal wind), gamma is the relaxation time scale, dt is time increment, and urelax is the climatology of zonal wind.
It worked in CAM 3.0, but for CAM 4.0 it doesn’t seem to work here. Problems could include a need to include moisture variables in the relaxation, a need for an alternate or additional scheme, or incorrect matching of the climatology and state fields (I don’t think the latter is the problem).
Any suggestions or help you could offer would be great.
State%u + (dt/gamma)(urelax – state%u)
Where state%u is the field (here zonal wind), gamma is the relaxation time scale, dt is time increment, and urelax is the climatology of zonal wind.
It worked in CAM 3.0, but for CAM 4.0 it doesn’t seem to work here. Problems could include a need to include moisture variables in the relaxation, a need for an alternate or additional scheme, or incorrect matching of the climatology and state fields (I don’t think the latter is the problem).
Any suggestions or help you could offer would be great.