Hello,
I’m a bit stumped on this and am hoping someone can find something I’ve overlooked! I am trying to set up a 3 member ensemble of AMIP historical free-running simulations from 1979 - 2014 (copies of u-dr799). My three members are run in suites :
- u-eb430 (using the default start dump)
- u-eb974 (using a perturbed start dump /projects/ukca-cam/isabelle.sangha.ext/start_dumps/by791a.da19790101_00_perturb1)
- u-eb982 (using a perturbed start dump /projects/ukca-cam/isabelle.sangha.ext/start_dumps/by791a.da19790101_00_perturb2)
The perturbed start dumps are made using perturb_theta and seem to be different (see mule-cumf --summary output below) :
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- CUMF-II Comparison Report *
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
File 1: /projects/ukca-cam/isabelle.sangha.ext/start_dumps/by791a.da19790101_00_perturb1
File 2: /projects/ukca-cam/isabelle.sangha.ext/start_dumps/by791a.da19790101_00_perturb2
Files DO NOT compare
- 0 differences in fixed_length_header (with 7 ignored indices)
- 86 field differences, of which 86 are in data
Compared 55379/55379 fields, with 55293 matches
Maximum RMS diff as % of data in file 1: 1.5242971721894078e-14 (field 4151)
Maximum RMS diff as % of data in file 2: 1.5242971721894078e-14 (field 4151)
The same is true for the astart files:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
* CUMF-II Comparison Report *
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
File 1: cylc-run/u-eb974/run1/share/data/eb974a.astart
File 2: cylc-run/u-eb982/run1/share/data/eb982a.astart
Files DO NOT compare
* 0 differences in fixed_length_header (with 7 ignored indices)
* 86 field differences, of which 86 are in data
Compared 17844/17844 fields, with 17758 matches
Maximum RMS diff as % of data in file 1: 1.5242971721894078e-14 (field 4065)
Maximum RMS diff as % of data in file 2: 1.5242971721894078e-14 (field 4065
But when I compare dump files from a few years after the start of the simulations there don’t seem to be many (if any) differences. (10/11 of the fields that have differences are NaN) :
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- CUMF-II Comparison Report *
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
File 1: check_ens_diff/eb974a.da19850101_00
File 2: check_ens_diff/eb982a.da19850101_00
Files DO NOT compare
- 0 differences in fixed_length_header (with 7 ignored indices)
- 11 field differences, of which 11 are in data
Compared 45105/45105 fields, with 45094 matches
Maximum RMS diff as % of data in file 1: 222.93860914299302 (field 43964)
Maximum RMS diff as % of data in file 2: 111.39620408658773 (field 43964)
Thanks for any help with figuring out why the different start dumps aren’t producing many differences in the model fields.

