Skip to content

Commit

Permalink
Renamed coupled driver log root CIOD_parameter_doc
Browse files Browse the repository at this point in the history
  Changed the parameter log file for the combined_ice_ocean_driver from
Ice_Ocean_driver_parameter_doc to CIOD_parameter_doc for simple brevity.  As
this has not been around long, this should not be problematic.  All answers are
bitwise identical.
  • Loading branch information
Hallberg-NOAA committed Feb 17, 2019
1 parent bc3362b commit c974b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combined_ice_ocean_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ subroutine ice_ocean_driver_init(CS, Time_init, Time_in)
valid_param_files = 0
do io=1,npf ; if (len_trim(trim(parameter_filename(io))) > 0) then
call open_param_file(trim(parameter_filename(io)), param_file, &
component="Ice_Ocean_driver", doc_file_dir=output_dir)
component="CIOD", doc_file_dir=output_dir)
valid_param_files = valid_param_files + 1
endif ; enddo
if (valid_param_files == 0) call MOM_error(FATAL, "There must be at least "//&
Expand Down

0 comments on commit c974b2d

Please sign in to comment.