Changes between Version 3 and Version 4 of WRF4Ggihc
- Timestamp:
- May 3, 2013 10:38:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4Ggihc
v3 v4 26 26 * '''username''': user name on the resource 27 27 * '''host''': host name 28 * '''port''': host port to connect to. By DEFAULTis 2228 * '''port''': host port. By DEFAULT it is 22 29 29 * '''query''': contains additional information of computing resources. The query string syntax is: 30 30 * key1=value1;key2=value2;key3=value3 … … 33 33 * '''LRMS_TYPE'''(mandatory): Type of LRMS system ('''neptuno''') 34 34 * '''NODECOUNT'''(mandatory): Maximum number of job slots for a resource. 35 * '''SSH_KEY_FILE'''(optional): It defines the key file for "ssh" connection. By DEFAULT i s ~/.ssh/id_rsa.36 * '''TEMP_DIR'''(optional): Temporary directory on the resource to store data. By DEFAULT i s $HOME. TEMP_DIR path must be absolute.37 * '''RUN_DIR'''(optional): Temporary directory used to run WRF Model on the resource. By DEFAULT i s $HOME. RUN_DIR path must be absolute.35 * '''SSH_KEY_FILE'''(optional): It defines the key file for "ssh" connection. By DEFAULT it is ~/.ssh/id_rsa. 36 * '''TEMP_DIR'''(optional): Temporary directory on the resource to store data. By DEFAULT it is `$HOME`. TEMP_DIR path must be absolute. 37 * '''RUN_DIR'''(optional): Temporary directory used to run WRF Model on the resource. By DEFAULT it is `$HOME`. RUN_DIR path must be absolute. 38 38 39 Example sof configuration:39 Example of configuration: 40 40 41 If you want to configure a remote computing resource through ssh protocol, you need to put your private keys into your [[http://en.wikipedia.org/wiki/Ssh-agent|ssh-agent]], and it will handle your authentication thereafter (see [wiki:DRM4G#AppendixA Appendix A]) orset up SSH login without ''password'' (see [wiki:DRM4G#AppendixB Appendix B]).41 If you want to configure Neptuno facilities using '''ssh''' protocol, you need to set up SSH login without ''password'' (see [wiki:DRM4G#AppendixB Appendix B]). 42 42 43 In addition, you will probably need to update `WRF4G_BASEPATH`, `WRF4G_DOMAINPATH`, `WRF4G_INPUT` and `WRF4G_APPS` variables, which are defined in [wiki:WRF4Gresources_wrf4g resources.wrf4g ]. Due to the fact that these variables may point to other machines. See [wiki:WRF4Gresources_wrf4g#Runningenvironment running environment ] for more information.43 In addition, you need to update `WRF4G_BASEPATH`, `WRF4G_DOMAINPATH`, `WRF4G_INPUT` and `WRF4G_APPS` variables, which are defined in [wiki:WRF4Gresources_wrf4g resources.wrf4g ] file. Due to the fact that these variables may point to other machines. See [wiki:WRF4Gresources_wrf4g#Runningenvironment running environment ] for more information. 44 44 {{{ 45 45 remote_PBS = ssh://userid@193.144.213.182?LRMS_TYPE=neptuno;NODECOUNT=1500