Skip to content

Commit 25f8eea

Browse files
authored
Merge pull request #2 from mchantry/chantry-update
Chantry update
2 parents 36b3d0b + d97992e commit 25f8eea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

shallow_water/sw_codesigned.f90

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ program cgrid_shallow_water
3535
RPE_ACTIVE = .TRUE.
3636
RPE_DEFAULT_SBITS = 10
3737
RPE_IEEE_HALF = .TRUE.
38-
RPE_IEEE_ROUNDING = .TRUE.
3938

4039
! INCREASE PRECISION FOR THE PROGNOSTIC FIELDS FOR THE CO-DESIGNED MODEL SETUP
4140
! AS IT HAS BEEN FOUND THAT HIGH PRECISION IS NEEDED HERE:

shallow_water/sw_reduced.f90

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ program cgrid_shallow_water
3333
RPE_ACTIVE = .TRUE.
3434
RPE_DEFAULT_SBITS = 15
3535
RPE_IEEE_HALF = .TRUE.
36-
RPE_IEEE_ROUNDING = .TRUE.
3736

3837
dx%sbits = 23
3938
dy%sbits = 23

0 commit comments

Comments
 (0)