Changes between Version 131 and Version 132 of WRF4G2.0/Experiment
- Timestamp:
- Jan 15, 2016 11:08:40 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/Experiment
v131 v132 47 47 * '''save_wps:''' Either yes or no (default value is no), indicating whether boundary and initial conditions (`real.exe` output) should be preserved or not. They will be used if the experiment is relaunched again. 48 48 49 * '''parallel_environment:''' Tag to configure the parallel execution environment (default value is MPIRUN), which can be `POE` for IBM's parallel environment, `SRUN` for SLURM batch system, or `MPIRUN` for Open MPI or MPICH.50 51 * '''parallel_real:''' Either yes or no (default value is yes), indicating whether the `real.exe` binary is compiled in serial or parallel mode.52 53 * '''parallel_wrf:''' Either yes or no (default value is yes), indicating whether the `wrf.exe` binary is compiled in serial or parallel mode.54 55 49 * '''domain_path:''' Path of the directory with the information about the domain of the simulations; this is, the files generated by `geogrid.exe` (`nameslit.wps` & `geo_em.d[nn].nc`)([wiki:WRF4G2.0Paths advanced configuration]). 56 50 … … 83 77 `-- realout ( real.exe output files ) 84 78 }}} 79 80 81 * '''parallel_env:''' Tag to configure the parallel execution environment (default value is MPIRUN), which can be `POE` for IBM's parallel environment, `SRUN` for SLURM batch system, or `MPIRUN` for Open MPI or MPICH. 82 83 * '''parallel_real:''' Either yes or no (default value is yes), indicating whether the `real.exe` binary is compiled in serial or parallel mode. 84 85 * '''parallel_wrf:''' Either yes or no (default value is yes), indicating whether the `wrf.exe` binary is compiled in serial or parallel mode. 85 86 86 87 * '''app:''' This is to define applications with the following format `tag | type | value` ([wiki:WRFAPP advanced configuration]):