Skip to content

Commit

Permalink
Merge pull request NOAA-GFDL#335 from laurenchilutti/cherrypick291
Browse files Browse the repository at this point in the history
Remove write call  (NOAA-GFDL#291)
  • Loading branch information
laurenchilutti authored Apr 19, 2024
2 parents 2c2dcb5 + cd186bc commit 0b42dc3
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 0b42dc3

Please sign in to comment.