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
I have installed obsmon 4.2.0 with R 4.1.0. While running obsmon in mode batch with the line command ./obsmon --batch, I'm getting the following warning
" WARN [2021-11-25 11:21:04] makeBatchPlots: Could not detect any batch-enabled multiPlot", and no plot is produced.
The config.toml file used is as follows:
Initializing Obsmon...
For a list of available options, please use the "-h" argument.
Looking for R-libs in the following directories (listed in order of priority):
> /home/hdiddou/obsmon/.installer_local_R-libs/R-libs
> /home/hdiddou/R/x86_64-pc-linux-gnu-library/4.1
> /usr/local/lib/R/library
INFO [2021-12-03 15:25:32] Main process PID: 21915
INFO [2021-12-03 15:25:32] Running as user "hdiddou"
INFO [2021-12-03 15:25:32] Config file found: /home/hdiddou/obsmon/config.toml
WARN [2021-12-03 15:25:33] makeBatchPlots: Could not detect any batch-enabled multiPlot.
I have installed obsmon 4.2.0 with R 4.1.0. While running obsmon in mode batch with the line command ./obsmon --batch, I'm getting the following warning
" WARN [2021-11-25 11:21:04] makeBatchPlots: Could not detect any batch-enabled multiPlot", and no plot is produced.
The config.toml file used is as follows:
[general]
logLevel = "INFO"
cacheDir="/home/hdiddou/.obsmon/experiments_cache/"
[[experiments]]
displayName = "First Experiment"
path = "/home/hdiddou/Desktop/newspace/OBSMON_ROGER/SQLITE/expdata_carra_amv_tovs"
[[multiPlots]]
displayName = "A minimal multiPlot config entry"
experiment = "First Experiment"
plotType = "Observations Map"
database = "ecma"
startDate = "2016-07-02"
endDate = "2016-07-02"
cycles = ["03","06","09"]
[multiPlots.obs]
synop=["t2m","rh2m"]
[multiplots.batchMode]
parentDir= "/home/hdiddou/"
dirName= "obsmon_batch_mode_plots"
I tried the option "batchMode = true" instead of "[multiplots.batchMode]", the issue remains.
The text was updated successfully, but these errors were encountered: