Skip to content

Commit

Permalink
Syntax updates per Gregs review
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed May 11, 2020
1 parent 3bba389 commit 5b7bd67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions main/EDInitMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ module EDInitMod
use PRTGenericMod, only : nitrogen_element
use PRTGenericMod, only : phosphorus_element
use PRTGenericMod, only : SetState
!! use FatesPlantHydraulicsMod, only : InitHydroGlobals
use PRTAllometricCarbonMod, only : InitPRTGlobalAllometricCarbon
! use PRTAllometricCNPMod, only : InitPRTGlobalAllometricCNP

! CIME GLOBALS
use shr_log_mod , only : errMsg => shr_log_errMsg
Expand Down
3 changes: 1 addition & 2 deletions parteh/PRTLossFluxesMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ module PRTLossFluxesMod
use PRTGenericMod, only : check_initialized
use PRTGenericMod, only : num_organ_types
use PRTGenericMod, only : prt_global
use FatesConstantsMOd, only : years_per_day

use FatesConstantsMod, only : years_per_day
use FatesConstantsMod, only : r8 => fates_r8
use FatesConstantsMod, only : i4 => fates_int
use FatesConstantsMod, only : nearzero
Expand Down

0 comments on commit 5b7bd67

Please sign in to comment.