source: trunk/docs/OngoingWork.md @ 616

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==========================================================================
2Trying to get a check of what improvements should be done on the tool.
3==========================================================================
4
5
6--------------------------------------------------------------------------
7Check 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--------------------------------------------------------------------------
13LHSIZE, NLHC and NSCM should be removed from ModelParam.R
14    No need to duplicate ModelParam.R in WAVEN
15source("WAVE3/ModelParam.R")
16source("htune_convert.R")
17InFile="WAVE3/Par1D_Wave3.asc"
18OutFile="tmp.RData"
19PhysicsParams<-read.csv(InFile,sep=" ")
20wave_param_US=cbind(PhysicsParams["t_IDs"],DesignantiConvert(PhysicsParams[,][2:length(PhysicsParams[1,])]))
21save(wave_param_US,file='tmp.RData')
22
23
24--------------------------------------------------------------------------
25Introduction of option nograph in post_scores.sh to avoid very slowa graph
26plots with plot_scores.py, when working remotely from ssh
27
Note: See TracBrowser for help on using the repository browser.