Skip to content

Commit

Permalink
Removing the statement to use nc_check from netcdf_utilities_mod in t…
Browse files Browse the repository at this point in the history
…he files that don't actually call nc_check
  • Loading branch information
mjs2369 committed Dec 11, 2023
1 parent 8cce38e commit a1e063c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion models/forced_barot/obs/obs_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module obs_mod
register_module, error_handler, E_ERR, E_MSG, &
nmlfileunit, find_namelist_in_file, &
check_namelist_read, do_output
use netcdf_utilities_mod, only : nc_check

implicit none
private
Expand Down
1 change: 0 additions & 1 deletion models/mpas_atm/mpas_dart_obs_preprocess.f90
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ program mpas_dart_obs_preprocess
cell_ok_to_interpolate, is_global_grid, &
get_bdy_mask, get_cell_center_coords
use ensemble_manager_mod, only : ensemble_type, init_ensemble_manager, end_ensemble_manager
use netcdf_utilities_mod, only : nc_check
use netcdf

implicit none
Expand Down
4 changes: 2 additions & 2 deletions models/mpas_atm/update_bc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ program update_bc

use netcdf_utilities_mod, only : nc_open_file_readonly, &
nc_open_file_readwrite, &
nc_get_dimension_size, & ! Ha
nc_close_file, nc_check
nc_get_dimension_size, &
nc_close_file

use netcdf

Expand Down
1 change: 0 additions & 1 deletion observations/forward_operators/obs_def_GRACE_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ module obs_def_GRACE_mod

use ensemble_manager_mod, only : ensemble_type
use obs_def_utilities_mod, only : track_status
use netcdf_utilities_mod, only : nc_check
use typesizes
use netcdf

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module obs_seq_utilities_mod
set_copy_meta_data, set_qc_meta_data, &
destroy_obs, destroy_obs_sequence, &
get_num_key_range, get_obs_key
use netcdf_utilities_mod, only : nc_check

use netcdf

Expand Down

0 comments on commit a1e063c

Please sign in to comment.