Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#129 from bensonr/emc_2021.03
Browse files Browse the repository at this point in the history
cherry-pick of two commits needed in dev/emc for FMS 2021.03
  • Loading branch information
bensonr authored Aug 18, 2021
2 parents 3a0d35a + c05f0c4 commit bdb078a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model/fv_control.F90
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module fv_control_mod
use mpp_mod, only: FATAL, mpp_error, mpp_pe, stdlog, &
mpp_npes, mpp_get_current_pelist, &
input_nml_file, get_unit, WARNING, &
read_ascii_file, INPUT_STR_LENGTH
read_ascii_file
use mpp_domains_mod, only: mpp_get_data_domain, mpp_get_compute_domain, mpp_get_tile_id
use tracer_manager_mod, only: tm_get_number_tracers => get_number_tracers, &
tm_get_tracer_index => get_tracer_index, &
Expand Down
2 changes: 1 addition & 1 deletion tools/fv_diagnostics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module fv_diagnostics_mod
use constants_mod, only: grav, rdgas, rvgas, pi=>pi_8, radius, kappa, WTMAIR, WTMCO2, &
omega, hlv, cp_air, cp_vapor, TFREEZE
use fms_mod, only: write_version_number
use fms_io_mod, only: set_domain, nullify_domain, write_version_number
use fms_io_mod, only: set_domain, nullify_domain
use time_manager_mod, only: time_type, get_date, get_time
use mpp_domains_mod, only: domain2d, mpp_update_domains, DGRID_NE, NORTH, EAST
use diag_manager_mod, only: diag_axis_init, register_diag_field, &
Expand Down

0 comments on commit bdb078a

Please sign in to comment.