Skip to content

Commit

Permalink
Merge pull request #3 from billsacks/agsys
Browse files Browse the repository at this point in the history
Rename files
  • Loading branch information
pengbinpeluo authored Nov 1, 2019
2 parents eb2fb5b + 84c4556 commit d638a43
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module AgSysClimate
module AgSysClimateInterface

!-----------------------------------------------------------------------
! !DESCRIPTION:
Expand Down Expand Up @@ -119,4 +119,4 @@ subroutine InitAllocate(this, bounds, agsys_phases_inst)

end subroutine InitAllocate

end module AgSysClimate
end module AgSysClimateInterface
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module AgSysGeneral
module AgSysGeneralType

!-----------------------------------------------------------------------
! !DESCRIPTION:
Expand Down Expand Up @@ -101,4 +101,4 @@ subroutine InitAllocate(this, bounds)
end associate
end subroutine InitAllocate

end module AgSysGeneral
end module AgSysGeneralType
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ module AgSys
#include "shr_assert.h"
use clm_time_manager, only : is_beg_curr_day
use decompMod, only : bounds_type
use AgSysGeneral, only : agsys_general_type
use AgSysGeneralType, only : agsys_general_type
use AgSysParams, only : agsys_params_type
use AgSysPhases, only : agsys_phases_type
use AgSysParamReader, only : ReadParams, ReadPhases
use AgSysClimate, only : agsys_climate_type
use AgSysPhenology, only : agsys_phenology_type
use AgSysClimateInterface, only : agsys_climate_type
use AgSysPhenologyInterface, only : agsys_phenology_type
!
implicit none
private
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module AgSysPhenology
module AgSysPhenologyInterface

!-----------------------------------------------------------------------
! !DESCRIPTION:
Expand Down Expand Up @@ -105,4 +105,4 @@ subroutine InitAllocate(this, bounds)

end subroutine InitAllocate

end module AgSysPhenology
end module AgSysPhenologyInterface

0 comments on commit d638a43

Please sign in to comment.