-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrelease_notes_v5.1.8
executable file
·33 lines (25 loc) · 1.68 KB
/
release_notes_v5.1.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Release Notes: RAP v5.1.8
v5.1.8 - released May 25, 2023
* Script and source code changes required to use the new naming convention for the VIIRS fire data input
* The format and content of the VIIRS fire data remains the same, but the name of the file was changed. Therefore, the ex-script and source code need to be modified in order to read in the correct file names.
* Source code changes to fix an issue with how the HRRR handles smoke concentrations on the boundaries. These changes are not required for the RAP, but they will keep the WRF code consistent with HRRR v.4.1.7
* Repository Details
* Clone the rap.v5.1.8 branch of the RAP GitHub repository using the following command (contains v5.1.8 release notes):
* git clone -b rap.v5.1.8 https://github.com/NOAA-EMC/RAP.git
* scripts files changed
* scripts/exrap_prep_smoke.sh
* sorc files changed
* sorc/rap_prep_smoke.fd/process-obs/HRRR-AK-Smoke/src/proc_J01_FRP_HRRR_AK.f90
* sorc/rap_prep_smoke.fd/process-obs/HRRR-AK-Smoke/src/proc_NPP_FRP_HRRR_AK_v5.f90
* sorc/rap_prep_smoke.fd/process-obs/HRRR-Smoke/src/proc_J01_FRP_HRRR_v3.f90
* sorc/rap_prep_smoke.fd/process-obs/HRRR-Smoke/src/proc_NPP_FRP_HRRR_v3.f90
* sorc/rap_prep_smoke.fd/process-obs/RAP-Smoke/src/proc_J01_FRP_RAP_v3.f90
* sorc/rap_prep_smoke.fd/process-obs/RAP-Smoke/src/proc_NPP_FRP_RAP_v3.f90
* sorc/rap_wrfarw.fd/WRFV3.9/configure.wrf.useme
* sorc/rap_wrfarw.fd/WRFV3.9/real_em.F
* resource changes
* N/A
* implementation instructions
* Retrieve the rap.v5.1.8 branch from GitHub
* Re-compile the rap_prep_smoke and WRF codes, and update the exrap_prep_smoke.sh script
* Run a single prep_smoke job. A full cycle test is not needed.