Skip to content

Commit

Permalink
Merge pull request #41 from aaraney/update-example-sloth-mappings
Browse files Browse the repository at this point in the history
chore: consistency: use sloth_ice_fraction_xinanjiang in example
  • Loading branch information
SnowHydrology authored Jul 25, 2024
2 parents 74a6a29 + 970580e commit c4d0dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/example_bmi_multi_realization_config_w_snow17.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"uses_forcing_file": false,
"model_params": {
"sloth_ice_fraction_schaake(1,double,m,node)": 0.0,
"sloth_ice_fraction_xinan(1,double,1,node)": 0.0,
"sloth_ice_fraction_xinanjiang(1,double,1,node)": 0.0,
"sloth_smp(1,double,1,node)": 0.0
}
}
Expand Down Expand Up @@ -78,7 +78,7 @@
"land_surface_radiation~incoming~shortwave__energy_flux": "DSWRF_surface",
"land_surface_air__pressure": "PRES_surface",
"ice_fraction_schaake" : "sloth_ice_fraction_schaake",
"ice_fraction_xinanjiang" : "sloth_ice_fraction_xinan",
"ice_fraction_xinanjiang" : "sloth_ice_fraction_xinanjiang",
"soil_moisture_profile" : "sloth_smp"
},
"uses_forcing_file": false
Expand Down

0 comments on commit c4d0dd7

Please sign in to comment.