Skip to content

Commit

Permalink
fix sat_vapor_pres merge weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Jul 26, 2023
1 parent e3f08ec commit ade3087
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion sat_vapor_pres/sat_vapor_pres.F90
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ module sat_vapor_pres_mod
!public :: compute_es
public :: escomp, descomp ! for backward compatibility
! use lookup_es, lookup_des instead
public :: check_1d, check_2d, temp_check, show_all_bad

!-----------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions sat_vapor_pres/sat_vapor_pres_k.F90
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module sat_vapor_pres_k_mod
! not be a fortran module. This complicates things greatly for questionable
! benefit and could be done as a second step anyway, if necessary.

use fms_mod, only: error_mesg, FATAL
use platform_mod, only : r4_kind, r8_kind

implicit none
Expand Down

0 comments on commit ade3087

Please sign in to comment.