Skip to content
Snippets Groups Projects
Commit 38750053 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

name of Data in obs object changed from MrData to Data

parent 1b88bd55
Branches
Tags
No related merge requests found
......@@ -98,7 +98,7 @@ if __name__ == "__main__":
dummy = samples.AddSimulations('/Users/peters/tmp/test_da/output/20050305/samples.000.nc')
nobs = len(samples.MrData)
nobs = len(samples.Data)
dims = ( int(DaCycle.da_settings['time.nlag']),
int(DaCycle.da_settings['forecast.nmembers']),
int(DaCycle.DaSystem.da_settings['nparameters']),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment