6sv has no output

108 views
Skip to first unread message

kameswari devi

unread,
Jul 10, 2019, 4:38:38 AM7/10/19
to py...@googlegroups.com
after installing 6s using gfortran no errors were found.But if i run
sixs as shown below,

sixsV1.1.exe < ..\Examples\Example_In_1.txt

it got hanged and no output is seen. I checked for all example
files.but of no use. there were no errors but no output.please suggest
. thank you

the list of steps followed from
https://github.com/robintw/Py6S/blob/master/doc/source/installation.rst

--


*Regards
kameswari devi P*

Robin Wilson

unread,
Jul 10, 2019, 6:25:07 AM7/10/19
to py...@googlegroups.com
Hi,

Can you send through the full output of running the `make` command?

I will try to advise, but I may not be able to solve your problem as Fortran compilation on Windows is not my specialism. Is there a reason why you can't install via conda instead?

Robin
--
You received this message because you are subscribed to the Google Groups "Py6S" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py6s+uns...@googlegroups.com.
To post to this group, send an email to py...@googlegroups.com.
Visit this group at https://groups.google.com/group/py6s.
To view this discussion on the web, visit https://groups.google.com/d/msgid/py6s/CAKQ1yn0-xjj%3DsDWEXDMwG3VFvTyrtvE%3DpTHLGS%3D4M_fAxfy8Dw%40mail.gmail.com.

kameswari devi

unread,
Jul 10, 2019, 6:52:02 AM7/10/19
to py...@googlegroups.com
I checked on Linux(RHEL7,python 2.7) also , though compilation has succeeded, it got hanged.


To post to this group, send email to py...@googlegroups.com.


--
Regards
kameswari devi P


Robin Wilson

unread,
Jul 10, 2019, 6:54:48 AM7/10/19
to py...@googlegroups.com
Hi,

If you send through the full output of the `make` command on either Linux or Windows then I can have a look and see if I can work out what the problem is.

Robin

kameswari devi

unread,
Jul 19, 2019, 2:56:53 AM7/19/19
to Py6S
SHELL = /bin/sh
EXTRA   = -g -ffixed-line-length-132
EXTRA   = -O -ffixed-line-length-132
FFLAGS=  $(EXTRA)
CFLAGS = -Ae $(EXTRA)
#FC      = g95 $(FFLAGS)
FC      = gfortran $(FFLAGS)
CC      = cc $(CFLAGS)

OBJECTS0 = AATSR.o ABSTRA.o AEROSO.o AKTOOL.o ATMREF.o AVHRR.o BBM.o BDM.o BRDFGRID.o \
CAVIS.o CHAND.o CLEARW.o CSALBR.o DICA1.o DICA2.o DICA3.o  DISCOM.o \
DISCRE.o DUST.o ENVIRO.o EQUIVWL.o GAUSS.o GLI.o GOES.o HAPKALBE.o \
DMC.o HAPKBRDF.o HRV.o IAPIALBE.o IAPIBRDF.o IAPITOOLS.o INTERP.o ISO.o \
KERNEL.o KERNELPOL.o LAKEW.o LDCM.o MAS.o MERIS.o METEO.o METH1.o METH2.o METH3.o METH4.o \
METH5.o METH6.o MIDSUM.o MIDWIN.o MIE.o MINNALBE.o MINNBRDF.o \
MOCA1.o MOCA2.o MOCA3.o MOCA4.o MOCA5.o MOCA6.o MODIS.o MODIS1km.o MSS.o NIOX1.o \
MODISBRDF.o MODISALBE.o MODISBRDFFOS.o \
NIOX2.o NIOX3.o NIOX4.o NIOX5.o NIOX6.o OCEA.o OCEAALBE.o OCEABRDF.o OCEABRDFFAST.o\
OCEATOOLS.o ODA550.o ODRAYL.o OS.o OSPOL.o OSSURF.o OXYG3.o OXYG4.o OXYG5.o OXYG6.o \
OZON1.o PLANPOL.o POLDER.o POSGE.o POSGW.o POSLAN.o POSMTO.o POSNOA.o POSSOL.o POSSPO.o \
POLGLIT.o POLNAD.o  \
PRESPLANE.o PRESSURE.o PRINT_ERROR.o RAHMALBE.o RAHMBRDF.o RAHMBRDFFOS.o ROUJALBE.o \
ROUJBRDF.o SAND.o SCATRA.o SEAWIFS.o SOLIRR.o SOOT.o SPECINTERP.o SPLIE2.o \
ROSSLIMAIGNANBRDF.o ROSSLIMAIGNANALBE.o ROSSLIMAIGNANBRDFFOS.o\
SPLIN2.o SPLINE.o SPLINT.o STM.o SUBSUM.o SUBWIN.o TM.o TROPIC.o \
TRUNCA.o US62.o VARSOL.o VEGETA.o VERSALBE.o VERSBRDF.o VERSTOOLS.o \
WALTALBE.o WALTBRDF.o WATE.o WAVA1.o WAVA2.o WAVA3.o WAVA4.o WAVA5.o \
WAVA6.o AEROPROF.o ALI.o ASTER.o ETM.o HYPBLUE.o VGT.o VIIRS.o

OBJECTS1= main.o

OBJECTS2= mainlutaero.o


sixs: $(OBJECTS0) $(OBJECTS1) $(OBJECTS2)
    $(FC)  $(OBJECTS1) $(OBJECTS0) -o sixsV2.1 
    $(FC)  $(OBJECTS2) $(OBJECTS0) -o sixsV2.1-lutaero 
    

clean:
    rm -f *.o
To unsubscribe from this group and stop receiving emails from it, send an email to py...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Py6S" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py...@googlegroups.com.

To post to this group, send email to py...@googlegroups.com.
Visit this group at https://groups.google.com/group/py6s.
To view this discussion on the web, visit https://groups.google.com/d/msgid/py6s/etPan.5d25bcfb.40e81609.199%40rtwilson.com.


--
Regards
kameswari devi P


--
You received this message because you are subscribed to the Google Groups "Py6S" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py...@googlegroups.com.

Robin Wilson

unread,
Jul 19, 2019, 12:20:38 PM7/19/19
to py...@googlegroups.com
Sorry, I meant the output that you get when you run `make`, rather than the content of the Makefile.

Thanks,

Robin
To unsubscribe from this group and stop receiving emails from it, send an email to py6s+uns...@googlegroups.com.

To post to this group, send email to py...@googlegroups.com.
Visit this group at https://groups.google.com/group/py6s.
Reply all
Reply to author
Forward
0 new messages