add nawi astrophysics template

This commit is contained in:
2025-03-23 21:49:07 +01:00
commit bdaa914e8e
39 changed files with 11035 additions and 0 deletions
@@ -0,0 +1,8 @@
import sys,os,math
import numpy as np
import pylab as pl
# here we have a comment on the scripting
for iii in np.arange(0,42):
print('Hello new planet number {}'.format(iii+1))