BeTR-biogeochemistry-modeling / sbetr

Standalone implementation of BeTR, the Biogeochemical Transport and Reaction module
Other
9 stars 18 forks source link

simplify setting up uniform grid physical properties #9

Open bandre-ucar opened 8 years ago

bandre-ucar commented 8 years ago

The current implementation of uniform grid reads data from the netcdf files. This currently requires one data point per grid cell. This should be simplified to allow specifing a single value that is replicated over the entire domain. This will allow arbitrarily changing the grid for testing pure advection, diffusion, reaction tests to generate smoother curves that are easier to compare to analytical solutions.

jinyun1tang commented 8 years ago

@bandre-ucar, do you mean the forcing data for each grid?