Skip to content

Commit

Permalink
Merge pull request #2658 from E3SM-Project/bogensch/DPv0_coordinatefix
Browse files Browse the repository at this point in the history
Weaver passes, mappy has expected DIFFs
  • Loading branch information
tcclevenger authored Jan 29, 2024
2 parents b82ef2b + 4802bc8 commit 2e551c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/eam/src/dynamics/se/stepon.F90
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ subroutine stepon_run3(dtime, cam_out, phys_state, dyn_in, dyn_out)
if (dp_crm) then

do ie=1,nelemd
out_gridx(:,:) = dyn_in%elem(ie)%spherep(:,:)%lat
out_gridy(:,:) = dyn_in%elem(ie)%spherep(:,:)%lon
out_gridx(:,:) = dyn_in%elem(ie)%spherep(:,:)%lon
out_gridy(:,:) = dyn_in%elem(ie)%spherep(:,:)%lat
call outfld('crm_grid_x', out_gridx, npsq, ie)
call outfld('crm_grid_y', out_gridy, npsq, ie)
enddo
Expand Down

0 comments on commit 2e551c3

Please sign in to comment.