diff --git a/cime_config/config_pes.xml b/cime_config/config_pes.xml index 4513b28728..5e73351fba 100644 --- a/cime_config/config_pes.xml +++ b/cime_config/config_pes.xml @@ -1453,14 +1453,14 @@ Need at least 2 nodes to devel queue - -2 - -2 - -2 - -2 - -2 - -2 - -2 - -2 + -1 + -3 + -3 + -3 + -3 + -3 + -3 + -3 1 @@ -1474,13 +1474,13 @@ 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 + -1 + -1 + -1 + -1 + -1 + -1 + -1 diff --git a/src/utils/clmfates_interfaceMod.F90 b/src/utils/clmfates_interfaceMod.F90 index e7e31b854a..bd078e8295 100644 --- a/src/utils/clmfates_interfaceMod.F90 +++ b/src/utils/clmfates_interfaceMod.F90 @@ -1054,7 +1054,7 @@ subroutine dynamics_driv(this, nc, bounds_clump, & call ed_update_site(this%fates(nc)%sites(s), & this%fates(nc)%bc_in(s), & - this%fates(nc)%bc_out(s)) + this%fates(nc)%bc_out(s), 1) enddo @@ -1707,6 +1707,7 @@ subroutine restart( this, bounds_proc, ncid, flag, waterdiagnosticbulk_inst, & ! I think ed_update_site and update_hlmfates_dyn are doing some similar ! update type stuff, should consolidate (rgk 11-2016) + write(iulog,*) 'CHECKPOINT1' do s = 1,this%fates(nc)%nsites c = this%f2hmap(nc)%fcolumn(s) @@ -1715,8 +1716,8 @@ subroutine restart( this, bounds_proc, ncid, flag, waterdiagnosticbulk_inst, & min(this%fates(nc)%bc_in(s)%nlevsoil, active_layer_inst%altmax_lastyear_indx_col(c)) call ed_update_site( this%fates(nc)%sites(s), & - this%fates(nc)%bc_in(s), & - this%fates(nc)%bc_out(s) ) + this%fates(nc)%bc_in(s), & + this%fates(nc)%bc_out(s) , 0) end do @@ -1940,7 +1941,7 @@ subroutine init_coldstart(this, waterstatebulk_inst, waterdiagnosticbulk_inst, & call ed_update_site(this%fates(nc)%sites(s), & this%fates(nc)%bc_in(s), & - this%fates(nc)%bc_out(s)) + this%fates(nc)%bc_out(s) , 2 ) end do