Example of POST vpz/output in a webbrowser

For the simulator ‘wwdm.vpz’ whose Id is 266 [2], enter in a webbrowser the URL [1] and click ‘POST’ button after having entered your commands in the POST space.

[1]The URL is http://erecord.toulouse.inra.fr:8000/vpz/output.
[2]The simulator Id is specified in the POST space by ‘vpz’.

Example illustrating :

  • modifying begin,

  • modifying duration,

  • modifying some parameters by ‘cname.pname’,

  • compact’ as style of presentation,

  • value ‘single’ as plan, or value ‘linear’ in case of multiple simulation

  • value ‘dataframe’ as restype (or ‘matrix’)

  • value of type vname.oname as ‘outselect’ :

    value ‘view.top:wwdm.LAI’ to select the ‘LAI’ output data of the view named ‘view’.

    value ‘view.top:wwdm.ST’ to select the ‘ST’ output data of the view named ‘view’.

  • with ‘application/x-www-form-urlencoded’ as ‘Media type’

REQUEST in case of single plan (single simulation)

REQUEST in case of linear plan (multiple simulation)

Memo

URL :
http://erecord.toulouse.inra.fr:8000/vpz/output/

Content (case of single plan (single simulation)) :
vpz=266&duration=6&begin=2453982.0&cond_wwdm.A=0.0064&cond_wwdm.Eb=1.86&mode=compact&mode=single&mode=dataframe&outselect=view.top:wwdm.LAI&outselect=view.top:wwdm.ST

Content (case of linear plan (multiple simulation)) :
vpz=266&duration=6&begin=2453982.0&cond_wwdm.A=[0.0064,0.0065,0.0066]&cond_wwdm.Eb=[1.84,1.85,1.86]&mode=compact&mode=linear&mode=dataframe&outselect=view.top:wwdm.LAI&outselect=view.top:wwdm.ST

(rq : or with matrix instead of dataframe)