You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/AE8_AP8.f
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
! whatf -> which kind of flux, 1=differential 2=E range 3=integral (long integer)
52
52
! Nene -> Number of energy channels to compute
53
53
! energy -> energy (MeV) at which fluxes must be computed (double array [2,25])
54
-
! iyear,idoy,UT -> times when flux are to be computed (not usefull if imput position is not in GSE, GSM, SM,GEI) (respectively long array(ntime_max), long array(ntime_max), double array(ntime_max))
54
+
! iyear,idoy,UT -> times when flux are to be computed (not usefull if imput position is not in GSE, GSM, SM,GEI) (respectively long array(ntime), long array(ntime), double array(ntime))
55
55
! xIN1 -> first coordinate in the chosen system (double array [ntime_max])
56
56
! xIN2 -> second coordinate in the chosen system (double array [ntime_max])
57
57
! xIN3 -> third coordinate in the chosen system (double array [ntime_max])
Copy file name to clipboardExpand all lines: source/AFRL_CRRES_models.f
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
! whatf -> which kind of flux, 1=differential 2=E range 3=integral (long integer)
42
42
! Nene -> Number of energy channels to compute
43
43
! energy -> energy (MeV) at which fluxes must be computed (double array [2,25])
44
-
! iyear,idoy,UT -> times when flux are to be computed (not usefull if imput position is not in GSE, GSM, SM,GEI) (respectively long array(ntime_max), long array(ntime_max), double array(ntime_max))
44
+
! iyear,idoy,UT -> times when flux are to be computed (not usefull if imput position is not in GSE, GSM, SM,GEI) (respectively long array(ntime), long array(ntime), double array(ntime))
45
45
! xIN1 -> first coordinate in the chosen system (double array [ntime_max])
46
46
! xIN2 -> second coordinate in the chosen system (double array [ntime_max])
47
47
! xIN3 -> third coordinate in the chosen system (double array [ntime_max])
0 commit comments