From 23d0efc28b678dd456c4a9d59d8ba3c66fe527f8 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Mon, 9 Oct 2023 17:40:33 -0500 Subject: [PATCH] Update module name in moab subroutines Update module name from clm to elm in moab subroutines. --- components/elm/src/cpl/lnd_comp_mct.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/elm/src/cpl/lnd_comp_mct.F90 b/components/elm/src/cpl/lnd_comp_mct.F90 index c1aed8503ac8..cca8478f1f62 100644 --- a/components/elm/src/cpl/lnd_comp_mct.F90 +++ b/components/elm/src/cpl/lnd_comp_mct.F90 @@ -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 @@ -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