-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Question: In GEOSldas, could the corrected-precipitation forcing inputs be on the cube-sphere grid while all other "lfo" forcing inputs would be on the lat-lon grid? What would it take to make this work?
Background:
GEOSldas forcing is typically from GEOS-generated instantaneous and time-average "land forcing" (lfo) nc4 files. For precipitation, GEOSldas also accepts pre-processed files that include observation-corrected precipitation.
To support the coupled LDAS-ADAS system, functionality was added that lets GEOSldas used cube-sphere-based "lfo" forcing inputs, as long as the GEOSldas tile space matches the cube-sphere grid of the forcing data. For example:
GEOSldas/src/Components/GEOSldas_GridComp/GEOSmetforce_GridComp/GEOS_MetforceGridComp.F90
Line 619 in a019db8
| if(trim(grid_type) == "Cubed-Sphere" ) then |
GEOSldas/src/Components/GEOSldas_GridComp/GEOSmetforce_GridComp/LDAS_Forcing.F90
Line 4123 in a019db8
| logical :: isCubed ! forcing on cs grid: true/false |
cc: @gmao-qliu