/[MITgcm]/MITgcm/verification/carbon/README
ViewVC logotype

Contents of /MITgcm/verification/carbon/README

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


Revision 1.2 - (show annotations) (download)
Fri Jun 27 02:11:12 2003 UTC (20 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint51k_post, checkpoint53f_post, checkpoint54a_pre, checkpoint55c_post, checkpoint53b_pre, checkpoint51l_post, checkpoint51j_post, checkpoint57m_post, checkpoint52l_pre, checkpoint52e_pre, checkpoint57v_post, checkpoint57g_pre, checkpoint52j_post, checkpoint51o_pre, checkpoint57f_post, checkpoint52e_post, checkpoint57s_post, checkpoint51n_pre, checkpoint57j_post, checkpoint58b_post, checkpoint57b_post, checkpoint53c_post, checkpoint53d_post, checkpoint57f_pre, checkpoint55d_pre, checkpoint51f_pre, checkpoint57g_post, checkpoint57a_post, checkpoint55j_post, checkpoint56b_post, checkpoint57h_pre, checkpoint57y_post, branchpoint-genmake2, checkpoint57x_post, checkpoint52j_pre, checkpoint54a_post, branch-netcdf, checkpoint55h_post, checkpoint51r_post, checkpoint52b_pre, checkpoint52n_post, checkpoint54b_post, checkpoint51i_post, checkpoint57e_post, checkpoint54d_post, checkpoint56c_post, checkpoint54e_post, checkpoint55b_post, checkpoint51e_post, checkpoint51b_post, checkpoint57h_post, checkpoint51l_pre, checkpoint52m_post, checkpoint51c_post, checkpoint57y_pre, checkpoint55, checkpoint53a_post, checkpoint55a_post, checkpoint57c_pre, checkpoint53b_post, checkpoint57o_post, checkpoint55g_post, checkpoint57r_post, checkpoint51o_post, checkpoint57k_post, checkpoint57d_post, checkpoint55f_post, checkpoint57i_post, checkpoint51q_post, checkpoint52l_post, checkpoint52k_post, checkpoint58, checkpoint57a_pre, checkpoint54, checkpoint57, checkpoint56, checkpoint53, checkpoint52, checkpoint52d_post, checkpoint52a_post, checkpoint57h_done, checkpoint52b_post, checkpoint53g_post, checkpoint52f_post, checkpoint57n_post, checkpoint52c_post, checkpoint58d_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint51h_pre, checkpoint58a_post, checkpoint57q_post, checkpoint51g_post, ecco_c52_e35, checkpoint57z_post, checkpoint54f_post, checkpoint51f_post, eckpoint57e_pre, checkpoint58c_post, checkpoint57c_post, checkpoint52a_pre, checkpoint51d_post, checkpoint51m_post, checkpoint51t_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post, checkpoint52i_post, checkpoint51p_post, checkpoint51n_post, checkpoint55i_post, checkpoint51i_pre, checkpoint57l_post, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, checkpoint56a_post, checkpoint51s_post, checkpoint55d_post
Branch point for: netcdf-sm0, branch-genmake2, branch-nonh, tg2-branch, checkpoint51n_branch
Changes since 1.1: +63 -6 lines
verification for adjoint with ptracers
o adj. grdchk fail so far
o tlm. grdchk ok
o checked tapelev/comlev recomp.: OK

1 #Experiment 1: Adjoint sensitivity using ALLOW_PASSIVE_TRACER and tr1
2 ############
3
4 # generate and compile code
5 cd bin
6 ln -s ../verification/carbon/code/.genmakerc .
7 ln -s ../verification/carbon/code/*.[Fh] .
8 ../tools/genmake -makefile
9 cd ../adjoint
10 make adtaf
11 make adchange
12 cd ../bin
13 make
14
15 # run code
16 cd ../exe
17 ln -s ../verification/carbon/input/* .
18 ./mitgcmuv >&! output.txt
19
20 # grep for grdchk output
21 grep 'ph-grd 3' output.txt
22
23 #Experiment 2: same as Exp. 1, but using ALLOW_PTRACERS and ptracers
24 ############
25
26 # generate and compile code
27 cd bin
28 ln -s ../verification/carbon/code_ptracers/.genmakerc .
29 ln -s ../verification/carbon/code_ptracers/*.[Fh] .
30 ../tools/genmake -makefile
31 cd ../adjoint
32 mv makefile makefile.orig
33 cp ../verification/carbon/code_ptracers/makefile.ptracers makefile
34 make adtaf
35 make adchange
36 mv makefile.orig makefile
37 cd ../bin
38 make
39
40 # run code
41 cd ../exe
42 ln -s ../verification/carbon/input_ptracers/* .
43 ln -s ../verification/carbon/input/*.bin .
44 ./mitgcmuv >&! output.txt
45
46 # grep for grdchk output
47 grep 'ph-grd 3' output.txt
48
49 #Experiment 3: same as Exp. 2, but using ALLOW_TANGENTLINEAR_RUN
50 ############
51
52 # generate and compile code
53 cd bin
54 ln -s ../verification/carbon/code_ptracers/.genmakerc .
55 ln -s ../verification/carbon/code_ptracers/CPP_OPTIONS.h.TLM CPP_OPTIONS.h
56 ln -s ../verification/carbon/code_ptracers/*.[Fh] .
57 ../tools/genmake -makefile
58 cd ../adjoint
59 mv makefile makefile.orig
60 cp ../verification/carbon/code_ptracers/makefile.ptracers makefile
61 make adtaf
62 make adchange
63 mv makefile.orig makefile
64 cd ../bin
65 make
66
67 # run code
68 cd ../exe
69 ln -s ../verification/carbon/input_ptracers/* .
70 ln -s ../verification/carbon/input/*.bin .
71 ./mitgcmuv >&! output.txt
72
73 # grep for grdchk output
74 grep 'ph-grd 3' output.txt

  ViewVC Help
Powered by ViewVC 1.1.22