Ticket #335 (assigned defect)
geometry
| Reported by: | mankoff | Owned by: | mankoff |
|---|---|---|---|
| Priority: | blocker | Milestone: | EdGCM SomeDay |
| Component: | GCM | Version: | Model 1.0.8 |
| Keywords: | Cc: | ||
| OS: |
Description
Given the GEOM and GEOM_8x10 code on #91 (http://dev.edgcm.columbia.edu/attachment/ticket/91/GEOM_8x10.f), it appears that the budget pages are using GEOM (7.826x10).
To replicate for the Modern_Specified_SST run (average over years 1963-67) supplied with EdGCM 2.5 Beta, the values for
GLOBAL ANN SRFAIRTMP: Global = 13.34, NH = 14.10, SH=12.58
Yet if I take the GEOM_8x10 dxyp values and try to calculate the SRFAIRTMP Global I get 13.4225
If I use GEOM dxyp values (7.826x10) then I get 13.339 (~ 13.34)
An alternate explanation is that the budget pages are correctly calculated with 8x10, but the netCDF maps are somehow produced on a 7.826x10 grid, and therefore they need to use the GEOM code and not GEOM_8x10 in order to replicate the budget page values.
It feels more likely that the budget pages are using the wrong code.
