Skip to content

Commit

Permalink
Merge branch 'gen_aero_wet_rmvl' of github.com:fvitt/CAM into gen_aer…
Browse files Browse the repository at this point in the history
…o_wet_rmvl
  • Loading branch information
fvitt committed Sep 23, 2024
2 parents 47137b1 + 737d7f1 commit fbf2f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chemistry/aerosol/aero_wetdep_cam.F90
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ subroutine aero_wetdep_init( )

do m = 1, aero_props%nbins()
write(binstr,'(i2.2)') m
call addfld('SOLFACTB'//binstr, (/ 'lev' /), 'A',unit_basename//'/kg ','below cld sol fact')
call addfld('SOLFACTB'//binstr, (/ 'lev' /), 'A', '1', 'below cld sol fact')

do l = 0, aero_props%nmasses(m)

Expand Down

0 comments on commit fbf2f7c

Please sign in to comment.