Files
GEOS-Chem-adjoint-v35-note/code/adjoint/gckpp_adj_Model.f90
2018-08-28 00:33:48 -04:00

23 lines
541 B
Fortran

MODULE gckpp_adj_Model
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Completely defines the model gckpp_adj
! by using all the associated modules
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
USE gckpp_adj_Precision
USE gckpp_adj_Parameters
USE gckpp_adj_Global
USE gckpp_adj_Function
USE gckpp_adj_Integrator
USE gckpp_adj_Rates
USE gckpp_adj_Jacobian
USE gckpp_adj_Hessian
USE gckpp_adj_Stoichiom
USE gckpp_adj_LinearAlgebra
USE gckpp_adj_Monitor
USE gckpp_adj_Util
END MODULE gckpp_adj_Model