Skip to content

Commit

Permalink
Update models/ROMS/model_mod.f90 to make use of types_mod more concise
Browse files Browse the repository at this point in the history
Co-authored-by: hkershaw-brown <[email protected]>
  • Loading branch information
johnsonbk and hkershaw-brown authored Sep 21, 2022
1 parent 96a36d9 commit 5fd3071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/ROMS/model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module model_mod
! Modules that are absolutely required for use are listed
use types_mod, only : r4, r8, digits12, SECPERDAY, DEG2RAD, rad2deg, PI, &
MISSING_I, MISSING_R4, MISSING_R8, i4, i8, &
vtablenamelength, MAX_NUM_DOMS, MAX_FILES
vtablenamelength

use time_manager_mod, only : time_type, set_time, set_date, get_date, get_time, &
print_time, print_date, &
Expand Down

0 comments on commit 5fd3071

Please sign in to comment.