Dear all,
I was attempting to determine the specific PFT type in a CESM patch. I used the following assertion:
if (patch%itype(p) == pftcon%noveg) then
However, I encountered the error: "A scalar-valued expression is required in this context."
Could you please guide me on how to correctly check a patch's PFT type?
Thanks!
I was attempting to determine the specific PFT type in a CESM patch. I used the following assertion:
if (patch%itype(p) == pftcon%noveg) then
However, I encountered the error: "A scalar-valued expression is required in this context."
Could you please guide me on how to correctly check a patch's PFT type?
Thanks!