Skip to content

Commit 672dbd1

Browse files
committed
update the default fates hydro solver to 2D_Picard
1 parent cca135a commit 672dbd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/elm/bld/namelist_files/namelist_defaults.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2244,7 +2244,7 @@ this mask will have smb calculated over the entire global land surface
22442244
<fates_leafresp_model use_fates=".true.">ryan1991</fates_leafresp_model>
22452245
<fates_cstarvation_model use_fates=".true.">linear</fates_cstarvation_model>
22462246
<fates_regeneration_model use_fates=".true.">default</fates_regeneration_model>
2247-
<fates_hydro_solver use_fates=".true.">1D_Taylor</fates_hydro_solver>
2247+
<fates_hydro_solver use_fates=".true.">2D_Picard</fates_hydro_solver>
22482248
<fates_radiation_model use_fates=".true.">norman</fates_radiation_model>
22492249
<fates_electron_transport_model use_fates=".true.">FvCB1980</fates_electron_transport_model>
22502250
<use_fates_luh use_fates=".true." fates_harvest_mode="luhdata_area" >.true.</use_fates_luh>

components/elm/bld/namelist_files/namelist_definition.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Set the FATES electron transport model
382382
</entry>
383383

384384
<entry id="fates_hydro_solver" type="char*256" category="physics"
385-
group="elm_inparm" valid_values="1D_Taylor,2D_Picard,2D_Newton" value="1D_Taylor">
385+
group="elm_inparm" valid_values="1D_Taylor,2D_Picard,2D_Newton" value="2D_Picard">
386386
Set the FATES hydro solver method
387387
</entry>
388388

0 commit comments

Comments
 (0)