Skip to content

Commit

Permalink
fixed compile bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Vertenstein committed May 16, 2023
1 parent ca8ca8b commit d64ffe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mediator/med_phases_aofluxes_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,9 @@ subroutine med_aofluxes_update(gcomp, aoflux_in, aoflux_out, rc)
real(r8), parameter :: p0 = 100000.0_r8 ! reference pressure in Pa
real(r8), parameter :: rcp = 0.286_r8 ! gas constant of air / specific heat capacity at a constant pressure
real(r8), parameter :: rdair = 287.058_r8 ! dry air gas constant in J/K/kg
integer :: maptype
type(ESMF_Field) :: field_src
type(ESMF_Field) :: field_dst
character(*),parameter :: subName = '(med_aofluxes_update) '
!-----------------------------------------------------------------------

Expand Down

0 comments on commit d64ffe9

Please sign in to comment.