Commit f1c2080d authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update

parent ba168388
Pipeline #3938 failed with stage
in 0 seconds
...@@ -1140,7 +1140,8 @@ class IFSsimulator(): ...@@ -1140,7 +1140,8 @@ class IFSsimulator():
# get solar position # get solar position
dt = datetime.fromisoformat(time) dt = datetime.fromisoformat(time)
jd = julian.to_jd(dt, fmt='jd') jd =time2jd(dt)
##jd = julian.to_jd(dt, fmt='jd')
t = Time(jd, format='jd', scale='utc') t = Time(jd, format='jd', scale='utc')
...@@ -4496,8 +4497,8 @@ class IFSsimulator(): ...@@ -4496,8 +4497,8 @@ class IFSsimulator():
########################################## ##########################################
######################################################################## ########################################################################
self.dt=julian.from_jd(exptime_start_jd, fmt='jd') #self.dt=julian.from_jd(exptime_start_jd, fmt='jd')
self.dt=jd2time(exptime_start_jd)
################################################################## ##################################################################
self.TianCe_day=self.dt.strftime("%Y-%m-%d") ###str(self.dt.year)+'-'+str(self.dt.month)+'-'+str(self.dt.day) self.TianCe_day=self.dt.strftime("%Y-%m-%d") ###str(self.dt.year)+'-'+str(self.dt.month)+'-'+str(self.dt.day)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment