Multivariate Data Assimilation in LIS #1492
-
Is it possible to assimilate more than one satellite data set of different parameters simultaneously within NASA LISF (for example, MODIS LAI as well as SMAP soil moisture)?. If yes, then what necessary changes have to be made in the LDT and LIS config files while defining the data assimilation specifications? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Arijit22IITDelhi - Yes, this is possible to do. In LDT, you would need to generate CDFs for each product that you want to assimilate. Note that we typically do not generate/use CDFs for LAI data assimilation. In LIS, you just need to specify the |
Beta Was this translation helpful? Give feedback.
Hi @Arijit22IITDelhi - Yes, this is possible to do.
In LDT, you would need to generate CDFs for each product that you want to assimilate. Note that we typically do not generate/use CDFs for LAI data assimilation.
In LIS, you just need to specify the
Number of data assimilation instances:
in the lis.config, and then have a column with entries for each product that you assimilate. Here is an example:https://github.com/NASA-LIS/LISF/blob/master/lis/configs/557WW-7.5-FOC/NRT_GLOBAL/lis.config.global.noahmp401.galwem17#L71-L136