Difference between revisions of "Developing Releases Bugfixes"

From UKCA
Line 13: Line 13:
 
dm_3d(:,:,(model_levels+1)) = pz_3d(:,:,model_levels)/g
 
dm_3d(:,:,(model_levels+1)) = pz_3d(:,:,model_levels)/g
   
Please include the following branch in the UMUI
+
Please include the following branch in the PUMA UMUI
   
 
fcm:um_br/dev/luke/vn8.4_FJX_dm_3d_bugfix/src
 
fcm:um_br/dev/luke/vn8.4_FJX_dm_3d_bugfix/src

Revision as of 13:15, 26 November 2013

This page contains a listing of all the bugfixes required for the Developing releases.

Fast-JX dm_3d bug

The calculation of mass in ukca_fastjx.F90 is incorrect. This will affect low-top models more, but will also affect high-top models.

The line

     dm_3d(:,:,(model_levels+1))     = pz_3d(:,:,model_levels+1)/g 

should be replaced with

     dm_3d(:,:,(model_levels+1))     = pz_3d(:,:,model_levels)/g 

Please include the following branch in the PUMA UMUI

fcm:um_br/dev/luke/vn8.4_FJX_dm_3d_bugfix/src

at revision 13624.