|
if (LSM_CHOICE == 1) then |
|
! collect cat_param |
|
call ESMF_GridCompRun(gcs(ENSAVG), importState=gex(igc), exportState=gex(ENSAVG), clock=clock,phase=3, userRC=status) |
|
VERIFY_(status) |
|
call ESMF_GridCompRun(gcs(ENSAVG), importState=gex(igc), exportState=gex(ENSAVG), clock=clock,phase=2, userRC=status) |
|
VERIFY_(status) |
|
|
|
if( mwRTM ) then |
|
! Calculate ensemble-average L-band Tb using LAND's output (add up and normalize after last member has been added) |
|
call ESMF_GridCompRun(gcs(LANDASSIM), importState=gex(igc), exportState=gex(LANDASSIM), clock=clock,phase=3, userRC=status) |
|
VERIFY_(status) |
|
endif |
|
endif |
I think at this point there is no ensemble average of LSM_CHOICE =2 and 3. Do you want to add those average ? @gmao-jkolassa
GEOSldas/src/Components/GEOSldas_GridComp/GEOS_LdasGridComp.F90
Lines 921 to 933 in 8ad174f
I think at this point there is no ensemble average of LSM_CHOICE =2 and 3. Do you want to add those average ? @gmao-jkolassa