Skip to content

Commit

Permalink
Merge pull request #2 from mchantry/chantry-update
Browse files Browse the repository at this point in the history
Chantry update
  • Loading branch information
ajdawson authored Oct 8, 2016
2 parents 36b3d0b + d97992e commit 25f8eea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion shallow_water/sw_codesigned.f90
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ program cgrid_shallow_water
RPE_ACTIVE = .TRUE.
RPE_DEFAULT_SBITS = 10
RPE_IEEE_HALF = .TRUE.
RPE_IEEE_ROUNDING = .TRUE.

! INCREASE PRECISION FOR THE PROGNOSTIC FIELDS FOR THE CO-DESIGNED MODEL SETUP
! AS IT HAS BEEN FOUND THAT HIGH PRECISION IS NEEDED HERE:
Expand Down
1 change: 0 additions & 1 deletion shallow_water/sw_reduced.f90
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ program cgrid_shallow_water
RPE_ACTIVE = .TRUE.
RPE_DEFAULT_SBITS = 15
RPE_IEEE_HALF = .TRUE.
RPE_IEEE_ROUNDING = .TRUE.

dx%sbits = 23
dy%sbits = 23
Expand Down

0 comments on commit 25f8eea

Please sign in to comment.