Skip to content

Commit

Permalink
modboundary: temporarily revert dqt, dtheta to double precision for r…
Browse files Browse the repository at this point in the history
…estart file backward compatibility
  • Loading branch information
fjansson committed Nov 12, 2024
1 parent b540262 commit f73eaa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modboundary.f90
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ module modboundary
logical :: lboundopen = .false. !GT switch for open boundary conditions for all scalars
real(field_r) :: fillvalues(100) = 0 !GT fill value for each scalar to apply at the boundary

real(field_r), public :: dtheta !< Applied gradient of qt at top of model
real(field_r), public :: dqt !< Applied gradient of theta at top of model
real, public :: dtheta !< Applied gradient of qt at top of model
real, public :: dqt !< Applied gradient of theta at top of model
real(field_r), public, allocatable :: dsv(:) !< Applied gradient of sv(n) at top of model
contains
!>
Expand Down

0 comments on commit f73eaa6

Please sign in to comment.