@@ -119,149 +119,6 @@ as described in [Jekeli1981]_ [Swenson2002]_.
119119GRACE/GRACE-FO coefficients are also impacted by correlated north/south "striping" errors,
120120which can be spectrally filtered following [Swenson2006 ]_.
121121
122- Parameter Files
123- ###############
124-
125- The ``grace_spatial_maps.py `` program works by accepting parameter file system arguments
126- (``sys.argv ``) listed after the program.
127- These parameter files can be ran individually or in a series.
128-
129- .. code-block :: bash
130-
131- python grace_spatial_maps.py inp1 inp2 inp3
132- python grace_spatial_maps.py --np 2 inp1 inp2 inp3
133- python grace_spatial_maps.py -P 2 inp1 inp2 inp3
134-
135-
136- The program can be run in series (default) or in parallel with the python
137- multiprocessing package using options ``--np `` and ``-P ``.
138- The number after the ``--np `` and ``-P `` options declares the number of processes to run in parallel.
139-
140- The parameter files are read line by line to fill a python dictionary variable
141- mapping specific parameter names with their values.
142- The parameter names are the first column in the file and the parameter values are the second column.
143- For parameters consisting of lists (e.g. GRACE/GRACE-FO missing months),
144- the parameter values are separated by commas.
145-
146- - Column 1: parameter name (such as ``LMAX ``)
147- - Column 2: parameter value (e.g. ``60 ``)
148- - Column 3: comments (which are discarded)
149-
150- Dataset Parameters
151- ##################
152-
153- - ``PROC ``: GRACE Processing Center (CSR, GFZ, JPL, CNES)
154- - ``DREL ``: GRACE data release for given processing center
155- - ``DSET ``: GRACE data product (see `GRACE Data File Formats <./GRACE-Data-File-Formats.html >`_)
156- - ``LMIN ``: minimum spherical harmonic degree (lower bound of truncation)
157- - ``LMAX ``: maximum spherical harmonic degree (upper bound of truncation)
158- - ``MMAX ``: maximum spherical harmonic order (None if ``LMAX ``)
159- - ``START ``: first month to be analyzed
160- - ``END ``: last month to be analyzed
161- - ``MISSING ``: GRACE/GRACE-FO months that are not be analyzed (see available GRACE/GRACE-FO months)
162- - ``RAD ``: Gaussian smoothing radius in km [Jekeli1981 ]_
163- - ``DESTRIPE ``: filter coefficients using destriping procedure [Swenson2006 ]_
164- - ``SLR_C20 ``: replace *C *\ :sub: `20` coefficients with values from Satellite Laser Ranging (SLR)
165-
166- * `None `: use original values
167- * ``'CSR' ``: use values from CSR (TN-07, TN-09, TN-11)
168- * ``'GFZ' ``: use values from GFZ
169- * ``'GSFC' ``: use values from GSFC (TN-14)
170-
171- - ``SLR_21 ``: replace *C *\ :sub: `21` and *S *\ :sub: `21` coefficients with values from Satellite Laser Ranging (SLR)
172-
173- * `None `: use original values
174- * ``'CSR' ``: use values from CSR
175- * ``'GFZ' ``: use values from GFZ GravIS
176-
177- - ``SLR_22 ``: replace *C *\ :sub: `22` and *S *\ :sub: `22` coefficients with values from Satellite Laser Ranging (SLR)
178-
179- * `None `: use original values
180- * ``'CSR' ``: use values from CSR
181-
182- - ``SLR_C30 ``: replace *C *\ :sub: `30` coefficients with values from Satellite Laser Ranging (SLR)
183-
184- * `None `: use original values
185- * ``'CSR' ``: use values from CSR (5x5 with 6,1)
186- * ``'GFZ' ``: use values from GFZ GravIS
187- * ``'GSFC' ``: use values from GSFC (TN-14)
188- * ``'LARES' ``: use filtered values from CSR
189-
190- - ``SLR_C50 ``: replace *C *\ :sub: `50` coefficients with values from Satellite Laser Ranging (SLR)
191-
192- * `None `: use original values
193- * ``'CSR' ``: use values from CSR (5x5 with 6,1)
194- * ``'GSFC' ``: use values from GSFC
195- * ``'LARES' ``: use filtered values from CSR
196-
197- - ``DEG1 ``: account for variations in geocenter with specified values
198-
199- * `None `
200- * ``'Tellus' ``: GRACE/GRACE-FO TN-13 coefficients from PO.DAAC
201- * ``'SLR' ``: satellite laser ranging coefficients from CSR
202- * ``'SLF' ``: Sutterley and Velicogna coefficients, Remote Sensing (2019)
203- * ``'Swenson' ``: GRACE-derived coefficients from Sean Swenson
204- * ``'GFZ' ``: GRACE/SLR derived coefficients from GFZ GravIS
205-
206- - ``MODEL_DEG1 ``: use a least-squares regression model to predict geocenter values where unavailable
207- - ``GIA ``: GIA model type
208-
209- * `None `
210- * ``'IJ05-R2' ``: `Ivins R2 GIA Models <https://doi.org/10.1002/jgrb.50208 >`_
211- * ``'W12a' ``: `Whitehouse GIA Models <https://doi.org/10.1111/j.1365-246X.2012.05557.x >`_
212- * ``'SM09' ``: `Simpson/Milne GIA Models <https://doi.org/10.1029/2010JB007776 >`_
213- * ``'ICE6G' ``: `ICE-6G GIA Models <https://doi.org/10.1002/2014JB011176 >`_
214- * ``'Wu10' ``: `Wu (2010) GIA Correction <https://doi.org/10.1038/ngeo938 >`_
215- * ``'AW13-ICE6G' ``: `Geruo A ICE-6G GIA Models <https://doi.org/10.1093/gji/ggs030 >`_
216- * ``'Caron' ``: `Caron JPL GIA Assimilation <https://doi.org/10.1002/2017GL076644 >`_
217- * ``'ICE6G-D' ``: `ICE-6G Version-D GIA Models <https://doi.org/10.1002/2016JB013844 >`_
218- * ``'netCDF4' ``: reformatted GIA in netCDF4 format
219- * ``'HDF5' ``: reformatted GIA in HDF5 format
220-
221- - ``GIA_FILE ``: path to specific GIA file to be read
222- - ``DATAFORM ``: input data format and output data format
223-
224- * ``'ascii' ``
225- * ``'netCDF4' ``
226- * ``'HDF5' ``
227-
228- - ``MEAN ``: Remove a mean field to isolate the time-variable gravity field
229- - ``MEAN_FILE ``: use a file to remove as static field (default: mean of imported month)
230- - ``MEANFORM ``: Data format for input ``MEAN_FILE ``
231-
232- * ``'ascii' ``
233- * ``'netCDF4' ``
234- * ``'HDF5' ``
235- * ``'gfc' ``
236-
237- - ``DIRECTORY ``: Directory to output data
238- - ``REMOVE_FILE ``: Remove sets of spherical harmonics (can be multiple files)
239- - ``REMOVEFORM ``: Data format for input ``REMOVE_FILE `` (can be a single value for a uniform type or values for each file)
240-
241- * ``'ascii' ``
242- * ``'netCDF4' ``
243- * ``'HDF5' ``
244- * ``'index' ``: index file containing monthly files in ``DATAFORM ``
245-
246- - ``REDISTRIBUTE_REMOVED ``: Redistribute total mass of removed harmonics over the ocean
247- - ``POLE_TIDE ``: correct GSM *C *\ :sub: `21` and *S *\ :sub: `21` for pole tide [Wahr2015 ]_
248- - ``ATM ``: correct Atmosphere with ECMWF "jump" corrections [Fagiolini2015 ]_
249- - ``UNITS ``: Output units of the spatial fields
250-
251- * ``1 ``: Equivalent Water Thickness (cm)
252- * ``2 ``: Geoid Height (mm)
253- * ``3 ``: Elastic Crustal Uplift (mm)
254- * ``4 ``: Gravitational Undulation (\ |mu |\ Gal)
255- * ``5 ``: Equivalent surface pressure (millibar)
256-
257- - ``DDEG ``: spatial longitude and latitude degree spacing
258- - ``INTERVAL ``: determines the spatial field degree interval
259-
260- * ``1 ``: (90:-90,0:360)
261- * ``2 ``: (degree interval/2)
262-
263- - ``FILENAME ``: Start of the output filename
264-
265122References
266123##########
267124
0 commit comments