In Console

Top  Previous  Next

 

Usage:

simplace run -solution=<Solution-File> [-project=Project-File] [Options]

simplace check -solution=<Solution-File> -project=Project-File [Options]

simplace migrate [-solution=<Solution-File>] [-project=<Project-File>] -workdir=<WORK_DIR>]

simplace split -project=<PROJECT DATA FILE> -divider=<DIVIDER> -script=<SIMPLACE FILE>

 

-s or -solution=<SOLUTION_FILE>

-p or -project=<PROJECT_FILE>

-t or -target=[CLUSTER,MODULES,RUN]: Uses standard settings for target system

-fd or -datadir=<SIMPLACE_DATA_DIR>

-fp or -projectsdir=<SIMPLACE_PROJECTS_DIR>

-w or -workdir=<SIMPLACE_WORK_DIR>

-o or -outputdir=<SIMPLACE_OUTPUT_DIR>

-loglevel=<ERROR,WARN,INFO,DEBUG>

-d or -divider=[, ; ] default: TAB

-l or -lines=<1-200,250,50000->

-v: or variable:startdate=01-01-2000

-v: or variable:vClimfile=<SOME_FILENAME>

-user=<USER NAME TO ACCESS SHARE>

-password=<PASSWORD TO ACCESS SHARE>

-pack=<Path of the archive [tar,zip]> to pack result files to.

 

Options:

 -workdir=<SIMPLACE_WORK_DIR>

 -outputdir=<SIMPLACE_OUTPUT_DIR>

 -param:startdate=01-01-2000

 -param:vClimfile=<SOME_FILENAME>

 -loglevel= [DEBUG, INFO, WARN, ERROR]

 -projectlines=<INTERVAL OF LINES> e.g 1-5000

 -checklevel= [CUSTOM, STRICT, INTENSE, LAZY, OFF, ONLY]

 

 

Examples:

 

1. ModelSolution (standalone run):

 

simplace run  -w=D:/SimplaceWorkDir/simplace_run/simulation

         -o=D:/SimplaceWorkDir/simplace_run/output

         -s=mvianna/example/solution/MySolution.sol.xml

 

2. SimulationProject + ModelSolution (simulation project run):

 

simplace run  -w=D:/SimplaceWorkDir/simplace_run/simulation

         -o=D:/SimplaceWorkDir/simplace_run/output

         -s=mvianna/example/solution/MySolution.sol.xml

               -p=mvianna/example/project/MyProject.proj.xml

Log Level:

   DEBUG: Debug information,

   INFO: Giving state information of the software,

   WARN: warn for exceptions, that are automatically solved,

   ERROR: output with exception stack for exceptions that can NOT be automatically solved

 

More information in: Logger / Loglevel

 

Check Level:

   For description of all check levels go to: CheckHelper

 

 

Using simplace for splitting a Project Data File for HPC

 

      simplace split <PROJECT DATA FILE> <DIVIDER> <SIMPLACE FILE>

      Example: simplace split -project_data=ProjectData.csv -divider="," -simplace_file=simplace.sh