Difference between revisions of "Developing Releases Bugfixes"

From UKCA
Line 23: Line 23:
 
'''1. StratTrop (CheST chemistry) - Met Office'''
 
'''1. StratTrop (CheST chemistry) - Met Office'''
   
At UMvn8.2, existing branch vn8.2_ukca_update_rate_coeffs now includes bugfix.
+
At UMvn8.2, existing branch vn8.2_ukca_update_rate_coeffs now includes bugfix - Revision 41942 without bugfix; Revision 61297 with bugfix
Revision 41942 without bugfix
 
Revision 61297 with bugfix
 
   
 
At UMvn8.4, updated rates (without bugfix) are on the trunk. Therefore, the bugfix is in a new branch called vn8.4_ukca_bugfix_strattrop_OHMGLY_rxnrate, revision no 61296.
 
At UMvn8.4, updated rates (without bugfix) are on the trunk. Therefore, the bugfix is in a new branch called vn8.4_ukca_bugfix_strattrop_OHMGLY_rxnrate, revision no 61296.
Line 31: Line 29:
 
'''2. StratTrop (CheST chemistry) - PUMA'''
 
'''2. StratTrop (CheST chemistry) - PUMA'''
   
At UMvn8.2, existing branch vn8.2_ukca_update_rate_coeffs now includes bugfix.
+
At UMvn8.2, existing branch vn8.2_ukca_update_rate_coeffs now includes bugfix - Revision 9984 without bugfix; Revision 13625 with bugfix
Revision 9984 without bugfix
 
Revision 13625 with bugfix
 
   
 
At UMvn8.4, updated rates (without bugfix) lodged to the trunk. Therefore, the bugfix is in a new branch called vn8.4_ukca_bugfix_strattrop_OHMGLY_rxnrate, revision no 13627.
 
At UMvn8.4, updated rates (without bugfix) lodged to the trunk. Therefore, the bugfix is in a new branch called vn8.4_ukca_bugfix_strattrop_OHMGLY_rxnrate, revision no 13627.
Line 39: Line 35:
 
'''3. TropIsop (CheT) - Met Office'''
 
'''3. TropIsop (CheT) - Met Office'''
   
At UMvn8.4, existing branch vn8.4_ukca_update_tropisop_rate_coeffs now includes bugfix Revision 58058 without bugfix Revision 61298 with bugfix
+
At UMvn8.4, existing branch vn8.4_ukca_update_tropisop_rate_coeffs now includes bugfix - Revision 58058 without bugfix; Revision 61298 with bugfix
   
 
'''4. TropIsop (CheT) - PUMA'''
 
'''4. TropIsop (CheT) - PUMA'''
   
At UMvn8.4, existing branch vn8.4_ukca_update_tropisop_rate_coeffs now includes bugfix Revision 13358 without bugfix Revision 13628 with bugfix
+
At UMvn8.4, existing branch vn8.4_ukca_update_tropisop_rate_coeffs now includes bugfix - Revision 13358 without bugfix; Revision 13628 with bugfix

Revision as of 16:11, 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.

OH+MGLY reaction rate co-efficient bug

1. StratTrop (CheST chemistry) - Met Office

At UMvn8.2, existing branch vn8.2_ukca_update_rate_coeffs now includes bugfix - Revision 41942 without bugfix; Revision 61297 with bugfix

At UMvn8.4, updated rates (without bugfix) are on the trunk. Therefore, the bugfix is in a new branch called vn8.4_ukca_bugfix_strattrop_OHMGLY_rxnrate, revision no 61296.

2. StratTrop (CheST chemistry) - PUMA

At UMvn8.2, existing branch vn8.2_ukca_update_rate_coeffs now includes bugfix - Revision 9984 without bugfix; Revision 13625 with bugfix

At UMvn8.4, updated rates (without bugfix) lodged to the trunk. Therefore, the bugfix is in a new branch called vn8.4_ukca_bugfix_strattrop_OHMGLY_rxnrate, revision no 13627.

3. TropIsop (CheT) - Met Office

At UMvn8.4, existing branch vn8.4_ukca_update_tropisop_rate_coeffs now includes bugfix - Revision 58058 without bugfix; Revision 61298 with bugfix

4. TropIsop (CheT) - PUMA

At UMvn8.4, existing branch vn8.4_ukca_update_tropisop_rate_coeffs now includes bugfix - Revision 13358 without bugfix; Revision 13628 with bugfix