Skip to content

Commit

Permalink
Perturb all chem emissions. (NCAR#64)
Browse files Browse the repository at this point in the history
* Perturb all chem emissions.

* Move emis_multiplier initialization back to gsdchem/gsd_chem_seas_wrapper.F90

* Perturb diagnostics too

* point to NOAA-GSL repo
  • Loading branch information
SamuelTrahanNOAA authored Dec 22, 2020
1 parent 0a9e5ff commit 4298eb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gfsphysics/GFS_layer/GFS_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2853,10 +2853,10 @@ subroutine coupling_create (Coupling, IM, Model)
Coupling%condition = clear_val
endif

if (Model%ca_global_emis .or. Model%do_sppt_emis) then
!if (Model%ca_global_emis .or. Model%do_sppt_emis) then
allocate (Coupling%emis_multiplier (IM))
Coupling%emis_multiplier = clear_val
endif
Coupling%emis_multiplier = 1.0
!endif

! -- GSDCHEM coupling options
if (Model%cplchm) then
Expand Down

0 comments on commit 4298eb7

Please sign in to comment.