Skip to content

Commit

Permalink
update pgi optimzation to address reproducibility problems (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Sep 27, 2018
1 parent 234bf47 commit 8ce86cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cicecore/cicedynB/general/ice_init.F90
Original file line number Diff line number Diff line change
Expand Up @@ -878,9 +878,9 @@ subroutine input_data
write(nu_diag,1020) ' kcatbound = ', &
kcatbound
if (kdyn == 1) then
write(nu_diag,1020) ' kdyn = evp ', kdyn
write(nu_diag,1021) ' kdyn = ','evp ', kdyn
elseif (kdyn == 2) then
write(nu_diag,1020) ' kdyn = eap ', kdyn
write(nu_diag,1021) ' kdyn = ','eap ', kdyn
else
write(nu_diag,1020) ' kdyn = ', kdyn
endif
Expand Down Expand Up @@ -1119,6 +1119,7 @@ subroutine input_data
1005 format (a30,2x,f9.6) ! float
1010 format (a30,2x,l6) ! logical
1020 format (a30,2x,i6) ! integer
1021 format (a30,2x,a8,i6) ! char, int
1030 format (a30, a8) ! character
1040 format (a30,2x,6i6) ! integer
1050 format (a30,2x,6a6) ! character
Expand Down

0 comments on commit 8ce86cd

Please sign in to comment.