Skip to content

Error- init routine for LSM + DA instance Noah-MP.4.0.1+ESA CCI soil moisture is not defined #1084

Closed Answered by karsenau
Gayathridevi123 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Gayathridevi123,

The error you encountered indicates that NoahMP401 version hasn't been set up with the ESA CCI SM DA obs. When I look in our make/default.cfg file, it looks like the plugins are actively there in the latest LIS code, but the connections need to be here, if using the master branch:

https://github.com/NASA-LIS/LISF/blob/master/lis/plugins/LIS_lsmda_pluginMod.F90

You could copy the NoahMP361 + ESA CCI SM DA obs entries and then enter them for NoahMP401:

! NoahMP-3.6 ESACCI soil moisture
call registerlsmdainit(trim(LIS_noahmp36Id)//"+"//&
trim(LIS_ESACCIsmobsId)//char(0),noahmp36_dasoilm_init)
call registerlsmdagetstatevar(trim(LIS_noahmp36Id)//"+"//&
trim(LIS_ESACCIsmobs…

Replies: 2 comments 34 replies

Comment options

You must be logged in to vote
25 replies
@bmcandr
Comment options

@karsenau
Comment options

@karsenau
Comment options

@Gayathridevi123
Comment options

@Gayathridevi123
Comment options

Answer selected by Gayathridevi123
Comment options

You must be logged in to vote
9 replies
@Gayathridevi123
Comment options

@karsenau
Comment options

@Gayathridevi123
Comment options

@Gayathridevi123
Comment options

@karsenau
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants