This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manual_changes.txt
124 lines (106 loc) · 3.56 KB
/
manual_changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
============================================================================
2010 Aug 26:
Change manual directory structure inside cvs repository (gcmpack/manual):
Objective:
- to have all the tex files in manual/*/*/*.tex
- chapter dir with an explicit name (easier to insert a new chapter)
- renamed the tutorial documentation dir to match the
MITgcm/verification (but without the "tutorial_" suffix).
In order to keep the cvs history of each file, the following changes were
made directly from gcmpack/manual dir (whereas using cvs add/remove the
history would have been broken in 2 pieces and difficult to follow):
-------
step 0:
-------
2010 Aug 25, from orwell.csail.mit.edu: make a tar file of gcmpack/manual/
into: orwell:/export/export-9/ARCHIVE/gcmpack_manual.20100825.tar
-rw-rw-r--. 1 jmc 555 212879360 2010-08-25 11:46 gcmpack_manual.20100825.tar
------------------------
step 1: copy to new dir
-------
2010 Aug 26, from orwell.csail.mit.edu:
cd /export/export-9/gcmpack/manual/
cp -p -r part1 s_overview
cp -p -r part2 s_algorithm
cp -p -r part3 s_getstarted
mv s_getstarted/case_studies s_examples
cp -p -r part4 s_software
cp -p -r part5 s_autodiff
cp -p -r part6 s_phys_pkgs
cp -p -r part7 s_outp_pkgs
cp -p -r part8 s_ecco
cp -p -r under_dvlp s_under_dvlp
cd s_overview
mkdir text figs
mv part1.tex,v text/top_section.tex,v
mv *.tex,v text
mv manual.src,v text
mv *.eps,v *.ps,v *.fig,v figs
cd s_algorithm
mkdir text figs
mv part2.tex,v text/top_section.tex,v
mv *.tex,v text
mv *.eps,v *.ps,v *.fig,v *.jpg,v figs
cd s_getstarted
mkdir text
mv part3.tex,v text/top_section.tex,v
mv tutorials.tex,v ../s_examples
mv *.tex,v text
cd s_examples
mkdir text
mv tutorials.tex,v text/model_examples.tex,v
mv advection_in_gyre_circulation advection_in_gyre
mv biogeochem_tutorial global_oce_biogeo
mv climatalogical_ogcm global_oce_latlon
mv doubly_periodic_convection deep_convection
mv fourlayer_gyre baroclinic_gyre
mv global_oce_estimation global_oce_optim
mv offline cfc_offline
mv ogcm_in_pressure global_oce_in_p
mv sens_airsea_tracer tracer_adjsens
mv carbon_outgassing_sensitivity/Attic tracer_adjsens/
mv hs_atmosphere/Attic held_suarez_cs/
rm -rf adiabatic_front_collapse
rm -rf boundary_forced_internal_wave
rm -rf flow_over_topography
rmdir carbon_outgassing_sensitivity
rmdir hs_atmosphere
rmdir offline_north_atlantic
cd s_software
mkdir text figs
mv part4.tex,v text/top_section.tex,v
mv *.tex,v text
mv *.eps,v figs
cd s_autodiff
mkdir text figs
mv part5.tex,v text/top_section.tex,v
mv *.tex,v text
mv *.eps,v *.fig,v figs
cd s_phys_pkgs
mkdir text figs
mv part6.tex,v text/top_section.tex,v
mv *.tex,v text
mv *.eps,v *.ps,v *.ppt,v figs
cd s_outp_pkgs
mkdir text
mv part7.tex,v text/top_section.tex,v
mv *.tex,v text
cd s_ecco
mkdir text
mv part8.tex,v text/top_section.tex,v
mv *.tex,v text
cd s_under_dvlp
mkdir text figs
mv under_dvlp.tex,v text/top_section.tex,v
mv *.tex,v text
mv *.eps,v figs
----------------------------------------------------
step 2: download the new manual and check-in changes for new directory path.
(2010 Aug 27); see cvs-commit log messages
-------------------------------
step 3: remove old chapter dir:
-------
2010 Aug 31, from orwell.csail.mit.edu:
cd /export/export-9/gcmpack/manual/
/bin/rm -rf part1 part2 part3 part4 part5 part6 part7 part8 under_dvlp
============================================================================