CAM output "VZ" error

sungduk@uci_edu

New Member
Hello,I just found a minor error with CAM history field, VZ.  (in cam_diagnostics.F90)VZ is defined as:          call addfld ('VZ      ','m2/s    ',pver, 'A','Meridional transport of geopotential energy',phys_decomp)Here, the unit is definded as a meridonal transport of geopotential "height", but the description says "energy".  Later in the code, where VZ is populated:        ftem(:ncol,:) = z3(:ncol,:)*state%v(:ncol,:)*gravit         call outfld('VZ      ',ftem,  pcols,lchnk) Here, gravity is multiplied before outputting VZ. Accordingly, the current VZ is the energy transport, not the height transport. I suggest to update this error with either (a) changing the unit of VZ (height transport to energy transport) or (b) not multiplying gravity and changing the description ("energy" to "height"). Best,Sungduk Yu ps. I referenced CESM1.2.2.1
 

eaton

CSEG and Liaisons
Thanks for pointing this out.  It is fixed on the trunk (we chose your option b) and will be in the CESM2 release. 
 

eaton

CSEG and Liaisons
Thanks for pointing this out.  It is fixed on the trunk (we chose your option b) and will be in the CESM2 release. 
 

eaton

CSEG and Liaisons
Thanks for pointing this out.  It is fixed on the trunk (we chose your option b) and will be in the CESM2 release. 
 
Back
Top