/[MITgcm]/MITgcm_contrib/arctic/cs_36km/readme.txt
ViewVC logotype

Diff of /MITgcm_contrib/arctic/cs_36km/readme.txt

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

revision 1.1 by dimitri, Fri Oct 25 23:53:10 2013 UTC revision 1.4 by dimitri, Fri Mar 17 17:01:38 2023 UTC
# Line 18  jonny.williams@bristol.ac.uk Line 18  jonny.williams@bristol.ac.uk
18    
19  4.  Compile in the usual way (system dependent)  4.  Compile in the usual way (system dependent)
20    
21    NOTE: the ftp sites listed below are no longer available but the files have
22    been moved to: https://ecco.jpl.nasa.gov/drive/files/ECCO2/Arctic/arctic_36km
23    
24  5.  The following files are all required in the run directory  5.  The following files are all required in the run directory
25         a. the executable you get when compiling “mitgcmuv”         a. the executable you get when compiling “mitgcmuv”
26         b. http://ecco2.jpl.nasa.gov/data2/data/runoff/runoff-360x180x12.bin         b. ftp://ecco2.jpl.nasa.gov/data2/data/runoff/runoff-360x180x12.bin
27         c. http://ecco2.jpl.nasa.gov/data2/data/atmos/jra25/*1979*         c. ftp://ecco2.jpl.nasa.gov/data2/data/atmos/jra25/*1979*
28            i. note that the following files may need their “.txt” suffixes removed            i. note that the following files may need their “.txt” suffixes removed
29               1. jra25_v10m_1979               1. jra25_v10m_1979
30               2. jra25_u10m_1979               2. jra25_u10m_1979
31               3. jra25_spfh2m_1979               3. jra25_spfh2m_1979
32               4. jra25_temp2m_1979               4. jra25_temp2m_1979
33         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
34            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
35            cymbolic links to the 1979 equivalents).            cymbolic links to the 1979 equivalents).
36            i. jra25_dlw_1978            i. jra25_dlw_1978
37           ii. jra25_dsw_1978           ii. jra25_dsw_1978
38          iii. jra25_rain_1978          iii. jra25_rain_1978
39         e. http://ecco2.jpl.nasa.gov/data1/arctic/run_template2/*         e. ftp://ecco2.jpl.nasa.gov/data1/arctic/run_template2/*
40    
41  6. There are some duplicate file names in  6. There are some duplicate file names in
42     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
43     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
44     directory (platform dependent) second to automatically overwrite the other ones.     directory (platform dependent) second to automatically overwrite the other ones.
45    
# Line 77  Acknowledgments Line 80  Acknowledgments
80  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
81  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
82  Menemenlis, Renske Gelderloos and Patrick Heimbach.  Menemenlis, Renske Gelderloos and Patrick Heimbach.
83    
84    =======================
85    
86    Directory contents for
87    ftp://ecco2.jpl.nasa.gov/data1/arctic/run_template2/
88    
89    Matlab script "mk_run_template2.m" was used to generate many of the model
90    input files described below.
91    
92    Grid information files needed when OLD_GRID_IO option is defined in
93    CPP_OPTIONS.h.  See GRID.h for a digram of various distances.
94    LONC.bin  longitude east of cell center
95    LATC.bin  latitude north of cell center
96    LONG.bin  longitude east of southwest corner of cell
97    LATG.bin  latitude north of southwest corner of cell
98    DYF.bin   meridional distance in m between V-points
99    DXF.bin   zonal distance in m between U-points
100    DYU.bin   meridional distance in m between U-points
101    DXV.bin   zonal distance in m between V-points
102    DYC.bin   meridional distance in m between tracer points
103    DXC.bin   zonal distance in m between tracer points
104    DYG.bin   meridional distance in m between cell corners
105    DXG.bin   zonal distance in m between cell corners
106    RAZ.bin   vertical face area in m^2 for vorticity points
107    RAW.bin   vertical face area in m^2 for u cells
108    RAS.bin   vertical face area in m^2 for v cells
109    RA.bin    vertical face area in m^2 for tracer cells
110    
111    Model bathymetry, initial, and surface boundary condition files.
112    ETOPO2_210x192_arctic        model bathymetry (m)
113    WGHC_S_210x192x50_arctic     initial salinity (g/kg)
114    WGHC_T_210x192x50_arctic     initial potential temperature (deg C)
115    AREA_210x192_arctic.cube81   initial ice concentration (fractional >=0, <=1)
116    HEFF_210x192_arctic.cube81   initial effective sea ice thickness (m)
117    HSALT_210x192_arctic.cube81  initial effective sea ice salinity (g/m^2)
118    HSNOW_210x192_arctic.cube81  initial effective snow thickness (m)
119    
120    Open boundary condition files.
121    OBNs_arctic_210x192.stable  North open boundary conditions, salinity (g/kg)
122    OBNt_arctic_210x192.stable  North open boundary conditions, temperature (deg C)
123    OBNu_arctic_210x192.bin     North open boundary conditions, U-velocity (m/s)
124    OBNv_arctic_210x192.bin     North open boundary conditions, V-velocity (m/s)
125    OBEs_arctic_210x192.stable  South open boundary conditions, salinity (g/kg)
126    OBEt_arctic_210x192.stable  South open boundary conditions, temperature (deg C)
127    OBEu_arctic_210x192.bin     South open boundary conditions, U-velocity (m/s)
128    OBEv_arctic_210x192.bin     South open boundary conditions, V-velocity (m/s)
129    OBWs_arctic_210x192.stable  West open boundary conditions, salinity (g/kg)
130    OBWt_arctic_210x192.stable  West open boundary conditions, temperature (deg C)
131    OBWu_arctic_210x192.bin     West open boundary conditions, U-velocity (m/s)
132    OBWv_arctic_210x192.bin     West open boundary conditions, V-velocity (m/s)
133    
134    Runtime parameter files.
135    eedata
136    data
137    data.pkg
138    data.cal
139    data.exf
140    data.gmredi
141    data.seaice
142    data.obcs
143    data.kpp
144    data.salt_plume
145    data.diagnostics

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22