Skip to content

Commit

Permalink
Remove write call (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenchilutti authored Oct 10, 2023
2 parents 3b584df + 2d48fde commit be7343c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion driver/GFDL/atmosphere.F90
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ subroutine atmosphere_init (Time_init, Time, Time_step, Surf_diff, Grid_box)
!For regional
a_step = 0
current_time_in_seconds = time_type_to_real( Time - Time_init )
if (mpp_pe() == 0) write(0,"('atmosphere_init: current_time_seconds = ',f9.1)")current_time_in_seconds

allocate(pelist(mpp_npes()))
call mpp_get_current_pelist(pelist)
Expand Down

0 comments on commit be7343c

Please sign in to comment.