Skip to content

Commit a1efdde

Browse files
committed
resolve conflicts with master
1 parent 490541b commit a1efdde

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/elm/src/cpl/lnd_import_export.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ subroutine lnd_export( bounds, lnd2atm_vars, lnd2glc_vars, l2x)
13831383
!
13841384
! !USES:
13851385
use shr_kind_mod , only : r8 => shr_kind_r8
1386-
use elm_varctl , only : iulog, create_glacier_mec_landunit, use_finetop_rad
1386+
use elm_varctl , only : iulog, create_glacier_mec_landunit, iac_present, use_finetop_rad
13871387
use elm_time_manager , only : get_nstep, get_step_size
13881388
use domainMod , only : ldomain
13891389
use seq_drydep_mod , only : n_drydep

components/elm/src/main/elm_initializeMod.F90

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,8 @@ subroutine initialize1( )
249249
write(iulog,*) 'Attempting to read topo parameters for TOP solar radiation parameterization from ',trim(fsurdat)
250250
call shr_sys_flush(iulog)
251251
endif
252-
253252
call surfrd_get_topo_for_solar_rad(ldomain, fsurdat)
254-
endif
255-
253+
endif
256254
!-------------------------------------------------------------------------
257255
! Topounit
258256
!-------------------------------------------------------------------------

0 commit comments

Comments
 (0)