Skip to content

Commit

Permalink
Update Cloud-J external branch; limit henry's law error msg to one proc
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Mar 1, 2024
1 parent cbb5703 commit 2d56d95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Externals_CAM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ externals = Externals_HCO.cfg

[cloud_j]
local_path = src/chemistry/cloud_j
branch = dev/geos-chem
branch = dev/cesm
protocol = git
repo_url = https://github.com/geoschem/CLOUD-J.git
required = True
Expand Down
4 changes: 2 additions & 2 deletions src/chemistry/mozart/mo_neu_wetdep.F90
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ subroutine neu_wetdep_tend(lchnk,ncol,mmr,pmid,pdel,zint,tfld,delt, &
else if( m == nh3_ndx ) then
heff(:,k,m) = heff(:,k,m)*(1._r8 + dk1s(:)*ph/dk2s(:))
else
write(iulog,*) 'error in assigning henrys law coefficients'
write(iulog,*) 'species ',m
if ( masterproc ) write(iulog,*) 'error in assigning henrys law coefficients'
if ( masterproc ) write(iulog,*) 'species ',m
end if
end if
end if
Expand Down

0 comments on commit 2d56d95

Please sign in to comment.