Skip to content

Commit c6ea460

Browse files
committed
[feature/hash_update_Apr_2026] Updated:
* Externals.cfg - Sync ufs-weather-model hash to 826f6ff (April 6) * parm/field_table.FV3_RRFS_v1beta - Updated to allow grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_RRFS_v1beta WE2E test to run
1 parent 58f8ca2 commit c6ea460

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Externals.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protocol = git
1212
repo_url = https://github.com/ufs-community/ufs-weather-model
1313
# Specify either a branch name or a hash but not both.
1414
#branch = develop
15-
hash = 855243a
15+
hash = 826f6ff
1616
local_path = sorc/ufs-weather-model
1717
required = True
1818

parm/field_table.FV3_RRFS_v1beta

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"TRACER", "atmos_mod", "sphum"
44
"longname", "specific humidity"
55
"units", "kg/kg"
6-
"profile_type", "fixed", "surface_value=1.e30" /
6+
"profile_type", "fixed", "surface_value=3.e-6" /
77
# prognostic cloud water mixing ratio
88
"TRACER", "atmos_mod", "liq_wat"
99
"longname", "cloud water mixing ratio"
@@ -24,16 +24,16 @@
2424
"longname", "snow water mixing ratio"
2525
"units", "kg/kg"
2626
"profile_type", "fixed", "surface_value=1.e30" /
27-
# prognostic graupel mixing ratio
27+
# prognostic Grau water mixing ratio
2828
"TRACER", "atmos_mod", "graupel"
2929
"longname", "graupel mixing ratio"
3030
"units", "kg/kg"
3131
"profile_type", "fixed", "surface_value=1.e30" /
3232
# prognostic cloud water number concentration
3333
"TRACER", "atmos_mod", "water_nc"
34-
"longname", "cloud liquid water number concentration"
34+
"longname", "cloud liquid water number concentration"
3535
"units", "/kg"
36-
"profile_type", "fixed", "surface_value=1.e30" /
36+
"profile_type", "fixed", "surface_value=0.0" /
3737
# prognostic cloud ice number concentration
3838
"TRACER", "atmos_mod", "ice_nc"
3939
"longname", "cloud ice water number concentration"

0 commit comments

Comments
 (0)