Skip to content

Commit

Permalink
Merge pull request #11 from NCAR/hgoelzer/tempunstag_fix
Browse files Browse the repository at this point in the history
Fix initialisation problem for halo of tempunstag
  • Loading branch information
whlipscomb authored Jan 23, 2018
2 parents 2437a3f + acbec56 commit 80fbe5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libglissade/glissade.F90
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ subroutine glissade_initialise(model, evolve_ice)
call parallel_halo(model%geometry%thck)
call parallel_halo(model%climate%artm)
call parallel_halo(model%temper%temp)
call parallel_halo(model%temper%tempunstag)

! calculate the lower and upper ice surface
call glide_calclsrf(model%geometry%thck, model%geometry%topg, model%climate%eus, model%geometry%lsrf)
Expand Down

0 comments on commit 80fbe5d

Please sign in to comment.