Skip to content

Commit

Permalink
Update module name in moab subroutines
Browse files Browse the repository at this point in the history
Update module name from clm to elm in moab subroutines.
  • Loading branch information
rljacob committed Oct 9, 2023
1 parent 12dd046 commit 23d0efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/elm/src/cpl/lnd_comp_mct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ subroutine lnd_export_moab( bounds, lnd2atm_vars, lnd2glc_vars)
! !USES:
use shr_kind_mod , only : r8 => shr_kind_r8
use elm_varctl , only : iulog, create_glacier_mec_landunit
use clm_time_manager , only : get_nstep, get_step_size
use elm_time_manager , only : get_nstep, get_step_size
use domainMod , only : ldomain
use seq_drydep_mod , only : n_drydep
use shr_megan_mod , only : shr_megan_mechcomps_n
Expand Down Expand Up @@ -1280,7 +1280,7 @@ subroutine lnd_import_moab( bounds, atm2lnd_vars, glc2lnd_vars)
use elm_varctl , only: const_climate_hist, add_temperature, add_co2, use_cn, use_fates
use elm_varctl , only: startdate_add_temperature, startdate_add_co2
use elm_varcon , only: rair, o2_molar_const, c13ratio
use clm_time_manager , only: get_nstep, get_step_size, get_curr_calday, get_curr_date
use elm_time_manager , only: get_nstep, get_step_size, get_curr_calday, get_curr_date
use controlMod , only: NLFilename
use shr_const_mod , only: SHR_CONST_TKFRZ, SHR_CONST_STEBOL
use domainMod , only: ldomain
Expand Down

0 comments on commit 23d0efc

Please sign in to comment.