Hi CLM Community,
CLM uses multiple variables to represent one species's different state in model; Like NH4, it has "nh4_col(c)" and "nh4_vr_col(c, d)". I know the column state vector is integrated from the vertical state vector like that: nh4_col(c) = sum(nh4_vr_col(c, :), dim=2); My question is that does CLM provides any way to distribute the nh4_col(c) into nh4_vr_col(c, d)?
Best,
Jinmu
CLM uses multiple variables to represent one species's different state in model; Like NH4, it has "nh4_col(c)" and "nh4_vr_col(c, d)". I know the column state vector is integrated from the vertical state vector like that: nh4_col(c) = sum(nh4_vr_col(c, :), dim=2); My question is that does CLM provides any way to distribute the nh4_col(c) into nh4_vr_col(c, d)?
Best,
Jinmu