Skip to content

Commit

Permalink
updated realization file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak authored and madMatchstick committed Aug 23, 2023
1 parent 65515fd commit 655ec4f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions configs/realization_cfe_pet.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 @@ -60,7 +60,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_xinanZ" : "sloth_ice_fraction_xinan",
"ice_fraction_xinanjiang" : "sloth_ice_fraction_xinanjiang",
"soil_moisture_profile" : "sloth_smp"
},
"uses_forcing_file": false
Expand All @@ -76,9 +76,8 @@
}
},
"time": {
"start_time": "2015-12-01 00:00:00",
"end_time": "2015-12-01 01:00:00",
"#end_time": "2015-12-30 23:00:00",
"start_time": "2015-12-01 00:00:00",
"end_time": "2015-12-30 23:00:00",
"output_interval": 3600
}
}

0 comments on commit 655ec4f

Please sign in to comment.