Changes between Version 18 and Version 19 of WRF4G2.0/Ensemble
- Timestamp:
- Jan 11, 2016 6:19:27 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/Ensemble
v18 v19 153 153 preprocessor = default 154 154 postprocessor = SFC 155 app = wps | command | module load WRF/intel/3.5.1 156 wrf | command | module load WRF/intel/3.5.1 155 157 # WRF-namelist parameters. Override namelist.input variables here 156 158 namelist_version = 3.5.1 … … 181 183 extdata_path = /home/user/repository/input/NCEP/GFS 182 184 output_path = /home/user/test/output 183 app = wps | command | module load WPS/intel/3.5.1184 wrf | command | module load WRF/intel/3.5.1185 185 186 186 [resource/resource_two] … … 188 188 extdata_path = /home/user2/repository/input/NCEP/GFS 189 189 output_path = /home/user2/test/output 190 app = wps | command | module load WRF/intel/3.5.1191 wrf | command | module load WRF/intel/3.5.1192 190 193 191 }}}