@@ -317,12 +317,12 @@ subroutine nan_cohort(cc_p)
317317 currentCohort% dbstoredt = nan ! time derivative of stored biomass
318318
319319 ! FIRE
320- currentCohort% cfa = nan ! proportion of crown affected by fire
321- currentCohort% cambial_mort = nan ! probability that trees dies due to cambial char P&R (1986)
322- currentCohort% crownfire_mort = nan ! probability of tree post-fire mortality due to crown scorch
323- currentCohort% fire_mort = nan ! post-fire mortality from cambial and crown damage assuming two are independent
320+ currentCohort% fraction_crown_burned = nan ! proportion of crown affected by fire
321+ currentCohort% cambial_mort = nan ! probability that trees dies due to cambial char P&R (1986)
322+ currentCohort% crownfire_mort = nan ! probability of tree post-fire mortality due to crown scorch
323+ currentCohort% fire_mort = nan ! post-fire mortality from cambial and crown damage assuming two are independent
324324
325- currentCohort% ode_opt_step = nan ! integrator step size
325+ currentCohort% ode_opt_step = nan ! integrator step size
326326
327327 end subroutine nan_cohort
328328
@@ -344,52 +344,52 @@ subroutine zero_cohort(cc_p)
344344
345345 currentCohort = > cc_p
346346
347- currentCohort% NV = 0
348- currentCohort% status_coh = 0
349- currentCohort% rdark = 0._r8
350- currentCohort% resp_m = 0._r8
351- currentCohort% resp_g = 0._r8
352- currentCohort% livestem_mr = 0._r8
353- currentCohort% livecroot_mr = 0._r8
354- currentCohort% froot_mr = 0._r8
355- currentCohort% fire_mort = 0._r8
356- currentcohort% npp_acc = 0._r8
357- currentcohort% gpp_acc = 0._r8
358- currentcohort% resp_acc = 0._r8
359- currentcohort% npp_tstep = 0._r8
360- currentcohort% gpp_tstep = 0._r8
361- currentcohort% resp_tstep = 0._r8
362- currentcohort% resp_acc_hold = 0._r8
363- currentcohort% leaf_litter = 0._r8
364- currentcohort% year_net_uptake(:) = 999._r8 ! this needs to be 999, or trimming of new cohorts will break.
365- currentcohort% ts_net_uptake(:) = 0._r8
366- currentcohort% seed_prod = 0._r8
367- currentcohort% cfa = 0._r8
368- currentcohort% md = 0._r8
369- currentcohort% root_md = 0._r8
370- currentcohort% leaf_md = 0._r8
371- currentcohort% bstore_md = 0._r8
372- currentcohort% bsw_md = 0._r8
373- currentcohort% bdead_md = 0._r8
374- currentcohort% npp_acc_hold = 0._r8
375- currentcohort% gpp_acc_hold = 0._r8
376- currentcohort% dmort = 0._r8
377- currentcohort% g_sb_laweight = 0._r8
378- currentcohort% treesai = 0._r8
379- currentCohort% lmort_direct = 0._r8
380- currentCohort% lmort_infra = 0._r8
381- currentCohort% lmort_collateral = 0._r8
382- currentCohort% leaf_cost = 0._r8
383- currentcohort% excl_weight = 0._r8
384- currentcohort% prom_weight = 0._r8
385- currentcohort% crownfire_mort = 0._r8
386- currentcohort% cambial_mort = 0._r8
387- currentCohort% npp_leaf = 0._r8
388- currentCohort% npp_fnrt = 0._r8
389- currentCohort% npp_sapw = 0._r8
390- currentCohort% npp_dead = 0._r8
391- currentCohort% npp_seed = 0._r8
392- currentCohort% npp_stor = 0._r8
347+ currentCohort% NV = 0
348+ currentCohort% status_coh = 0
349+ currentCohort% rdark = 0._r8
350+ currentCohort% resp_m = 0._r8
351+ currentCohort% resp_g = 0._r8
352+ currentCohort% livestem_mr = 0._r8
353+ currentCohort% livecroot_mr = 0._r8
354+ currentCohort% froot_mr = 0._r8
355+ currentCohort% fire_mort = 0._r8
356+ currentcohort% npp_acc = 0._r8
357+ currentcohort% gpp_acc = 0._r8
358+ currentcohort% resp_acc = 0._r8
359+ currentcohort% npp_tstep = 0._r8
360+ currentcohort% gpp_tstep = 0._r8
361+ currentcohort% resp_tstep = 0._r8
362+ currentcohort% resp_acc_hold = 0._r8
363+ currentcohort% leaf_litter = 0._r8
364+ currentcohort% year_net_uptake(:) = 999._r8 ! this needs to be 999, or trimming of new cohorts will break.
365+ currentcohort% ts_net_uptake(:) = 0._r8
366+ currentcohort% seed_prod = 0._r8
367+ currentcohort% fraction_crown_burned = 0._r8
368+ currentcohort% md = 0._r8
369+ currentcohort% root_md = 0._r8
370+ currentcohort% leaf_md = 0._r8
371+ currentcohort% bstore_md = 0._r8
372+ currentcohort% bsw_md = 0._r8
373+ currentcohort% bdead_md = 0._r8
374+ currentcohort% npp_acc_hold = 0._r8
375+ currentcohort% gpp_acc_hold = 0._r8
376+ currentcohort% dmort = 0._r8
377+ currentcohort% g_sb_laweight = 0._r8
378+ currentcohort% treesai = 0._r8
379+ currentCohort% lmort_direct = 0._r8
380+ currentCohort% lmort_infra = 0._r8
381+ currentCohort% lmort_collateral = 0._r8
382+ currentCohort% leaf_cost = 0._r8
383+ currentcohort% excl_weight = 0._r8
384+ currentcohort% prom_weight = 0._r8
385+ currentcohort% crownfire_mort = 0._r8
386+ currentcohort% cambial_mort = 0._r8
387+ currentCohort% npp_leaf = 0._r8
388+ currentCohort% npp_fnrt = 0._r8
389+ currentCohort% npp_sapw = 0._r8
390+ currentCohort% npp_dead = 0._r8
391+ currentCohort% npp_seed = 0._r8
392+ currentCohort% npp_stor = 0._r8
393393
394394 end subroutine zero_cohort
395395
@@ -1216,10 +1216,10 @@ subroutine copy_cohort( currentCohort,copyc )
12161216 if ( DEBUG ) write (fates_log(),* ) ' EDCohortDyn dpstoredt ' ,o% dbstoredt
12171217
12181218 ! FIRE
1219- n% cfa = o% cfa
1220- n% fire_mort = o% fire_mort
1221- n% crownfire_mort = o% crownfire_mort
1222- n% cambial_mort = o% cambial_mort
1219+ n% fraction_crown_burned = o% fraction_crown_burned
1220+ n% fire_mort = o% fire_mort
1221+ n% crownfire_mort = o% crownfire_mort
1222+ n% cambial_mort = o% cambial_mort
12231223
12241224 ! Plant Hydraulics
12251225
0 commit comments