Skip to content

Commit 69daf59

Browse files
committed
fix use_fates
1 parent 937612b commit 69daf59

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

components/cdeps

Submodule cdeps updated 45 files

src/biogeochem/SatellitePhenologyMod.F90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ subroutine CalcSatellitePhenologyTimeInterp(bounds, num_filter, filter, canopyst
100100
use WaterDiagnosticBulkType , only : waterdiagnosticbulk_type
101101
use CanopyStateType , only : canopystate_type
102102
use PatchType , only : patch
103-
use clm_varctl , only : use_fates_sp
104103

105104
!
106105
! !ARGUMENTS:
@@ -171,7 +170,7 @@ subroutine UpdateSatellitePhenologyCanopy(bounds, num_filter, filter, &
171170
use WaterDiagnosticBulkType , only : waterdiagnosticbulk_type
172171
use CanopyStateType , only : canopystate_type
173172
use PatchType , only : patch
174-
use clm_varctl , only : use_fates_sp
173+
use clm_varctl , only : use_fates
175174

176175
!
177176
! !ARGUMENTS:

src/fates

Submodule fates updated 50 files

0 commit comments

Comments
 (0)