[11] | 1 | |
---|
| 2 | WRF-NMM Model Version 2 (June 2005) |
---|
| 3 | |
---|
| 4 | ---------------------------- |
---|
| 5 | WRF-NMM PUBLIC DOMAIN NOTICE |
---|
| 6 | ---------------------------- |
---|
| 7 | |
---|
| 8 | WRF-NMM was developed at National Centers for |
---|
| 9 | Environmental Prediction (NCEP), which is part of |
---|
| 10 | NOAA's National Weather Service. As a government |
---|
| 11 | entity, NCEP makes no proprietary claims, either |
---|
| 12 | statutory or otherwise, to this version and release of |
---|
| 13 | WRF-NMM and consider WRF-NMM to be in the public |
---|
| 14 | domain for use by any person or entity for any purpose |
---|
| 15 | without any fee or charge. NCEP requests that any WRF |
---|
| 16 | user include this notice on any partial or full copies |
---|
| 17 | of WRF-NMM. WRF-NMM is provided on an "AS IS" basis |
---|
| 18 | and any warranties, either express or implied, |
---|
| 19 | including but not limited to implied warranties of |
---|
| 20 | non-infringement, originality, merchantability and |
---|
| 21 | fitness for a particular purpose, are disclaimed. In |
---|
| 22 | no event shall NOAA, NWS or NCEP be liable for any |
---|
| 23 | damages, whatsoever, whether direct, indirect, |
---|
| 24 | consequential or special, that arise out of or in |
---|
| 25 | connection with the access, use or performance of |
---|
| 26 | WRF-NMM, including infringement actions. |
---|
| 27 | |
---|
| 28 | ================================================ |
---|
| 29 | |
---|
| 30 | V2 Release Notes: |
---|
| 31 | ----------------- |
---|
| 32 | |
---|
| 33 | This is the main directory for the WRF Version 2 source code release. |
---|
| 34 | |
---|
| 35 | - For directions on compiling WRF for NMM, see below or the WRF-NMM Users' Web page. |
---|
| 36 | - If you have used WRF software before, you must re-run WRF-SI/NMM |
---|
| 37 | (set namelist variable OUTPUT_FILE_TYPE = 'WRF') preferably using |
---|
| 38 | the recent WRF-NMM SI release). |
---|
| 39 | - Read the README.namelist file in the run/ directory (or on the WRF-NMM Users' page), |
---|
| 40 | and make changes carefully. |
---|
| 41 | |
---|
| 42 | For questions, send mail to wrfhelp@ucar.edu |
---|
| 43 | |
---|
| 44 | ====================================== |
---|
| 45 | |
---|
| 46 | The ./compile script at the top level has been updated to all for easy |
---|
| 47 | selection of NMM and ARW cores of WRF at compile time. |
---|
| 48 | |
---|
| 49 | - Specify your WRF-NMM option by setting the appropriate environment variable: |
---|
| 50 | |
---|
| 51 | setenv WRF_NMM_CORE 1 |
---|
| 52 | |
---|
| 53 | - The Registry files for NMM and ARW are not integrated |
---|
| 54 | yet. There are separate versions: |
---|
| 55 | |
---|
| 56 | Registry/Registry.NMM <-- for NMM |
---|
| 57 | Registry/Registry.EM <-- for ARW (formerly known as Eulerian Mass) |
---|
| 58 | |
---|
| 59 | |
---|
| 60 | How to configure, compile and run? |
---|
| 61 | ---------------------------------- |
---|
| 62 | |
---|
| 63 | - In WRFV2 directory, type: |
---|
| 64 | |
---|
| 65 | configure |
---|
| 66 | |
---|
| 67 | this will create a configure.wrf file that has appropriate compile |
---|
| 68 | options for the supported computers. Edit your configure.wrf file as needed. |
---|
| 69 | |
---|
| 70 | Note: WRF requires netCDF library. If your netCDF library is installed in |
---|
| 71 | some odd directory, set environment variable NETCDF before you type |
---|
| 72 | 'configure'. For example: |
---|
| 73 | |
---|
| 74 | setenv NETCDF /usr/local/lib32/r4i4 |
---|
| 75 | |
---|
| 76 | - Type: |
---|
| 77 | compile nmm_real |
---|
| 78 | |
---|
| 79 | - If sucessful, this command will create nmm_real.exe and wrf.exe |
---|
| 80 | in directory main/, and the appropriate executables will be linked into |
---|
| 81 | the test directories under test/nmm_real, or run/. |
---|
| 82 | |
---|
| 83 | - cd to the appropriate test or run direcotry to run "nmm_real.exe" and "wrf.exe". |
---|
| 84 | |
---|
| 85 | - Place files from WRF-NMM SI (wrf_real_input_nm.*) |
---|
| 86 | in the appropriate directory, type |
---|
| 87 | |
---|
| 88 | real_nmm.exe |
---|
| 89 | |
---|
| 90 | to produce wrfbdy_d01 and wrfinput_d01. Then type |
---|
| 91 | |
---|
| 92 | wrf.exe |
---|
| 93 | |
---|
| 94 | to run. |
---|
| 95 | |
---|
| 96 | - If you use mpich, type |
---|
| 97 | |
---|
| 98 | mpirun -np number-of-processors wrf.exe |
---|
| 99 | |
---|
| 100 | ============================================================================= |
---|
| 101 | |
---|
| 102 | What is in WRF-NMM V2.1? |
---|
| 103 | |
---|
| 104 | * Dynamics: |
---|
| 105 | |
---|
| 106 | - The WRF-NMM model is a fully compressible, non-hydrostatic model with a |
---|
| 107 | hydrostatic option. |
---|
| 108 | |
---|
| 109 | - The terrain following hybrid pressure sigma vertical coordinate is used. |
---|
| 110 | |
---|
| 111 | - The grid staggering is the Arakawa E-grid. |
---|
| 112 | |
---|
| 113 | - The same time step is used for all terms. |
---|
| 114 | |
---|
| 115 | - Time stepping: |
---|
| 116 | - Horizontally propagating fast-waves: Forward-backward scheme |
---|
| 117 | - Veryically propagating sound waves: Implicit scheme |
---|
| 118 | |
---|
| 119 | - Advection (time): |
---|
| 120 | T,U,V: |
---|
| 121 | - Horizontal: The Adams-Bashforth scheme |
---|
| 122 | - Vertical: The Crank-Nicholson scheme |
---|
| 123 | TKE, water species: Forward, flux-corrected (called every two timesteps). |
---|
| 124 | |
---|
| 125 | - Advection (space): |
---|
| 126 | T,U,V: |
---|
| 127 | - Horizontal: Energy and enstrophy conserving, |
---|
| 128 | quadratic conservative,second order |
---|
| 129 | |
---|
| 130 | - Vertical: Quadratic conservative,second order TKE, |
---|
| 131 | |
---|
| 132 | - Water species: Upstream, flux-corrected, positive definite, conservative |
---|
| 133 | |
---|
| 134 | - Horizontal diffusion: Forward, second order "Smagorinsky-type" |
---|
| 135 | |
---|
| 136 | - Vertical Diffusion: |
---|
| 137 | See "Free atmosphere turbulence above surface layer" section |
---|
| 138 | in "Physics" section given in below. |
---|
| 139 | |
---|
| 140 | * Physics: |
---|
| 141 | |
---|
| 142 | - Explicit Microphysics: Ferrier (Used operationally at NCEP.) |
---|
| 143 | |
---|
| 144 | - Cumulus parameterizations: Betts-Miller-Janjic, (Used operationally at NCEP.) |
---|
| 145 | Kain-Fritsch with shallow convection |
---|
| 146 | |
---|
| 147 | - Free atmosphere turbulence above surface layer: Mellor-Yamada-Janjic (Used operationally at NCEP.) |
---|
| 148 | |
---|
| 149 | - Planetary boundary layer: Mellor-Yamada-Janjic (Used operationally at NCEP.) |
---|
| 150 | |
---|
| 151 | - Surface layer: Similarity theory scheme with viscous sublayers |
---|
| 152 | over both solid surfaces and water points (Janjic). |
---|
| 153 | - Radiation: |
---|
| 154 | - Longwave radiation: GFDL Scheme (Fels-Schwarzkopf) (Used operationally at NCEP.) |
---|
| 155 | - Shortwave radiation: GFDL-scheme (Lacis-Hansen) (Used operationally at NCEP.) |
---|
| 156 | |
---|
| 157 | - Gravity wave drag: none |
---|
| 158 | |
---|
| 159 | |
---|
| 160 | * WRF Software: |
---|
| 161 | |
---|
| 162 | - Hierarchical software architecture that insulates scientific code |
---|
| 163 | (Model Layer) from computer architecture (Driver Layer) |
---|
| 164 | - Multi-level parallelism supporting shared-memory (OpenMP), distributed-memory (MPI), |
---|
| 165 | and hybrid share/distributed modes of execution |
---|
| 166 | - Active data registry: defines and manages model state fields, I/O, |
---|
| 167 | configuration, and numerous other aspects of WRF through a single file, |
---|
| 168 | called the Registry |
---|
| 169 | - Enhanced I/O options: |
---|
| 170 | NetCDF and Parallel HDF5 formats |
---|
| 171 | Five auxiliary history output streams separately controllable through the namelist |
---|
| 172 | Output file names and time-stamps specifiable through namelist |
---|
| 173 | |
---|
| 174 | - Testing: Various regression tests are performed on HP/Compaq systems at |
---|
| 175 | NCAR/MMM whenever a change is introduced into WRF cores. |
---|
| 176 | |
---|
| 177 | - Efficient execution on a range of computing platforms: |
---|
| 178 | IBM SP systems, (e.g. NCAR "bluesky" and NCEP's "blue", Power4-based system) |
---|
| 179 | HP/Compaq Alpha/OSF workstation, SMP, and MPP systems (e.g. Pittsburgh |
---|
| 180 | Supercomputing Center TCS) |
---|
| 181 | SGI Origin and Altix |
---|
| 182 | Linux/Intel |
---|
| 183 | IA64 MPP (HP Superdome, SGI Altix, NCSA Teragrid systems) |
---|
| 184 | IA64 SMP |
---|
| 185 | Pentium 3/4 SMP and SMP clusters (NOAA/FSL iJet system) |
---|
| 186 | PGI and Intel compilers supported |
---|
| 187 | Alpha Linux (NOAA/FSL Jet system) |
---|
| 188 | Sun Solaris (single threaded and SMP) |
---|
| 189 | Cray X1 |
---|
| 190 | HP-UX |
---|
| 191 | Other ports under development: |
---|
| 192 | NEC SX/6 |
---|
| 193 | Fujitsu VPP 5000 |
---|
| 194 | - RSL_LITE: optional new communication layer, scalable to very |
---|
| 195 | large domains (limited to single domain in 2.0) |
---|
| 196 | - ESMF Time Management, including exact arithmetic for fractional |
---|
| 197 | time steps (no drift); model start, stop, run length and I/O frequencies are |
---|
| 198 | now specified as times and time intervals in 2.0 |
---|
| 199 | - Improved documentation, both on-line (web based browsing tools) and in-line |
---|
| 200 | |
---|
| 201 | -------------------------------------------------------------------------- |
---|
| 202 | |
---|