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

Contents of /MITgcm/verification/global_with_CFC11/README

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


Revision 1.1.2.2.2.4 - (show annotations) (download)
Sat May 3 19:16:52 2003 UTC (20 years, 11 months ago) by dimitri
Branch: release1_50yr
Changes since 1.1.2.2.2.3: +16 -17 lines
Modified verification/global_with_CFC11/README

1 menemenlis@jpl.nasa.gov 02-May-2003.
2
3 This verification experiment is identical global_with_exf
4 except that it includes CFC-11 diagnostic as per OCMIP-2
5 protocol (http://www.ipsl.jussieu.fr/OCMIP/).
6 CFC-11 output in mol/m^3 is output in files TR1.*.data
7 Example of how to read this output file using matlab is
8 in input/lookat.m
9
10 ==============================================================
11
12 Configuring 8 4x4-deg 4-cpu x 15-level experiment on chapman:
13
14 Experiment 0: Baseline integration
15 Experiment 1: viscAr 1e-3 -> .5e3
16 Experiment 2: viscAh 5e5 -> 4e5
17 Experiment 3: diffKrT 3e-5 -> 2e-5
18 Experiment 4: diffKrS 3e-5 -> 2e-5
19 Experiment 5: tauThetaClimRelax 5184000 -> 4665600
20 Experiment 6: tauSaltClimRelax 15552000 -> 7776000
21 Experiment 7: GM_background_K 1000 -> 900
22
23 ---
24
25 cd bin
26 cp ../verification/global_ocean.90x40x15/code/GMREDI_OPTIONS.h .
27 cp ../verification/global_with_CFC11/code4x4/*.h .
28 cp ../verification/global_with_CFC11/code4x4/*.F .
29 ../tools/genmake -mpi -platform=ames_opt -makefile
30 make depend
31 make
32
33 ---
34
35 cd ../exe
36 \cp ../verification/global_ocean.90x40x15/input/* .
37 \cp ../verification/global_with_CFC11/input/cfc1112.atm .
38 \cp ../verification/global_with_CFC11/input4x4/FICE4x4 FICE
39 \cp ../verification/global_with_CFC11/input4x4/PATM4x4 PATM
40 \cp ../verification/global_with_CFC11/input4x4/XKW4x4 XKW
41 cd ..
42 cp -r exe exe0
43 cp -r exe exe1
44 cp -r exe exe2
45 cp -r exe exe3
46 cp -r exe exe4
47 cp -r exe exe5
48 cp -r exe exe6
49 cp -r exe exe7
50 \cp verification/global_with_CFC11/input4x4/data.0 exe0/data
51 \cp verification/global_with_CFC11/input4x4/data.1 exe1/data
52 \cp verification/global_with_CFC11/input4x4/data.2 exe2/data
53 \cp verification/global_with_CFC11/input4x4/data.3 exe3/data
54 \cp verification/global_with_CFC11/input4x4/data.4 exe4/data
55 \cp verification/global_with_CFC11/input4x4/data.5 exe5/data
56 \cp verification/global_with_CFC11/input4x4/data.6 exe6/data
57 \cp verification/global_with_CFC11/input4x4/data.0 exe7/data
58 \cp verification/global_with_CFC11/input4x4/data.gmredi exe7
59 qsub verification/global_with_CFC11/input4x4/jobfile
60
61 ==============================================================
62
63 Configuring and running the 50-year JPL telescoping integration:
64
65 1) get code:
66
67 setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack
68 cvs login ( CVS password: cvsanon )
69 cvs co -r release1_50yr MITgcm
70
71 2) compile code:
72
73 cd MITgcm/bin
74 cp ../verification/global_with_CFC11/code50yr/*.h .
75 cp ../verification/global_with_CFC11/code50yr/*.F .
76 cp ../verification/global_with_CFC11/code50yr/.genmakerc .
77 ../tools/genmake -mpi -platform=o2k -makefile
78 make depend
79 make
80
81 3) run code for first spin-up year (1931)
82
83 cd ../exe
84
85 get forcing files:
86 Bathymetry.data NCEP_1948_sw NCEP_1948_vstr lev_clim_temp.bin
87 NCEP_1948_emp NCEP_1948_trb run-off.bin_1x1 lev_clim_salt.bin
88 NCEP_1948_sst NCEP_1948_ustr salt_14months.bin
89
90 cp ../verification/global_with_CFC11/input50yr/* .
91 cp ../verification/global_with_CFC11/input/cfc1112.atm .
92 cp ../verification/global_with_CFC11/input/FICE .
93 cp ../verification/global_with_CFC11/input/PATM .
94 cp ../verification/global_with_CFC11/input/XKW .
95
96
97
98
99 wind stress and heat fluxes (incl radiation) are labeled by
100 NCEP as 0h,6h,12h, and 18h. However, they represent
101 averages over 0-6h,6-12h,12-18h, and 18-24h.
102
103 air temperature, specific humidity, wind speed and
104 precipitation are labeled identically by NCEP but represent
105 instantaneous forecast values at 6h,12h,18h, and 24h.

  ViewVC Help
Powered by ViewVC 1.1.22