@@ -284,14 +284,14 @@ subroutine dyn_init(cam_runtime_opts, dyn_in, dyn_out)
284
284
285
285
call set_analytic_initial_condition()
286
286
else
287
- call dyn_debug_print(debugout_info, ' Initializing MPAS state variables by reading initial condition' )
287
+ call dyn_debug_print(debugout_info, ' Initializing MPAS state variables by reading initial condition from a file ' )
288
288
289
289
! Perform default initialization for all constituents.
290
290
! Subsequently, they can be overridden depending on the namelist option (below) and
291
291
! the actual availability (checked and handled by MPAS).
292
292
call dyn_exchange_constituent_states(direction= ' e' , exchange= .true. , conversion= .false. )
293
293
294
- ! Namelist option that controls if constituents are to be read from the file.
294
+ ! Namelist option that controls if constituents are to be read from a file.
295
295
if (readtrace) then
296
296
! Read variables that belong to the "input" stream in MPAS.
297
297
call mpas_dynamical_core % read_write_stream(pio_init_file, ' r' , ' input' )
@@ -303,7 +303,7 @@ subroutine dyn_init(cam_runtime_opts, dyn_in, dyn_out)
303
303
else
304
304
! Run type is branch or restart run.
305
305
306
- call dyn_debug_print(debugout_info, ' Initializing MPAS state variables by restarting' )
306
+ call dyn_debug_print(debugout_info, ' Initializing MPAS state variables by restarting from a file ' )
307
307
308
308
! Read variables that belong to the "input" and "restart" streams in MPAS.
309
309
call mpas_dynamical_core % read_write_stream(pio_init_file, ' r' , ' input+restart' )
0 commit comments