-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Instruction on cloning, building and running 3DRTMA.v01. This is an initial stripped down version of the legacy parallel. Currently, only the CONUS domains is configured to run.
From WCOSS2:
git clone -b feature/3DRTMA.v01 https://github.com/NOAA-EMC/NOAA_3drtma
cd NOAA_3drtma/workflow
vi rtma3d_pbspro_conus.xml
<ENTITY USER "first.last"> <----update user name
cd NOAA_3drtma/sorc
vi build_rtma_all.sh
set linking and executable build switches
#build switches
export BUILD_rtma_links=yes
export BUILD_rtma_wrfpost=yes
export BUILD_rtma_wrfarw=yes
export BUILD_rtma_gsi=yes
export BUILD_rtma_process_cloud=yes
export BUILD_rtma_process_mosaic=yes
export BUILD_rtma_process_lightning=yes
export BUILD_rtma_sndp=yes
export BUILD_rtma_wrfbufr_conus=yes
export BUILD_rtma_wrfbufr_alaska=yes
export BUILD_rtma_stnmlist=yes
export BUILD_rtma_smartinit=yes
export BUILD_rtma_minmax=yes
They should all be "yes" for the first build
./build_rtma_all.sh
(warning: this is a long build process)
vi crontab
*/2 * * * * /lfs/h2/emc/da/noscrub/$USER/NOAA_3drtma/workflow/run_rtma3d_pbspro_conus.sh 1>/lfs/h2/emc/da/noscrub/$USER/NOAA_3drtma/workflow/run_rtma3d_pbspro_conus.log 2>&1
The working directory should be generated at:
/lfs/h2/emc/ptmp/$USER/3DRTMA_HRRR_CONUS_WKDIR
and the log files will be stored at:
/lfs/h2/emc/ptmp/$USER/3DRTMA_HRRR_CONUS_LOG