Skip to content

Commit

Permalink
removing use fms_io_mod, only: write_version_number and keeping only …
Browse files Browse the repository at this point in the history
…use fms_mod, only: write_version_number now.
  • Loading branch information
laurenchilutti committed Apr 30, 2021
1 parent 1b52517 commit 9fe919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fv_diagnostics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 9fe919e

Please sign in to comment.