Skip to content

Commit

Permalink
Replace SBM input files with the ones that Koich generated to correct…
Browse files Browse the repository at this point in the history
… netCDF warnings
  • Loading branch information
wyang0 authored and namo626 committed Aug 11, 2024
1 parent 48639c2 commit 66f0e79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testcases/conus_12-km/setup_rundir_WRF.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ cp /global/cfs/cdirs/m4232/intern_2024/input_sbm/namelist.input.cold namelist
cp /global/cfs/cdirs/m4232/intern_2024/input_sbm/CESM_RCP4.5_Current_Aerosol_Data.dat \
/global/cfs/cdirs/m4232/intern_2024/input_sbm/CESM_RCP4.5_Future_Aerosol_Data.dat .
cp /global/cfs/cdirs/m4232/intern_2024/input_sbm/wrfrst_d01_2008-07-15_00_00_00 wrfrst_d01_2008-07-15_00_00_00.sbm
cp /global/cfs/cdirs/m4232/intern_2024/input_sbm/wrfbdy_d01 wrfbdy_d01.sbm
cp /global/cfs/cdirs/m4232/intern_2024/input_sbm/wrfinput_d01 wrfinput_d01.sbm
cp -r /global/cfs/cdirs/m4232/intern_2024/input_sbm/{SBM_input_33,SBM_input_43} \
/global/cfs/cdirs/m4232/intern_2024/input_sbm/scattering_tables_2layer_high_quad_1dT_1%fw_110 .

Expand Down
5 changes: 5 additions & 0 deletions testcases/conus_12-km/sub_wrf_pm_testcase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ ml -t
#1. don't load the wrf module
#2. the modified executable (wrf.exe) has to be placed in the rundir

#To run an SBM case, remame namelist.input.sbm, wrfbdy_d01.sbm,
#wrfinput_d01.sbm and wrfrst_d01_2008-07-15_00_00_00.sbm to
#namelist.input, wrfbdy_d01, wrfinput_d01 and wrfrst_d01_2008-07-15_00_00_00,
#respectively.

#OpenMP settings:
export OMP_NUM_THREADS=$ntile
export OMP_PLACES=threads
Expand Down

0 comments on commit 66f0e79

Please sign in to comment.