Skip to content

Commit

Permalink
Other variables not needed after all
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed Oct 22, 2024
1 parent b7121a6 commit 3f4936c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/biogeophys/LunaMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module LunaMod
use clm_varcon , only : rgas, tfrz,spval
use abortutils , only : endrun
use clm_varctl , only : iulog
use clm_varpar , only : nlevcan, mxpft
use clm_varpar , only : nlevcan
use decompMod , only : bounds_type, subgrid_level_patch
use pftconMod , only : pftcon
use FrictionvelocityMod , only : frictionvel_type
Expand Down Expand Up @@ -101,10 +101,6 @@ subroutine readParams( ncid )
!
! !LOCAL VARIABLES:
character(len=*), parameter :: subname = 'readParams_Luna'
character(len=100) :: errCode = '-Error reading in parameters file:'
logical :: readv ! has variable been read in or not
real(r8) :: temp1d(0:mxpft) ! temporary to read in parameter
character(len=100) :: tString ! temp. var for reading
!--------------------------------------------------------------------

! CO2 compensation point at 25°C at present day O2 levels
Expand Down Expand Up @@ -170,7 +166,7 @@ subroutine Update_Photosynthesis_Capacity(bounds, fn, filterp, &

! !USES:
use clm_time_manager , only : get_step_size_real
use clm_varpar , only : nlevsoi, mxpft
use clm_varpar , only : nlevsoi
use perf_mod , only : t_startf, t_stopf
use clm_varctl , only : use_cn
use quadraticMod , only : quadratic
Expand Down

0 comments on commit 3f4936c

Please sign in to comment.