Difference between revisions of "GEOS-Chem Adjoint v33"

From Geos-chem
Jump to: navigation, search
m
m
Line 11: Line 11:
  
 
==== Updated lightning parameterization and fix for cloud-top-height algorithm (v9-01-01) ====
 
==== Updated lightning parameterization and fix for cloud-top-height algorithm (v9-01-01) ====
Updates to a6_read_mod.f and lightning_nox_mod.f.  Details in Lee's description: http://people.seas.harvard.edu/~ltmurray/LNOx.v9-01-01.Release.Notes.pd
+
Updates to <tt>a6_read_mod.f</tt> and <tt>lightning_nox_mod.f</tt>.  Details in Lee's description: http://people.seas.harvard.edu/~ltmurray/LNOx.v9-01-01.Release.Notes.pd
  
 
--[[User:Daven|Daven]] 15:18, 6 January 2012 (EST)
 
--[[User:Daven|Daven]] 15:18, 6 January 2012 (EST)
  
 
==== Fix for GEIA emissions scaling factor over Botswana (v9-01-02h) ====
 
==== Fix for GEIA emissions scaling factor over Botswana (v9-01-02h) ====
Updates to scale_anthro_mod.f.  See [[GEOS-Chem_v9-01-02#Fix_for_GEIA_emissions_scaling_factor_over_Botswana]]
+
Updates to <tt>scale_anthro_mod.f</tt>.  See [[GEOS-Chem_v9-01-02#Fix_for_GEIA_emissions_scaling_factor_over_Botswana]]
 +
 
 +
--[[User:Daven|Daven]] 16:16, 6 January 2012 (EST)
 +
 
 +
==== TINY parameter in convection_mod.f (v8-03-02) ====
 +
Update to <tt>convection_mod.f</tt> [[GEOS-Chem_v8-03-02#TINY_parameter_in_convection_mod.f]]
 +
 
 +
--[[User:Daven|Daven]] 16:16, 6 January 2012 (EST)
  
 
=== Updates to adjoint model ===
 
=== Updates to adjoint model ===
Line 23: Line 30:
  
 
== Previous issues now resolved in v33 ==
 
== Previous issues now resolved in v33 ==
 +
 +
== Previous issues now resolved in v32 ==
 +
==== CO2 emissions update to allow for both monthly and years emissions ====
 +
Update to <tt>co2_mod.f</tt>  (dkh, 03/07/11)
 +
 +
==== Updates to <tt>lidort_mod.f</tt> ====
 +
*Reinstate NCOUNT in CALC_RF_FORCE so that aod files are made at the right time.  (dkh, 03/27/11)
 +
*now check to make sure that MAXTHREADS matches JJPAR in lidort_mod.f (dkh, 03/27/11)
 +
 +
==== Update to Mie table ====
 +
Update <tt>mie_mod.f</tt> to use finite difference values for adjoints. (dkh, 03/27/11)
 +
 +
==== Remove bug in <tt>SET_SF</tt> ====
 +
Remove erroneous debugging code in <tt>subroutine SET_SF</tt> in <tt>inverse_mod.f</tt>. (dkh, 03/27/11)
  
  
 
== Outstanding issues not yet resolved in v33 ==
 
== Outstanding issues not yet resolved in v33 ==

Revision as of 21:16, 6 January 2012

What's new in this version

Updates to forward model

Bug fixes in forward model

Trap for negative CRUTES in rpmares_mod.f (adj33_001)

Despite the setting of negative roots to zero, sometimes the code still ends up with negative CRUTES. Trap for it here to prevent mysterious crashing later.

--Daven 14:58, 6 January 2012 (EST)

Updated lightning parameterization and fix for cloud-top-height algorithm (v9-01-01)

Updates to a6_read_mod.f and lightning_nox_mod.f. Details in Lee's description: http://people.seas.harvard.edu/~ltmurray/LNOx.v9-01-01.Release.Notes.pd

--Daven 15:18, 6 January 2012 (EST)

Fix for GEIA emissions scaling factor over Botswana (v9-01-02h)

Updates to scale_anthro_mod.f. See GEOS-Chem_v9-01-02#Fix_for_GEIA_emissions_scaling_factor_over_Botswana

--Daven 16:16, 6 January 2012 (EST)

TINY parameter in convection_mod.f (v8-03-02)

Update to convection_mod.f GEOS-Chem_v8-03-02#TINY_parameter_in_convection_mod.f

--Daven 16:16, 6 January 2012 (EST)

Updates to adjoint model

Bug fixes in adjoint model

Previous issues now resolved in v33

Previous issues now resolved in v32

CO2 emissions update to allow for both monthly and years emissions

Update to co2_mod.f (dkh, 03/07/11)

Updates to lidort_mod.f

  • Reinstate NCOUNT in CALC_RF_FORCE so that aod files are made at the right time. (dkh, 03/27/11)
  • now check to make sure that MAXTHREADS matches JJPAR in lidort_mod.f (dkh, 03/27/11)

Update to Mie table

Update mie_mod.f to use finite difference values for adjoints. (dkh, 03/27/11)

Remove bug in SET_SF

Remove erroneous debugging code in subroutine SET_SF in inverse_mod.f. (dkh, 03/27/11)


Outstanding issues not yet resolved in v33