Known bugs - alphaparrot/ExoPlaSim GitHub Wiki
"No module named 'exoplasim.pyfft'"
At line 792 of file plasim.f90 Fortran runtime warning: An array temporary was created for argument '_formal_183' of procedure 'mpputgp' At line 793 of file plasim.f90 Fortran runtime warning: An array temporary was created for argument '_formal_183' of procedure 'mpputgp' No module named 'exoplasim.pyfft' [Errno 2] No such file or directory: 'MOST.00000.' Error writing output to MOST.00000..npz; log written to postprocess.log Going to stop here just in case...... ExoPlaSim has crashed or begun producing garbage. All working files have been moved to /home/mint/Downloads/mymodel_crashed/ mkdir: cannot create directory ‘/home/mint/Downloads/mymodel_crashed’: File exists mv: cannot stat '/home/mint/Downloads/mymodel_testrun/*': No such file or directory Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 1106, in postprocess pyburn.postprocess(inputfile,inputfile+self.extension,logfile=log,namelist=namelist, File "/usr/local/lib/python3.10/dist-packages/exoplasim/pyburn.py", line 3644, in postprocess data = dataset(rawfile, variables, mode=mode,radius=radius,gravity=gravity,gascon=gascon, File "/usr/local/lib/python3.10/dist-packages/exoplasim/pyburn.py", line 1348, in dataset rawdata = readfile(filename) File "/usr/local/lib/python3.10/dist-packages/exoplasim/pyburn.py", line 584, in readfile import exoplasim.pyfft as pyfft ModuleNotFoundError: No module named 'exoplasim.pyfft'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 1106, in postprocess pyburn.postprocess(inputfile,inputfile+self.extension,logfile=log,namelist=namelist, File "/usr/local/lib/python3.10/dist-packages/exoplasim/pyburn.py", line 3694, in postprocess data = dataset(rawfile, variables, mode=mode,radius=radius,gravity=gravity,gascon=gascon, File "/usr/local/lib/python3.10/dist-packages/exoplasim/pyburn.py", line 1348, in dataset rawdata = readfile(filename) File "/usr/local/lib/python3.10/dist-packages/exoplasim/pyburn.py", line 549, in readfile with open(filename,"rb") as fb: FileNotFoundError: [Errno 2] No such file or directory: 'MOST.00000.'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 832, in _run timeavg=self.postprocess(dataname,None, File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 1128, in postprocess if self.integritycheck("%s%s"%(inputfile,extension)): File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 1165, in integritycheck ioe = self.postprocess(ncfile[:-3],"example.nl",crashifbroken=False) File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 1138, in postprocess raise RuntimeError("Going to stop here just in case......") RuntimeError: Going to stop here just in case......
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 845, in _run self._crash() File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 1705, in _crash raise RuntimeError("ExoPlaSim has crashed or begun producing garbage. All working files have been moved to %s_crashed/"%(os.getcwd()+"/"+self.modelname)) RuntimeError: ExoPlaSim has crashed or begun producing garbage. All working files have been moved to /home/mint/Downloads/mymodel_crashed/
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/mint/Downloads/koe1.py", line 6, in mymodel.run(years=2,crashifbroken=True) File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 387, in run self._run(**kwargs) File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 885, in _run self._crash() #Bring in the cleaners File "/usr/local/lib/python3.10/dist-packages/exoplasim/init.py", line 1705, in _crash raise RuntimeError("ExoPlaSim has crashed or begun producing garbage. All working files have been moved to %s_crashed/"%(os.getcwd()+"/"+self.modelname)) RuntimeError: ExoPlaSim has crashed or begun producing garbage. All working files have been moved to /home/mint/Downloads/mymodel_crashed/
In Windows 10, exoplasim installs normally in python38, but example does not run
import exoplasim as exo
mymodel = exo.Model(workdir="mymodel_testrun",modelname="mymodel",resolution="T21",layers=10,ncpus=1) mymodel.configure() mymodel.exportcfg() mymodel.run(years=100,crashifbroken=True) mymodel.finalize("mymodel_output")
Traceback (most recent call last): File "exo1.py", line 3, in mymodel = exo.Model(workdir="mymodel_testrun",modelname="mymodel",resolution="T21",layers=10,ncpus=1) File "C:\Users\himot\AppData\Local\Programs\Python\Python38\lib\site-packages\exoplasim-3.0.6-py3.8.egg\exoplasim_init_.py", line 210, in init os.chdir(sourcedir) OSError: [WinError 123] Tiedostonimen, hakemistonimen tai levynimen syntaksi ei kelpaa: ''
Welcome to the ExoPlaSim wiki!
Exoplasim seems not run in Windows 10, because there are Unix/Linux shell commands in script!
Error comes when exoplasim python script will run:
Running ... 'spth' is not recognized as an internal or external command, operable program or batch file.
Traceback (most recent call last): File "ex9.py", line 247, in testplanet= exo.Earthlike(workdir="testplanet_run",modelname="TESTPLANET",ncpus=a_ncpus,resolution="T21") File "C:\Users\himot\AppData\Local\Programs\Python\Python38\lib\site-packages\exoplasim_init_.py", line 147, in init with open("sourcepath","r") as spf: FileNotFoundError: [Errno 2] No such file or directory: 'sourcepath'