Error when trying to load a variable using the command line:
./verdi.command -f "/Users/lizadams/test_new2/VERDI_1.5.0/VERDI_1.5.0/data/model/CCTM46_P16.baseO2a.36k.O3MAX" -s "O3[1]"
11:46:21.267 [main] ERROR anl.verdi.core.VerdiApplication - Formula 'O3[1][1]4[1]' is invalid Error parsing formula
11:46:21.268 [main] ERROR anl.verdi.commandline.ScriptHandler - Null pointer exception in ScriptHandler.dataMap.put 'S': null
11:46:58.496 [main] ERROR anl.verdi.core.VerdiApplication - Formula 'O3[1][1]4[1]' is invalid Error parsing formula
11:46:58.497 [main] ERROR anl.verdi.commandline.ScriptHandler - Null pointer exception in ScriptHandler.dataMap.put 'S': null
11:46:58.509 [main] ERROR anl.verdi.core.VerdiPlugin - Error Please check your argument sequence (like -g is before -f and/or -s).
Here is a clue. The script works when adding two variables, but not when we have only one variable.
The following script works:
./verdi.command -f "/Users/lizadams/test_new2/VERDI_1.5.0/VERDI_1.5.0/data/model/CCTM46_P16.baseO2a.36k.O3MAX" -s "NO[1]+NO2[1]" -g tile
Revise that - it doesn't work for O3, but does work for NO or NO2
Hi Jo Ellen,
I find the best way to review the commits is to look at this site:
https://sourceforge.net/p/verdi/code/commit_browser
Liz
Elizabeth Adams
Research Associate, Institute for the Environment
University of North Carolina, Chapel Hill
http://www.ie.unc.edu/cempd
100 Europa Drive
Suite 490, Room 4045, CB 1105
Chapel Hill, NC 27517
voice: 919-843-0518
cell: 919-949-9892
From: Elizabeth Adams lizadams@users.sf.netamp#108;amp#105;amp#122;amp#97;amp#100;amp#97;amp#109;amp#115;amp#64;amp#117;amp#115;amp#101;amp#114;amp#115;amp#46;amp#115;amp#102;amp#46;amp#110;amp#101;amp#116;
Reply-To: Ticket 1 1@tickets.verdi.p.re.sf.netamp#49;amp#64;amp#116;amp#105;amp#99;amp#107;amp#101;amp#116;amp#115;amp#46;amp#118;amp#101;amp#114;amp#100;amp#105;amp#46;amp#112;amp#46;amp#114;amp#101;amp#46;amp#115;amp#102;amp#46;amp#110;amp#101;amp#116;
Date: Friday, October 24, 2014 at 12:00 PM
To: Ticket 1 1@tickets.verdi.p.re.sf.netamp#49;amp#64;amp#116;amp#105;amp#99;amp#107;amp#101;amp#116;amp#115;amp#46;amp#118;amp#101;amp#114;amp#100;amp#105;amp#46;amp#112;amp#46;amp#114;amp#101;amp#46;amp#115;amp#102;amp#46;amp#110;amp#101;amp#116;
Subject: [verdi:tickets] #1 Error Command Line Script
[tickets:#1]http://sourceforge.net/p/verdi/tickets/1 Error Command Line Script
Status: open
Milestone: 1.0
Created: Fri Oct 24, 2014 04:00 PM UTC by Elizabeth Adams
Last Updated: Fri Oct 24, 2014 04:00 PM UTC
Owner: Jo Ellen Brandmeyer
Error when trying to load a variable using the command line:
./verdi.command -f "/Users/lizadams/test_new2/VERDI_1.5.0/VERDI_1.5.0/data/model/CCTM46_P16.baseO2a.36k.O3MAX" -s "O3[1]"
11:46:21.267 [main] ERROR anl.verdi.core.VerdiApplication - Formula 'O3[1][1]4[1]' is invalid Error parsing formula
11:46:21.268 [main] ERROR anl.verdi.commandline.ScriptHandler - Null pointer exception in ScriptHandler.dataMap.put 'S': null
11:46:58.496 [main] ERROR anl.verdi.core.VerdiApplication - Formula 'O3[1][1]4[1]' is invalid Error parsing formula
11:46:58.497 [main] ERROR anl.verdi.commandline.ScriptHandler - Null pointer exception in ScriptHandler.dataMap.put 'S': null
11:46:58.509 [main] ERROR anl.verdi.core.VerdiPlugin - Error Please check your argument sequence (like -g is before -f and/or -s).
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/verdi/tickets/1/https://sourceforge.net/p/verdi/tickets/1
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/https://sourceforge.net/auth/subscriptions
Related
Tickets:
#1VERDI currently passes the test given for this problem.