You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current, the incorrect variable is being assigned to the surface type. Right now SLTYP is being passed from fv3 and being assigned to both the AQM sltyp variable as well as the LUFRAC_ variable. SLTYP is a categorical surface type but it doesn't define the vegetation cover but rather the USDA soil categories. The correct variable, vtype in GFSv16, needs to be passed from the ATM -> AQM. This can have large effects particularly on PM species as most of the domain would be classified as forests which have larger deposition velocities than say grasslands.
How To Reproduce:
vtype is not in the advertise import list in aqm_cap.F90
Description:
Current, the incorrect variable is being assigned to the surface type. Right now SLTYP is being passed from fv3 and being assigned to both the AQM
sltyp
variable as well as theLUFRAC_
variable. SLTYP is a categorical surface type but it doesn't define the vegetation cover but rather the USDA soil categories. The correct variable, vtype in GFSv16, needs to be passed from the ATM -> AQM. This can have large effects particularly on PM species as most of the domain would be classified as forests which have larger deposition velocities than say grasslands.How To Reproduce:
Additional context:
Will need vtype added to the export state in fv3atm. A corresponding PR will need to be created there.
Once we move to GFSv16 we will also need to import the vegtype_frac from fv3atm
The text was updated successfully, but these errors were encountered: