&main_coupler_par
  ! The following values are set by the make_job script and are static over the course of a run, and
  ! are only required by cpl_main
  env_runid = "pictrl-config02"
  windstress_remap = bilinear
  landfrac_bug = .false.
  cpl_rs_abort_if_missing_field = .false.
  bulk_in_cpl = .false.
  zero_runoff_sent_to_ocean = .false.     ! If true, runoff will be set to zero within the coupler
  ! These are set in cpl_prelude because they might change every resubmission
  env_model = "mc_pictrl-config02_5550_m01_"
  env_start = "mc_pictrl-config02_5549_m12_"
  env_months = 12
  env_run_start_year = 5550               ! The first year of the model run
  env_run_start_month = 01                ! The first month of the model run
  env_run_stop_year = 5550                ! The last year of the model run
  env_run_stop_month = 12                 ! Last month of the model run
  cpl_use_initial_conditions = .false.
/

&comm_coupler_par
  ! the follow values are configuration parameters that are required across multiple programs
  specified_bc_year_offset = 1            ! Value added to the year in the specified boundary conditions (AMIP-only)
  couple_serial = .false.
/

&comm_coupler_horz_dims
  ! The following variables define the common horizontal grid sizes within the coupler that are used.
  ! These are required across multiple programs.
  nlon_a = 128              ! number of points in the zonal direction for the atmosphere
  nlat_a = 64               ! number of poitns in the meridional direction for the atmosphere
  olap_a = 1                ! number of points that overlap in the zonal direction for the atmosphere
  nlon_o = 360
  nlat_o = 292
  olap_o = 2                ! number of points that overlap in the zonal direction for the ocean
  nlon_i = 360              ! number of points in the zonal direction for the ice
  nlat_i = 292              ! number of points in meridional direction for the ice
  olap_i = 0                ! number of points that overlap in the zonal direction for the ice
  nlon_canom = 256          ! number of points in the zonal direction for the OLD ocean (slated for removal)
  nlat_canom = 192          ! number of points in meridional direction for the OLD ocean (slated for removal)
  olap_canom = 1            ! number of points that overlap in the zonal direction for the OLD ocean (slated for removal)
/
