Skip to content

Commit

Permalink
add addfld calls to cam7 phys
Browse files Browse the repository at this point in the history
	modified:   src/physics/cam7/physpkg.F90
  • Loading branch information
fvitt committed Dec 26, 2024
1 parent 82a3c9c commit bba4e59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/physics/cam7/physpkg.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2470,6 +2470,14 @@ subroutine tphysac (ztodt, cam_in, &

call clybry_fam_set( ncol, lchnk, map2chm, state%q, pbuf )

! output these here -- after updates by chem_timestep_tend or export_fields within the current time step
if (associated(cam_out%nhx_nitrogen_flx)) then
call outfld('a2x_NHXDEP', cam_out%nhx_nitrogen_flx, pcols, lchnk)
end if
if (associated(cam_out%noy_nitrogen_flx)) then
call outfld('a2x_NOYDEP', cam_out%noy_nitrogen_flx, pcols, lchnk)
end if

end subroutine tphysac

subroutine tphysbc (ztodt, state, &
Expand Down

0 comments on commit bba4e59

Please sign in to comment.