Skip to content

Commit

Permalink
feature/chgres_thom_mp This commit references ufs-community#106.
Browse files Browse the repository at this point in the history
More clean up.
  • Loading branch information
GeorgeGayno-NOAA committed Jul 10, 2020
1 parent dea47f7 commit 00f5cee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(fortran_src
search_util.f90
static_data.F90
surface.F90
thompson_mp_climo.F90
thompson_mp_climo_data.F90
utils.f90
write_data.F90)

Expand Down
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/atmosphere.F90
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module atmosphere
atm_weight_file, &
use_thomp_mp_climo

use thompson_mp_climo, only : read_thomp_mp_climo_data, &
use thompson_mp_climo_data, only : read_thomp_mp_climo_data, &
cleanup_thomp_mp_climo_input_data, &
qnifa_climo_input_grid, &
qnwfa_climo_input_grid, &
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module thompson_mp_climo
module thompson_mp_climo_data

!-----------------------------------------------------------------------------------
! Module to read the Thompson climatological MP data file and set up the
Expand Down Expand Up @@ -327,4 +327,4 @@ subroutine cleanup_thomp_mp_climo_input_data

end subroutine cleanup_thomp_mp_climo_input_data

end module thompson_mp_climo
end module thompson_mp_climo_data

0 comments on commit 00f5cee

Please sign in to comment.