|
Last change
on this file since 616 was
345,
checked in by htune, 3 years ago
|
|
Corrections on last versions
Fredho
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | ========================================================================== |
|---|
| 2 | Trying to get a check of what improvements should be done on the tool. |
|---|
| 3 | ========================================================================== |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | -------------------------------------------------------------------------- |
|---|
| 7 | Check while DesignantiConvert1D is needed and what the difference with DesignantiConvert |
|---|
| 8 | It is used to get totonew in htune_Emulating*R scripts. But why ??? |
|---|
| 9 | OK. Seen. 1D is for one row in a parameter file. Used for the control simulation. |
|---|
| 10 | Could probably easily be solved. |
|---|
| 11 | |
|---|
| 12 | -------------------------------------------------------------------------- |
|---|
| 13 | LHSIZE, NLHC and NSCM should be removed from ModelParam.R |
|---|
| 14 | No need to duplicate ModelParam.R in WAVEN |
|---|
| 15 | source("WAVE3/ModelParam.R") |
|---|
| 16 | source("htune_convert.R") |
|---|
| 17 | InFile="WAVE3/Par1D_Wave3.asc" |
|---|
| 18 | OutFile="tmp.RData" |
|---|
| 19 | PhysicsParams<-read.csv(InFile,sep=" ") |
|---|
| 20 | wave_param_US=cbind(PhysicsParams["t_IDs"],DesignantiConvert(PhysicsParams[,][2:length(PhysicsParams[1,])])) |
|---|
| 21 | save(wave_param_US,file='tmp.RData') |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | -------------------------------------------------------------------------- |
|---|
| 25 | Introduction of option nograph in post_scores.sh to avoid very slowa graph |
|---|
| 26 | plots with plot_scores.py, when working remotely from ssh |
|---|
| 27 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.