Page 1 of 1

goes sector option

Posted: Wed Dec 21, 2022 12:07 pm
by rfnoise@gmail.com
I'm running version 1.0 of Gridded GLM Package

/mnt/grb_data/product/OR_GLM-L2-LCFA_G17_s20223551701400_e20223551702000_c20223551702016.nc
cspp-geo-gglm.sh -r --goes-sector meso1 /mnt/grb_data/product/OR_GLM-L2-LCFA_G17_s20223551701400_e20223551702000_c20223551702016.nc
ERROR:__main__:sector 'meso' requires --ctr-lat & --ctr-lon
ERROR:__main__:Gridding minute 2022-12-21 17:01:00 failed.

It is my understanding from the instruction and command line help that when specifying meso1 or meso2 that it's not necessary to specify lat and long.

It appears that cspp-geo-gglm-sh is seeing "meso" when clearly "meso1" was specified.

Do i not understand the instructions?

thanks
Joe

Re: goes sector option

Posted: Thu Dec 22, 2022 11:32 am
by davidh
Hi Joe,

The error message is a little unfortunate in that it says exactly 'meso', but really this error applies to all 'meso*' sectors. All mesoscale sectors require --ctr-lon and --ctr-lon on the command line whether you specify 'meso1', 'meso2', or 'meso' (equivalent to 'meso1').

Let us know if you have any further questions. We will update the error message in the next release to be more clear.

Dave

Re: goes sector option

Posted: Thu Dec 22, 2022 10:18 pm
by rfnoise@gmail.com
Thank you for the clarification, Dave.