Skip to content

jhan_JaC_Redux_JAC_5.7_p3

Paul Leopardi edited this page Oct 8, 2024 · 8 revisions

src/initialisation

shared/allocate_cable_arrays

These changes include updating the data USEd through modules. USEing the new cable_params_mod inplace of cable_types_mod. Allocating the leaf angle member of the veg% type (Xfang).

ancillaries/init_ancillaries.inc

call allocate_cable_progs elewhere.

grid/init_model_grid.inc

CALL allocate_cable_progs from here. Later can CALL allocate_cable_arrays from here as well.

** params/init_pftparm.inc**

Remove duplicate dec of vegin

init_cable_mod.F90

allocate L_tile_pts here instead and initialize veg TYPE (this is veg type needed on rad pathway only need to do them all, and soil%)

Previous | Next

Clone this wiki locally