20 |
|
|
21 |
5. The following files are all required in the run directory |
5. The following files are all required in the run directory |
22 |
a. the executable you get when compiling “mitgcmuv” |
a. the executable you get when compiling “mitgcmuv” |
23 |
b. http://ecco2.jpl.nasa.gov/data2/data/runoff/runoff-360x180x12.bin |
b. ftp://ecco2.jpl.nasa.gov/data2/data/runoff/runoff-360x180x12.bin |
24 |
c. http://ecco2.jpl.nasa.gov/data2/data/atmos/jra25/*1979* |
c. ftp://ecco2.jpl.nasa.gov/data2/data/atmos/jra25/*1979* |
25 |
i. note that the following files may need their “.txt” suffixes removed |
i. note that the following files may need their “.txt” suffixes removed |
26 |
1. jra25_v10m_1979 |
1. jra25_v10m_1979 |
27 |
2. jra25_u10m_1979 |
2. jra25_u10m_1979 |
28 |
3. jra25_spfh2m_1979 |
3. jra25_spfh2m_1979 |
29 |
4. jra25_temp2m_1979 |
4. jra25_temp2m_1979 |
30 |
d. Also, the run requires the following files which are not included in the |
d. Also, the run requires the following files which are not included in the |
31 |
http://ecco2.jpl.nasa.gov/data2/data/atmos/jra25/ directory (I have simply created |
ftp://ecco2.jpl.nasa.gov/data2/data/atmos/jra25/ directory (I have simply created |
32 |
cymbolic links to the 1979 equivalents). |
cymbolic links to the 1979 equivalents). |
33 |
i. jra25_dlw_1978 |
i. jra25_dlw_1978 |
34 |
ii. jra25_dsw_1978 |
ii. jra25_dsw_1978 |
35 |
iii. jra25_rain_1978 |
iii. jra25_rain_1978 |
36 |
e. http://ecco2.jpl.nasa.gov/data1/arctic/run_template2/* |
e. ftp://ecco2.jpl.nasa.gov/data1/arctic/run_template2/* |
37 |
|
|
38 |
6. There are some duplicate file names in |
6. There are some duplicate file names in |
39 |
http://ecco2.jpl.nasa.gov/data1/arctic/run_template2/ and cs_36km_tutorial/input and it is |
ftp://ecco2.jpl.nasa.gov/data1/arctic/run_template2/ and cs_36km_tutorial/input and it is |
40 |
crucial that those in the latter are used. I have done this by copying them to my run |
crucial that those in the latter are used. I have done this by copying them to my run |
41 |
directory (platform dependent) second to automatically overwrite the other ones. |
directory (platform dependent) second to automatically overwrite the other ones. |
42 |
|
|
77 |
Getting this simulation to run would not have been possible without Fanny Monteiro in the author’s |
Getting this simulation to run would not have been possible without Fanny Monteiro in the author’s |
78 |
home institution, members of the MITgcm-support online community and in particular, Dimitris |
home institution, members of the MITgcm-support online community and in particular, Dimitris |
79 |
Menemenlis, Renske Gelderloos and Patrick Heimbach. |
Menemenlis, Renske Gelderloos and Patrick Heimbach. |
80 |
|
|
81 |
|
======================= |
82 |
|
|
83 |
|
Directory contents for |
84 |
|
ftp://ecco2.jpl.nasa.gov/data1/arctic/run_template2/ |
85 |
|
|
86 |
|
Matlab script "mk_run_template2.m" was used to generate many of the model |
87 |
|
input files described below. |
88 |
|
|
89 |
|
Grid information files needed when OLD_GRID_IO option is defined in |
90 |
|
CPP_OPTIONS.h. See GRID.h for a digram of various distances. |
91 |
|
LONC.bin longitude east of cell center |
92 |
|
LATC.bin latitude north of cell center |
93 |
|
LONG.bin longitude east of southwest corner of cell |
94 |
|
LATG.bin latitude north of southwest corner of cell |
95 |
|
DYF.bin meridional distance in m between V-points |
96 |
|
DXF.bin zonal distance in m between U-points |
97 |
|
DYU.bin meridional distance in m between U-points |
98 |
|
DXV.bin zonal distance in m between V-points |
99 |
|
DYC.bin meridional distance in m between tracer points |
100 |
|
DXC.bin zonal distance in m between tracer points |
101 |
|
DYG.bin meridional distance in m between cell corners |
102 |
|
DXG.bin zonal distance in m between cell corners |
103 |
|
RAZ.bin vertical face area in m^2 for vorticity points |
104 |
|
RAW.bin vertical face area in m^2 for u cells |
105 |
|
RAS.bin vertical face area in m^2 for v cells |
106 |
|
RA.bin vertical face area in m^2 for tracer cells |
107 |
|
|
108 |
|
Model bathymetry, initial, and surface boundary condition files. |
109 |
|
ETOPO2_210x192_arctic model bathymetry (m) |
110 |
|
WGHC_S_210x192x50_arctic initial salinity (g/kg) |
111 |
|
WGHC_T_210x192x50_arctic initial potential temperature (deg C) |
112 |
|
AREA_210x192_arctic.cube81 initial ice concentration (fractional >=0, <=1) |
113 |
|
HEFF_210x192_arctic.cube81 initial effective sea ice thickness (m) |
114 |
|
HSALT_210x192_arctic.cube81 initial effective sea ice salinity (g/m^2) |
115 |
|
HSNOW_210x192_arctic.cube81 initial effective snow thickness (m) |
116 |
|
|
117 |
|
Open boundary condition files. |
118 |
|
OBNs_arctic_210x192.stable North open boundary conditions, salinity (g/kg) |
119 |
|
OBNt_arctic_210x192.stable North open boundary conditions, temperature (deg C) |
120 |
|
OBNu_arctic_210x192.bin North open boundary conditions, U-velocity (m/s) |
121 |
|
OBNv_arctic_210x192.bin North open boundary conditions, V-velocity (m/s) |
122 |
|
OBEs_arctic_210x192.stable South open boundary conditions, salinity (g/kg) |
123 |
|
OBEt_arctic_210x192.stable South open boundary conditions, temperature (deg C) |
124 |
|
OBEu_arctic_210x192.bin South open boundary conditions, U-velocity (m/s) |
125 |
|
OBEv_arctic_210x192.bin South open boundary conditions, V-velocity (m/s) |
126 |
|
OBWs_arctic_210x192.stable West open boundary conditions, salinity (g/kg) |
127 |
|
OBWt_arctic_210x192.stable West open boundary conditions, temperature (deg C) |
128 |
|
OBWu_arctic_210x192.bin West open boundary conditions, U-velocity (m/s) |
129 |
|
OBWv_arctic_210x192.bin West open boundary conditions, V-velocity (m/s) |
130 |
|
|
131 |
|
Runtime parameter files. |
132 |
|
eedata |
133 |
|
data |
134 |
|
data.pkg |
135 |
|
data.cal |
136 |
|
data.exf |
137 |
|
data.gmredi |
138 |
|
data.seaice |
139 |
|
data.obcs |
140 |
|
data.kpp |
141 |
|
data.salt_plume |
142 |
|
data.diagnostics |