mmills@ucar_edu
Member
In WACCM 3.1.9 the history variable TH2d is output as follows:
float TH2d ( time, lat, lon )
units : K
long_name : Zonal-Mean potential temp
cell_method : time: mean
The dimensions of this variable should be ( time, lat, lev ), not ( time, lat, lon ).
Fortunately, for standard 66-level runs at 4x5 resolution, the number of lons is greater than the number of levs. But potential temperature information may be truncated for 125-level runs.
float TH2d ( time, lat, lon )
units : K
long_name : Zonal-Mean potential temp
cell_method : time: mean
The dimensions of this variable should be ( time, lat, lev ), not ( time, lat, lon ).
Fortunately, for standard 66-level runs at 4x5 resolution, the number of lons is greater than the number of levs. But potential temperature information may be truncated for 125-level runs.