Replies: 1 comment
-
Disregard. I discovered the area of the module where the alarm is registered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm adding a new assimilation module for ISCCP LST data, reading in 10km global ISCCP HXG data into NoahMP. I've been able to compile the code successfully and make my way through a number of run time issues (like figuring out how to correctly add all the new source code to the default.cfg correctly). However, I'm having issues with the "LIS_isAlarmRinging" function at the moment. In the SMAP/SMOPS/ASCAT assimilation routines there is a line in the code "alarmCheck = LIS_isAlarmRinging(LIS_rc, "alarm name here"). My new ISCCP reader is failing when running the "alarm check", apparently because the alarm isn't registered in the alarm list (it's failing within the "do while" loop where it tries to figure out what alarm it is). What subroutine do I need to modify to register an alarm for the new dataset? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions