Skip to content

Commit

Permalink
Update to fv_regional_bc tono longer need the GNU compilation flag -f…
Browse files Browse the repository at this point in the history
…allow-invalid-boz
  • Loading branch information
laurenchilutti committed Apr 28, 2021
1 parent fb96053 commit 9063a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions model/fv_regional_bc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ module fv_regional_mod
,oro_data ='oro_data.tile7.halo4.nc'

#ifdef OVERLOAD_R4
real, parameter:: real_snan=x'FFBFFFFF'
real, parameter:: real_snan=real(Z'FFBFFFFF')
#else
real, parameter:: real_snan=x'FFF7FFFFFFFFFFFF'
real, parameter:: real_snan=real(Z'FFF7FFFFFFFFFFFF')
#endif
real(kind=R_GRID), parameter:: dbl_snan=x'FFF7FFFFFFFFFFFF'
real(kind=R_GRID), parameter:: dbl_snan=real(Z'FFF7FFFFFFFFFFFF')

interface dump_field
module procedure dump_field_3d
Expand Down

0 comments on commit 9063a74

Please sign in to comment.