Skip to content

Commit

Permalink
Update src/data/write_init_files.py
Browse files Browse the repository at this point in the history
Updating debug message from PR.

Co-authored-by: Jesse Nusbaumer <nusbaume@ucar.edu>
  • Loading branch information
mwaxmonsky and nusbaume authored Jul 25, 2023
1 parent 0c17824 commit 0cc6a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/write_init_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ def write_phys_read_subroutine(outfile, host_dict, host_vars, host_imports,
outfile.write("end if", 8)
outfile.write("field_data_ptr(:,:,constituent_idx) = constituent_default_value", 8)
outfile.write("if (masterproc) then", 8)
outfile.write("write(iulog,*) 'Consitituent ', ccpp_required_data(req_idx), ' initialized from file: ', constituent_default_value", 9)
outfile.write("write(iulog,*) 'Consitituent ', ccpp_required_data(req_idx), ' initialized to default value: ', constituent_default_value", 9)
outfile.write("end if", 8)
outfile.write("else", 7)
outfile.write("field_data_ptr(:,:,constituent_idx) = 0._kind_phys", 8)
Expand Down

0 comments on commit 0cc6a53

Please sign in to comment.