Affected Releases - CESM1.1.z and CESM1.2.z
UPDATED:
In history files, the value of "kp" is actually what "ap" should be, and "ap" is not set. Fixable with the following change in cam_history.F90:
-ierr=pio_put_var (tape(t)%File, tape(t)%kpid, (/start/), (/count1/),(/ ap /))
+ierr=pio_put_var (tape(t)%File, tape(t)%apid, (/start/), (/count1/),(/ ap /))
UPDATED:
- Fixed in CESM1.2.2
In history files, the value of "kp" is actually what "ap" should be, and "ap" is not set. Fixable with the following change in cam_history.F90:
-ierr=pio_put_var (tape(t)%File, tape(t)%kpid, (/start/), (/count1/),(/ ap /))
+ierr=pio_put_var (tape(t)%File, tape(t)%apid, (/start/), (/count1/),(/ ap /))