Replies: 1 comment 2 replies
-
Hi @nchawang, Is any error or traceback printed to the terminal or some other file (e.g., *.err)? It looks like LIS is stopping well before reading the greenness fraction files. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to update the greenness fraction in LIS for the period of 2008-2010 over the Indian domain, so i used the NESDIS weekly option. When i run LIS, pointing to the directory where NESDIS weekly greenness fraction is present nothing happens, no output is getting generated, at the same time no error is shown and the lislog file is empty.
the gvf was downloaded from : https://www.star.nesdis.noaa.gov/smcd/emb/vci/gvps/gvps_realtime_data.php
(GRIB directed me to : https://www.star.nesdis.noaa.gov/pub/corp/scsb/wguo/data/GRIB/GVF_v4.0/Final/ where i downloaded the D08-D10 files)
I've attached the lislog and lisconfig files. Have i missed something? do i have to make changes in ldt.config or was the gvf files wrong?
EDIT : The issue is resolved, the problem was that the fortran code looks for NPR.VGWG.D* whereas the files were in NPR.VGWG.NN.D* from nesdis (same as the link above).
The code lies in lis/params/gfrac/NESDISweekly/read_NESDISgfrac.F90 for anyone in the future.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions