-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme updated, clarifications in script
- Loading branch information
1 parent
3bf557e
commit edc3a5d
Showing
7 changed files
with
126 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
F14C(EC) | ||
0.74 | ||
0.67 | ||
0.78 | ||
0.81 | ||
0.86 | ||
0.82 | ||
0.86 | ||
0.47 | ||
0.46 | ||
0.42 | ||
0.85 | ||
0.81 | ||
0.90 | ||
0.83 | ||
1.01 | ||
0.92 | ||
0.84 | ||
0.89 | ||
0.98 | ||
0.81 | ||
0.88 | ||
0.881 | ||
0.597 | ||
0.642 | ||
0.689 | ||
0.544 | ||
0.748 | ||
0.563 | ||
0.184 | ||
0.570 | ||
0.527 | ||
0.677 | ||
0.767 | ||
0.554 | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,14 @@ | ||
F14C(OC) | ||
0.80 | ||
0.69 | ||
0.78 | ||
0.83 | ||
0.83 | ||
0.80 | ||
0.66 | ||
0.46 | ||
0.60 | ||
0.54 | ||
0.94 | ||
0.90 | ||
0.88 | ||
0.76 | ||
0.90 | ||
0.90 | ||
0.81 | ||
0.76 | ||
0.86 | ||
0.82 | ||
0.80 | ||
0.749 | ||
1.165 | ||
0.951 | ||
0.993 | ||
1.095 | ||
0.837 | ||
0.492 | ||
0.652 | ||
1.014 | ||
1.027 | ||
0.802 | ||
1.011 | ||
0.756 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
#################################################################################### | ||
#LOG file versions | ||
#################################################################################### | ||
|
||
#v1.1.5: handful of changes in the corr_100_EC.R file as a result of the F14C_100EC correction issues in the WS01-003 EC data (measured with magazine C200610WSG and C200615WSG measured at LARA) | ||
|
||
#changes to corr_100_EC.R | ||
#8,6: | ||
#new alfa.nv<-exp(log(alfa0)*exp(5-(1/T))) # non volatile | ||
#old alfa.nv<-exp(log(alfa0)*exp(Ea_RT0-(1/T))) # non volatile | ||
#new alfa.v<-exp(log(alfa0)*exp(Ea_RT0-(b/T))) # volatile | ||
#old alfa.v<-exp(log(alfa0)*exp(5-(b/T))) # volatile | ||
|
||
#18,6: | ||
#new alfa.nv<-exp(log(alfa0)*exp(Ea_RT0-(1/T))) # non volatile | ||
#old alfa.nv<-exp(log(alfa0)*exp(5-(1/T))) # non volatile | ||
#new alfa.v<-exp(log(alfa0)*exp(Ea_RT0-(b/T))) # volatile | ||
#old alfa.v<-exp(log(alfa0)*exp(5-(b/T))) # volatile | ||
|
||
#25,6: | ||
#new alfa.nv<-exp(log(alfa0)*exp(Ea_RT0-(1/T))) # non volatile | ||
#old alfa.nv<-exp(log(alfa0)*exp(5-(1/T))) # non volatile | ||
#new alfa.v<-exp(log(alfa0)*exp(Ea_RT0-(b/T))) # volatile | ||
#old alfa.v<-exp(log(alfa0)*exp(5-(b/T))) # volatile | ||
|
||
#35,6 | ||
#new alfa.nv<-exp(log(alfa0)*exp(Ea_RT0-(1/T))) # non volatile | ||
#old alfa.nv<-exp(log(alfa0)*exp(5-(1/T))) # non volatile | ||
#new alfa.v<-exp(log(alfa0)*exp(Ea_RT0-(b/T))) # volatile | ||
#old alfa.v<-exp(log(alfa0)*exp(5-(b/T))) # volatile | ||
|
||
#70,5 | ||
#new Ea_RT0<-7.5 # ----> max Ea/RT0 value <--- | ||
|
||
#79,5 | ||
#new up_par<-c(rep(Ea_RT0,n),rep(0.25,n)) #vector of upper bound a's and T's | ||
#old up_par<-c(rep(5,n),rep(0.25,n)) | ||
|
||
#92,5 | ||
#new up_par<-c(rep(Ea_RT0,n_taken),rep(0.25,n_taken)) #vector of upper bound a's and T's | ||
#old up_par<-c(rep(5,n_taken),rep(0.25,n_taken)) | ||
|
||
#101,6 | ||
#new alfa.nv.all<-alfa0^(exp(Ea_RT0-(1/T))) # non volatile | ||
#old alfa.nv.all<-alfa0^(exp(5-(1/T))) # non volatile | ||
#new alfa.v.all<-alfa0^(exp(Ea_RT0-(b_fixed/T))) # volatile | ||
#old alfa.v.all<-alfa0^(exp(5-(b_fixed/T))) # volatile | ||
|
||
#113,6 | ||
#new alfav_err_T<-b_fixed*log(alfa0)*exp(Ea_RT0-(b_fixed/T))*(1/T^2)*alfa0^(exp(Ea_RT0-(b_fixed/T))) | ||
#old alfav_err_T<-b_fixed*log(alfa0)*exp(5-(b_fixed/T))*(1/T^2)*alfa0^(exp(5-(b_fixed/T))) | ||
#new alfanv_err_T<-log(alfa0)*exp(Ea_RT0-(1/T))*(1/T^2)*alfa0^(exp(Ea_RT0-(1/T))) | ||
#old alfanv_err_T<-log(alfa0)*exp(5-(1/T))*(1/T^2)*alfa0^(exp(5-(1/T))) | ||
|
||
#v1.1.4 Wildcard added to OC and EC F14C csv import | ||
#v1.1.3 Bug when subfolders go beyond src (letter S), so src changed to zsrc | ||
|
||
#################################################################################### | ||
#end | ||
#################################################################################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters