Skip to content

Commit

Permalink
minimal white-space changes (clsm_ensupd_upd_routines.F90)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed Nov 6, 2023
1 parent 288913a commit b5fe7b1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ subroutine get_obs_pred( &
! allocate and assemble tile_data_l
allocate(tile_data_l(0,0,0)) ! for debugging to pass
call get_tiles_in_halo( N_catl, N_fields, N_ens, tile_data_l, tile_coord_l, &
tile_coord_f, N_catl_vec, low_ind, xhalo, yhalo, &
tile_coord_f, N_catl_vec, low_ind, xhalo, yhalo, &
N_catlH, tile_coord_lH=tile_coord_lH )

if (get_sfmc_lH) allocate(sfmc_lH( N_catlH, N_ens))
Expand Down Expand Up @@ -1453,7 +1453,7 @@ subroutine get_obs_pred( &
! communicate tile_data_l as needed and get tile_data_lH

call get_tiles_in_halo( N_catl, N_fields, N_ens, tile_data_l, tile_coord_l, &
tile_coord_f, N_catl_vec, low_ind, xhalo, yhalo, &
tile_coord_f, N_catl_vec, low_ind, xhalo, yhalo, &
N_catlH, tile_data_lH=tile_data_lH )

! read out sfmc, rzmc, etc. from tile_data_lH
Expand Down Expand Up @@ -2341,7 +2341,7 @@ end subroutine qc_model_based_for_Tb
! *********************************************************************

subroutine get_halo_obs( N_ens, N_obsl, Observations_l, Obs_pred_l, &
tile_coord_l, xcompact, ycompact, &
tile_coord_l, xcompact, ycompact, &
N_obslH, Observations_lH, Obs_pred_lH )

! collect observations from other local domains (processors) that are
Expand Down Expand Up @@ -2764,7 +2764,7 @@ end subroutine get_halo_obs
! *********************************************************************

subroutine get_tiles_in_halo( N_catl, N_fields, N_ens, tile_data_l, tile_coord_l, &
tile_coord_f, N_catl_vec, low_ind, xhalo, yhalo, &
tile_coord_f, N_catl_vec, low_ind, xhalo, yhalo, &
N_catlH, tile_coord_lH, tile_data_lH )

! collect (bundled) tile_data from other local domains (processors) that are
Expand Down

0 comments on commit b5fe7b1

Please sign in to comment.