Skip to content

Commit

Permalink
Merge pull request #39 from COSIMA/38-bad-start-year-when-not-using-r…
Browse files Browse the repository at this point in the history
…estart-time

Use the experiment/model date to set the current year, not the forcin…
  • Loading branch information
nichannah authored Aug 14, 2019
2 parents 5526bdb + e3200e8 commit ab47343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/auscom/CICE_InitMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ subroutine cice_init(accessom2)
call accessom2%sync_config(coupler)

! Use accessom2 configuration
call input_data(accessom2%get_forcing_start_date_array(), &
call input_data(accessom2%get_cur_exp_date_array(), &
accessom2%get_seconds_since_cur_exp_year(), &
accessom2%get_total_runtime_in_seconds(), &
accessom2%get_ice_ocean_timestep(), &
Expand Down

0 comments on commit ab47343

Please sign in to comment.