Skip to content

Commit

Permalink
fix strange entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaerz committed Oct 29, 2024
1 parent d40a1c1 commit 076e568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamocc/mo_param_bgc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ subroutine write_parambgc()
call cinfo_add_entry('use_extNcycle', use_extNcycle)
call cinfo_add_entry('use_PBGC_OCNP_TIMESTEP', use_PBGC_OCNP_TIMESTEP)
call cinfo_add_entry('use_PBGC_CK_TIMESTEP', use_PBGC_CK_TIMESTEP)
call cinfo_add_entry('use_FB_BGC_OCE BROMO', use_FB_BGC_OCE)
call cinfo_add_entry('use_FB_BGC_OCE', use_FB_BGC_OCE)
call cinfo_add_entry('use_BOXATM', use_BOXATM)
call cinfo_add_entry('use_sedbypass', use_sedbypass)
write(io_stdo_bgc,*) '* ocn_co2_type = ',ocn_co2_type
Expand Down

0 comments on commit 076e568

Please sign in to comment.