Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Nov 12, 2024
1 parent fe648c2 commit 8256274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridcomps/Cap/MAPL_Cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ subroutine run_model(this, comm, unusable, rc)

! If the file exists, we pass it into ESMF_Initialize, else, we
! use the one from the command line arguments
if (esmf_config_file_exists) then
if (esmfConfigFileExists) then
call ESMF_Initialize (configFileName=esmfConfig_file, mpiCommunicator=comm, vm=vm, _RC)
else
call ESMF_Initialize (logKindFlag=this%cap_options%esmf_logging_mode, mpiCommunicator=comm, vm=vm, _RC)
Expand Down

0 comments on commit 8256274

Please sign in to comment.