Skip to content

Commit

Permalink
Merge pull request #414 from achauphan/bug-xtime
Browse files Browse the repository at this point in the history
Bug-fix for bitwise testing mpas_atm xtime string
  • Loading branch information
hkershaw-brown committed Nov 3, 2022
2 parents ba00b2c + 808f81f commit 595b2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/mpas_atm/model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3054,6 +3054,7 @@ subroutine write_model_time_restart(ncid, dart_time)
character(len=64) :: timestring
character(len=*), parameter :: routine = 'write_model_time_restart'

timestring = ''
call get_date(dart_time, year, month, day, hour, minute, second)
call set_wrf_date(timestring, year, month, day, hour, minute, second)

Expand Down

0 comments on commit 595b2f1

Please sign in to comment.