Skip to content

Commit

Permalink
Delete cfe related variable from sloth
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Jun 26, 2024
1 parent 5eb8b18 commit b5f2a49
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"main_output_variable": "z",
"uses_forcing_file": false,
"model_params": {
"sloth_ice_fraction_schaake(1,double,m,node)": 0.0,
"sloth_ice_fraction_xinanjiang(1,double,1,node)": 0.0,
"sloth_smp(1,double,1,node)": 0.0,
"soil_temperature_profile(1,double,K,node)" : 275.15,
"water_potential_evaporation_flux(1,double,1,node)" : 0.0
}
Expand Down Expand Up @@ -55,7 +52,7 @@
},
"time": {
"start_time": "2016-01-01 00:00:00",
"end_time": "2016-01-01 09:00:00",
"end_time": "2016-01-10 23:00:00",
"output_interval": 3600
},
"output_root": "./output_dir/"
Expand Down

0 comments on commit b5f2a49

Please sign in to comment.