Could someone explain how local pointers are assigned in the CLM code?
Examples:
efisop => clm3%g%gve%efisop
ivt => clm3%g%l%c%p%itype
I'm testing out reading in a new variable in iniTimeConst.F90 and now I want to use that variable in some other code, but I don't understand how to refer to the variable, and I saw that the above is how local pointers are assigned.
Examples:
efisop => clm3%g%gve%efisop
ivt => clm3%g%l%c%p%itype
I'm testing out reading in a new variable in iniTimeConst.F90 and now I want to use that variable in some other code, but I don't understand how to refer to the variable, and I saw that the above is how local pointers are assigned.