I was running the 2021.03 version but the run returned with a fatal error as it cannot save some variables in the diag table.
For example, there are "frac_soil" and "area_soil" in diag table,
"land", "frac_soil", "frac_soil", "land_static", "all", .false., "none", 2
but there are no such variables in the code
( that is, grep -r "frac_soil" . returns nothing)
when I remove these terms in diag table, it returned with another error
FATAL from PE 548: diag_manager_mod::init_field_cell_measure: AREA field not in diag_table for field soil/soil_liq
I wonder if the diag table is outdated.
Thanks,
I was running the 2021.03 version but the run returned with a fatal error as it cannot save some variables in the diag table.
For example, there are "frac_soil" and "area_soil" in diag table,
"land", "frac_soil", "frac_soil", "land_static", "all", .false., "none", 2
but there are no such variables in the code
( that is, grep -r "frac_soil" . returns nothing)
when I remove these terms in diag table, it returned with another error
FATAL from PE 548: diag_manager_mod::init_field_cell_measure: AREA field not in diag_table for field soil/soil_liq
I wonder if the diag table is outdated.
Thanks,