Skip to content

Commit 674f026

Browse files
committed
Merge remote-tracking branch 'ESCOMP/main' into HEAD
2 parents 8a30f50 + 4520051 commit 674f026

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cesm/driver/esm.F90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,9 @@ subroutine esm_init_pelayout(driver, maxthreads, rc)
877877
character(len=5) :: inst_suffix
878878
character(CL) :: cvalue
879879
logical :: found_comp
880+
#ifdef ESMF_AWARE_THREADING
881+
integer :: cnt
882+
#endif
880883
integer :: rank, nprocs, ierr
881884
character(len=*), parameter :: subname = "(esm_pelayout.F90:esm_init_pelayout)"
882885
!---------------------------------------

mediator/med_phases_aofluxes_mod.F90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,8 +1721,6 @@ subroutine set_aoflux_out_pointers(fldbun, lsize, aoflux_out, xgrid, rc)
17211721
call fldbun_getfldptr(fldbun, 'So_duu10n', aoflux_out%duu10n, xgrid=xgrid, rc=rc)
17221722
if (chkerr(rc,__LINE__,u_FILE_u)) return
17231723

1724-
call fldbun_getfldptr(fldbun, 'So_ugustOut', aoflux_out%ugust_out, xgrid=xgrid, rc=rc)
1725-
if (chkerr(rc,__LINE__,u_FILE_u)) return
17261724
call fldbun_getfldptr(fldbun, 'So_u10withGust', aoflux_out%u10_withGust, xgrid=xgrid, rc=rc)
17271725
if (chkerr(rc,__LINE__,u_FILE_u)) return
17281726
call fldbun_getfldptr(fldbun, 'So_u10res', aoflux_out%u10res, xgrid=xgrid, rc=rc)
@@ -1752,7 +1750,6 @@ subroutine set_aoflux_out_pointers(fldbun, lsize, aoflux_out, xgrid, rc)
17521750
allocate(aoflux_out%evap_18O(lsize)); aoflux_out%evap_18O(:) = 0._R8
17531751
allocate(aoflux_out%evap_HDO(lsize)); aoflux_out%evap_HDO(:) = 0._R8
17541752
end if
1755-
17561753
if (add_gusts) then
17571754
call fldbun_getfldptr(fldbun, 'So_ugustOut', aoflux_out%ugust_out, xgrid=xgrid, rc=rc)
17581755
if (chkerr(rc,__LINE__,u_FILE_u)) return

0 commit comments

Comments
 (0)