Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Dec 10, 2024
1 parent 6b6da60 commit 31c7247
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions horiz_interp/include/horiz_interp_conserve_xgrid.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#define MASK_THRESH (0.5)
#define MAX_V 8

/* this value is small compare to earth area */

int create_xgrid_1dx2d_order1(const int *nlon_in, const int *nlat_in, const int *nlon_out, const int *nlat_out, const double *lon_in,
const double *lat_in, const double *lon_out, const double *lat_out,
const double *mask_in, int *i_in, int *j_in, int *i_out,
Expand Down
2 changes: 1 addition & 1 deletion test_fms/exchange/test_xgrid.F90
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ program xgrid_test
use mosaic2_mod, only : get_mosaic_ntiles, get_mosaic_grid_sizes
use mosaic2_mod, only : get_mosaic_ncontacts, get_mosaic_contact, get_mosaic_tile_grid
use grid2_mod, only : get_grid_comp_area
use gradient_mod, only : calc_cubic_grid_info
use gradient_mod, only : calc_cubic_grid_info
use ensemble_manager_mod, only : ensemble_manager_init, ensemble_pelist_setup
use ensemble_manager_mod, only : get_ensemble_size
use platform_mod, only: r8_kind, i8_kind
Expand Down

0 comments on commit 31c7247

Please sign in to comment.