Difference between revisions of "Bugs and fixes"

From Geos-chem
Jump to: navigation, search
(Issues resolved in GEOS-Chem v11-01)
(Issues resolved in GEOS-Chem v11-01)
Line 93: Line 93:
  
 
|-valign="top"
 
|-valign="top"
|[[Coupling_GEOS-Chem_with_RRTMG|RRTMG radiative transfer model]]
+
|netCDF I/O
 
|
 
|
*[[Coupling_GEOS-Chem_with_RRTMG#Fix_bug_that_prevents_storage_of_O3_and_CH4_RFs|Fix bug that prevents storage of O3 and CH4 RF's]]
+
*[[GEOS-Chem_Output_Files#NetCDF_File_Format|Migration from bpch to netCDF output file format]]
*[[Coupling_GEOS-Chem_with_RRTMG#Bug_in_RRTMG_array_sizes|Bug fix in RRTMG array sizes]]
+
*[[GEOS-Chem_Output_Files#Improve_write_speed_of_netCDF_output_files|Improve write speed of netCDF output files]]
*[[Coupling_GEOS-Chem_with_RRTMG#Bug_fixes_in_rrtmg_rad_transfer_mod.F|Further bug fixes in <tt>rrtmg_transfer_mod.F</tt>]]
+
*[[GEOS-Chem_Output_Files#GAMAP_can_now_read_GEOS-Chem_restart_files_in_netCDF_format|GAMAP can now read GEOS-Chem restart files in netCDF format]]
  
 
|-valign="top"
 
|-valign="top"
Line 104: Line 104:
 
*[[FAST-JX_v7.0_photolysis_mechanism#Fix_for_TOMS_to_address_strange_cycle_in_OH_output|Fix for TOMS/HEMCO to address strange cycle in OH output]]
 
*[[FAST-JX_v7.0_photolysis_mechanism#Fix_for_TOMS_to_address_strange_cycle_in_OH_output|Fix for TOMS/HEMCO to address strange cycle in OH output]]
 
*[[FAST-JX_v7.0_photolysis_mechanism#Use_TOMS_ozone_for_all_years_when_running_simulations_with_GEOS-5|Use TOMS ozone for all years when running simulations with GEOS-5 meteorology]]
 
*[[FAST-JX_v7.0_photolysis_mechanism#Use_TOMS_ozone_for_all_years_when_running_simulations_with_GEOS-5|Use TOMS ozone for all years when running simulations with GEOS-5 meteorology]]
 +
 +
|-valign="top"
 +
|[[Regridding in GEOS-Chem|Regridding]]
 +
|
 +
*[[Regridding_in_GEOS-Chem#Bug_fix:_MAP_A2A_now_only_uses_periodic_BCs_for_global_data|Bug fix: MAP_A2A now applies periodic boundary conditions only to global data sets during regridding]]
 +
*[[Implementation_of_HEMCO_in_GEOS-Chem#Fixed_bug_in_time_interpolation_in_ncdf_mod.F90|Bug fix for time interpolation in netCDF utility module <tt>ncdf_mod.F90</tt>]]
 +
 +
|-valign="top"
 +
|[[Coupling_GEOS-Chem_with_RRTMG|RRTMG radiative transfer model]]
 +
|
 +
*[[Coupling_GEOS-Chem_with_RRTMG#Fix_bug_that_prevents_storage_of_O3_and_CH4_RFs|Fix bug that prevents storage of O3 and CH4 RF's]]
 +
*[[Coupling_GEOS-Chem_with_RRTMG#Bug_in_RRTMG_array_sizes|Bug fix in RRTMG array sizes]]
 +
*[[Coupling_GEOS-Chem_with_RRTMG#Bug_fixes_in_rrtmg_rad_transfer_mod.F|Further bug fixes in <tt>rrtmg_transfer_mod.F</tt>]]
 +
*[[Coupling_GEOS-Chem_with_RRTMG#Replace_nonstandard_DLOG_function_with_LOG|Replace nonstandard DLOG function with LOG]]
  
 
|-valign="top"
 
|-valign="top"
Line 133: Line 147:
 
Radon-Lead-Beryllium
 
Radon-Lead-Beryllium
 
*[[Rn-Pb-Be_simulation#Typo_in_HEMCO_extension_module_hcox_gc_RnPbBe_mod.F90|Fix typo in HEMCO extension module <tt>hcox_gc_RnPbBe_mod.F90</tt>]]
 
*[[Rn-Pb-Be_simulation#Typo_in_HEMCO_extension_module_hcox_gc_RnPbBe_mod.F90|Fix typo in HEMCO extension module <tt>hcox_gc_RnPbBe_mod.F90</tt>]]
 
RRTMG
 
*[[Coupling_GEOS-Chem_with_RRTMG#Replace_nonstandard_DLOG_function_with_LOG|Replace nonstandard DLOG function with LOG]]
 
  
 
Tagged CO
 
Tagged CO
Line 149: Line 160:
  
 
|-valign="top"
 
|-valign="top"
|Structural updates
+
|Species database and physical constants
 
|
 
|
I/O:
 
*[[GEOS-Chem_Output_Files#NetCDF_File_Format|Migration from bpch to netCDF output file format]]
 
*[[GEOS-Chem_Output_Files#Improve_write_speed_of_netCDF_output_files|Improve write speed of netCDF output files]]
 
*[[GEOS-Chem_Output_Files#GAMAP_can_now_read_GEOS-Chem_restart_files_in_netCDF_format|GAMAP can now read GEOS-Chem restart files in netCDF format]]
 
 
Species database / physical constants:
 
 
*[[Physical_properties_of_GEOS-Chem_species#Discrepancies_found_in_the_dry_deposition_module|Remove inconsistencies in the definitions of physical properties of GEOS-Chem species]]
 
*[[Physical_properties_of_GEOS-Chem_species#Discrepancies_found_in_the_dry_deposition_module|Remove inconsistencies in the definitions of physical properties of GEOS-Chem species]]
 
*[[Sea_salt_aerosols#Molecular_weight_discrepancy_in_drydep_mod.F|Use proper molecular weights for sea salt aerosols in the dry deposition module]]
 
*[[Sea_salt_aerosols#Molecular_weight_discrepancy_in_drydep_mod.F|Use proper molecular weights for sea salt aerosols in the dry deposition module]]
Line 166: Line 171:
 
*[[Physical_constants|Now use consistent physical constant declarations]]
 
*[[Physical_constants|Now use consistent physical constant declarations]]
  
Regridding:
+
|-valign="top"
*[[Regridding_in_GEOS-Chem#Bug_fix:_MAP_A2A_now_only_uses_periodic_BCs_for_global_data|Bug fix: MAP_A2A now applies periodic boundary conditions only to global data sets during regridding]]
+
|Various structural updates
*[[Implementation_of_HEMCO_in_GEOS-Chem#Fixed_bug_in_time_interpolation_in_ncdf_mod.F90|Bug fix for time interpolation in netCDF utility module <tt>ncdf_mod.F90</tt>]]
+
|
 
+
Other:
+
 
*[[GEOS-Chem_v11-01#Bug_fix_for_custom_grid_in_tpcore_bc_mod.F|Bug fix for custom nested grid in <tt>tpcore_bc_mod.F</tt>]]
 
*[[GEOS-Chem_v11-01#Bug_fix_for_custom_grid_in_tpcore_bc_mod.F|Bug fix for custom nested grid in <tt>tpcore_bc_mod.F</tt>]]
 
*[[GEOS-Chem v11-01#Rename_grid_mod.F90_to_gc_grid_mod.F90|Rename <tt>grid_mod.F90</tt> to <tt>gc_grid_mod.F90</tt>]]
 
*[[GEOS-Chem v11-01#Rename_grid_mod.F90_to_gc_grid_mod.F90|Rename <tt>grid_mod.F90</tt> to <tt>gc_grid_mod.F90</tt>]]

Revision as of 19:45, 23 January 2017

On this page we list the GEOS-Chem specific bugs and issues that users have recently encountered, and how to fix them.

Please also be sure to visit our Common GEOS-Chem error messages wiki page for more general information about some frequently encountered errors. Also visit our Currently unresolved issues in GEOS-Chem wiki page to see a list of unresolved issues by GEOS-Chem version (and if they have been fixed in subsequent releases).

Issues resolved in GEOS-Chem v11-02

TBD

Issues resolved in GEOS-Chem v11-01

The bugs and technical issues listed below were resolved in GEOS-Chem v11-01. Also be sure to visit our Known issues caused by compiler bugs wiki page for a list of compiler-related issues and workarounds.

Module or area Issue that was resolved
Chemistry
Cloud convection
Compiler / Fortran issues Compiler issues:

Fortran language issues:

Diagnostics
Emissions (via HEMCO)
Met fields and derived quantities
netCDF I/O
Photolysis
Regridding
RRTMG radiative transfer model
Specialty simulations Aerosol-only

CO2

CH4

Marine POA

Mercury

POPs

Radon-Lead-Beryllium

Tagged CO

Tagged O3

TOMAS Microphysics

Species database and physical constants
Various structural updates
Wet deposition

--Bob Yantosca (talk) 22:12, 10 January 2017 (UTC)

Issues resolved in GEOS-Chem v10-01

The following bugs and/or technical issues were resolved in GEOS-Chem v10-01. Also be sure to visit our Known issues caused by compiler bugs wiki page for a list of compiler-related issues and workarounds.

Module or area Issue that was resolved
Stratospheric chemistry module
Photolysis
NOx-Ox chemistry and nested grid simulations
Specialty simulations
HEMCO emissions component
Removing computational bottlenecks
Miscellaneous

--Bob Y. (talk) 20:56, 26 October 2015 (UTC)

Issues resolved in GEOS-Chem v9-02

The following bugs and/or technical issues were resolved in GEOS-Chem v9-02. Also be sure to visit our Known issues caused by compiler bugs wiki page for a list of compiler-related issues and workarounds.

Module or area Issue that was resolved
Emissions
Dry deposition and wet deposition
Met fields
Computational efficiency
Diagnostics
Specialty simulations (including microphysics)
Photolysis
Miscellaneous

--Bob Y. (talk) 21:00, 26 October 2015 (UTC)

Bugs and fixes in older GEOS-Chem versions

For a complete list of bugs and fixes in older GEOS-Chem versions, please see our Bugs and fixes prior to v9-02 wiki page.

--Bob Y. 17:40, 16 April 2015 (EDT) --Bob Y. 14:11, 20 May 2014 (EDT)