Skip to content

Commit c045565

Browse files
author
Gautam Bisht
authored
Merge pull request #23 from BeTR-biogeochemistry-modeling/bishtgautam/rename-shr-nl-mod
Renames shr_nl_mod to bshr_nl_mod
2 parents 1128b83 + bc1f6a1 commit c045565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/betr/betr_util/bshr_nl_mod.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module shr_nl_mod
1+
module bshr_nl_mod
22

33
! Utilities for namelist reading
44
! Adapted Fall 2012 from CAM's namelist_utils.
@@ -85,4 +85,4 @@ subroutine shr_nl_find_group_name(unit, group, status)
8585

8686
end subroutine shr_nl_find_group_name
8787

88-
end module shr_nl_mod
88+
end module bshr_nl_mod

0 commit comments

Comments
 (0)