/[MITgcm]/MITgcm/verification/1D_ocean_ice_column/README_11K_TIME_STEP_SIMULATION.TXT
ViewVC logotype

Contents of /MITgcm/verification/1D_ocean_ice_column/README_11K_TIME_STEP_SIMULATION.TXT

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


Revision 1.2 - (show annotations) (download)
Wed Jan 23 17:10:52 2013 UTC (11 years, 3 months ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l, HEAD
Changes since 1.1: +45 -0 lines
File MIME type: text/plain
added a readme on how to run a 11,000 time step simulation in the 1D_ocean_ice_column along with some matlab scripts and two sample figures.  It is understood that one doesn't put these kinds of files a verification directory but one doesn't have much of a choice when one is asked not to use contrib. so... there it is

1 HOW TO RUN AND ANALYZE A 11,000 TIME STEP EXPERIMENT
2 JAN 23, 2013
3
4 MITgcm checkpoint 64c.
5 seaice_growth.F version: 1.185 (2012/12/27)
6
7 1) Make the following changes to the input_ad/data* files
8 for the 11,000 time step simulation.
9
10 a) data
11
12 > nTimeSteps= 11000,
13 > monitorFreq=0.
14 > adjMonitorFreq = 1.,
15
16 b) data.autodiff
17
18 > useKPPinAdMode = .FALSE.,
19
20 c) data.diagnostics
21
22 > frequency(1) = 86400,
23 > fields(1,1) = 'EXFuwind','EXFvwind','EXFlwdn', 'EXFswdn','EXFatemp','EXFaqh','EXFevap','EXFpreci','EXFempmr','EXFhl ','EXFhs ',
24 > filename(1) = 'EXF_avg_daily',
25
26 > frequency(2) = 86400,
27 > fields(1:3,2) = 'SIarea ','SIheff ','SIhsnow ',
28 > filename(2) = 'ICE_avg_daily',
29
30 d) data.pkg
31
32 > useGrdchk = .FALSE.,
33 > useMNC = .TRUE,
34 > useDiagnostics = .TRUE.,
35
36
37 2) Make the following changes to packages.conf in code_ad:
38
39 a) packages.conf
40
41 > diagnostics
42 > mnc
43
44
45 3) After running, use the two matlab scripts (analyze_forward_run_general.m, analyze_adjoint_run_general.m) in ./matlab_scripts to plot the results. Be sure that the helper script, 'tenPercentAboveBelowLeftRight.m' is in your matlab path.

  ViewVC Help
Powered by ViewVC 1.1.22