PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ allocate_submodels()
Allocate PISM's sub-models implementing some physical processes. This method is called after memory allocation but before filling any of Arrays because all the physical parameters should be initialized before setting up the coupling or filling model-state variables. Definition at line 686 of file initialization.cc. References allocate_age_model(), allocate_basal_yield_stress(), allocate_bed_deformation(), allocate_bedrock_thermal_unit(), allocate_couplers(), allocate_energy_model(), allocate_geometry_evolution(), allocate_iceberg_remover(), allocate_isochrones(), allocate_stressbalance(), allocate_subglacial_hydrology(), m_config, m_fracture, m_grid, m_stress_balance, and m_submodels. Referenced by init(). |