Skip to content

Commit

Permalink
Merge pull request #1 from EdwardSnyder-NOAA/feature/hash_update_02_2025
Browse files Browse the repository at this point in the history
Add SD support for noaacloud
  • Loading branch information
MichaelLueken authored Feb 21, 2025
2 parents aa785cd + 21fa25a commit 455f8b6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modulefiles/build_noaacloud_intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ unload("gnu")
load("cmake/3.23.1")

load("srw_common")

load(pathJoin("nco", os.getenv("nco_ver") or "5.0.6"))
load(pathJoin("prod_util", os.getenv("prod_util_ver") or "2.1.1"))
1 change: 1 addition & 0 deletions modulefiles/tasks/noaacloud/prepstart.local.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
load("python_srw_sd")
1 change: 1 addition & 0 deletions modulefiles/tasks/noaacloud/smoke_dust.local.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
load("python_srw_sd")
11 changes: 10 additions & 1 deletion ush/machine/noaacloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,18 @@ platform:
FIXorg: /contrib/EPIC/UFS_SRW_data/develop/fix/fix_orog
FIXsfc: /contrib/EPIC/UFS_SRW_data/develop/fix/fix_sfc_climo
FIXshp: /contrib/EPIC/UFS_SRW_data/develop/NaturalEarth
FIXaqm: /contrib/EPIC/UFS_SRW_data/develop/fix/fix_aqm
FIXemis: /contrib/EPIC/UFS_SRW_data/develop/fix/fix_emis
FIXsmoke: /contrib/EPIC/UFS_SRW_data/develop/fix/fix_smoke
FIXupp: /contrib/EPIC/UFS_SRW_data/develop/fix/fix_upp
FIXcrtm: /contrib/EPIC/UFS_SRW_data/develop/fix/fix_crtm
EXTRN_MDL_DATA_STORES: aws nomads
data:
ics_lbcs:
FV3GFS:
nemsio: /contrib/EPIC/UFS_SRW_data/develop/input_model_data/FV3GFS/nemsio/${yyyymmdd}${hh}
grib2: /contrib/EPIC/UFS_SRW_data/develop/input_model_data/FV3GFS/grib2/${yyyymmdd}${hh}
grib2: /contrib/EPIC/UFS_SRW_data/develop/input_model_data/FV3GFS/grib2/${yyyymmdd}${hh}

smoke_dust_parm:
COMINsmoke_default: /contrib/EPIC/UFS_SRW_data/develop/data_smoke_dust/RAVE_smoke_dust
COMINrave_default: /contrib/EPIC/UFS_SRW_data/develop/data_smoke_dust/RAVE_fire

0 comments on commit 455f8b6

Please sign in to comment.