/[MITgcm]/MITgcm_contrib/llc_hires/llc_4320/check_output.m
ViewVC logotype

Annotation of /MITgcm_contrib/llc_hires/llc_4320/check_output.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sun May 1 01:35:48 2016 UTC (9 years, 2 months ago) by dimitri
Branch: MAIN
Shortly after time step 872640, the 1/48th simulation crashed.
Simulation was resterted from time step 870912 with Leith parameters
increased to 2.1, instead of 2.0.

1 dimitri 1.1 pn='~dmenemen/llc_4320/MITgcm/run_485568/';
2     fld={'Eta','KPPhbl','PhiBot','SIarea','SIheff','SIhsalt', ...
3     'SIhsnow','SIuice','SIvice','oceFWflx','oceQnet', ...
4     'oceQsw','oceSflux','oceTAUX','oceTAUY', ...
5     'Salt','Theta','U','V','W'};
6     ts=485568:144:976320;
7     for t=ts, disp(t)
8     for f=1:length(fld)
9     fnm=[pn fld{f} '.' myint2str(t,10) '.data'];
10     D=dir(fnm);
11     switch fld{f}
12     case{'Salt','Theta','U','V','W'}
13     sz=87340032000;
14     otherwise
15     sz=970444800;
16     end
17     if D.bytes~=sz
18     error(['Wrong file size for ' fnm])
19     end
20     end
21     end

  ViewVC Help
Powered by ViewVC 1.1.22