@@ -152,8 +152,8 @@ def parse_args(self, *args, **kwargs):
152152 f" - ``diurn`` : 5-sol averages binned by time of day\n "
153153 f" - ``average``: 5-sol averages\n "
154154 f"{ Green } Example:\n "
155- f"> MarsFiles filename.nc -bin fixed\n "
156- f"> MarsFiles filename.nc -bin fixed diurn"
155+ f"> MarsFiles fort.11_* -bin fixed daily diurn average \n "
156+ f"> MarsFiles fort.11_* -bin fixed diurn"
157157 f"{ Nclr } \n \n "
158158 )
159159)
@@ -187,10 +187,10 @@ def parse_args(self, *args, **kwargs):
187187 f"-dim.\n If a file contains multiple Mars Years of data, the "
188188 f"function splits the file in the first Mars Year.\n "
189189 f"{ Green } Example:\n "
190- f"> MarsFiles 00668 .atmos_average.nc --split 0 90"
191- f"> MarsFiles 00668 .atmos_average.nc --split 270\n "
190+ f"> MarsFiles 01336 .atmos_average.nc --split 0 90"
191+ f"> MarsFiles 01336 .atmos_average.nc --split 270\n "
192192 f"{ Yellow } Use -dim to specify the dimension:{ Green } \n "
193- f"> MarsFiles 00668 .atmos_average.nc --split 0 90 -dim lat"
193+ f"> MarsFiles 01336 .atmos_average.nc --split 0 90 -dim lat"
194194 f"{ Nclr } \n \n "
195195 )
196196)
@@ -206,9 +206,9 @@ def parse_args(self, *args, **kwargs):
206206 f"files.\n "
207207 f"{ Yellow } Generates a new file ending in ``_T.nc``{ Nclr } \n "
208208 f"{ Green } Example:\n "
209- f"> MarsFiles 00668 .atmos_diurn.nc -t"
209+ f"> MarsFiles 01336 .atmos_diurn.nc -t"
210210 f" { Blue } (outputs data for all 24 local times){ Green } \n "
211- f"> MarsFiles 00668 .atmos_diurn.nc -t '3 15'"
211+ f"> MarsFiles 01336 .atmos_diurn.nc -t '3 15'"
212212 f" { Blue } (outputs data for target local times only)"
213213 f"{ Nclr } \n \n "
214214 )
@@ -224,8 +224,8 @@ def parse_args(self, *args, **kwargs):
224224 f"Requires input file to be in MGCM 'daily' format.\n "
225225 f"{ Yellow } Generates a new file ending in ``_to_average.nc``\n "
226226 f"{ Green } Example:\n "
227- f"> MarsFiles 00668 .atmos_daily.nc -ba { Blue } (5-sol bin){ Green } \n "
228- f"> MarsFiles 00668 .atmos_daily_pstd.nc -ba 10 { Blue } (10-sol bin)"
227+ f"> MarsFiles 01336 .atmos_daily.nc -ba { Blue } (5-sol bin){ Green } \n "
228+ f"> MarsFiles 01336 .atmos_daily_pstd.nc -ba 10 { Blue } (10-sol bin)"
229229 f"{ Nclr } \n \n "
230230 )
231231)
@@ -241,10 +241,10 @@ def parse_args(self, *args, **kwargs):
241241 f"Requires input file to be in MGCM 'daily' format.\n "
242242 f"{ Yellow } Generates a new file ending in ``_to_diurn.nc``\n "
243243 f"{ Green } Example:\n "
244- f"> MarsFiles 00668 .atmos_daily.nc -bd { Blue } (5-sol bin){ Green } \n "
245- f"> MarsFiles 00668 .atmos_daily_pstd.nc -bd -ba 10 "
244+ f"> MarsFiles 01336 .atmos_daily.nc -bd { Blue } (5-sol bin){ Green } \n "
245+ f"> MarsFiles 01336 .atmos_daily_pstd.nc -bd -ba 10 "
246246 f"{ Blue } (10-sol bin){ Green } \n "
247- f"> MarsFiles 00668 .atmos_daily_pstd.nc -bd -ba 1 "
247+ f"> MarsFiles 01336 .atmos_daily_pstd.nc -bd -ba 1 "
248248 f"{ Blue } (no binning, mimics raw Legacy output)"
249249 f"{ Nclr } \n \n "
250250 )
@@ -262,7 +262,7 @@ def parse_args(self, *args, **kwargs):
262262 f"to add the original linear trend to the amplitudes \n "
263263 f"\n { Yellow } Generates a new file ending in ``_hpt.nc``\n "
264264 f"{ Green } Example:\n "
265- f"> MarsFiles 00668 .atmos_daily.nc -hpt 10.\n "
265+ f"> MarsFiles 01336 .atmos_daily.nc -hpt 10.\n "
266266 f"{ Nclr } \n \n "
267267 )
268268)
@@ -279,7 +279,7 @@ def parse_args(self, *args, **kwargs):
279279 f"to add the original linear trend to the amplitudes \n "
280280 f"\n { Yellow } Generates a new file ending in ``_lpt.nc``\n "
281281 f"{ Green } Example:\n "
282- f"> MarsFiles 00668 .atmos_daily.nc -lpt 0.5\n "
282+ f"> MarsFiles 01336 .atmos_daily.nc -lpt 0.5\n "
283283 f"{ Nclr } \n \n "
284284 )
285285)
@@ -296,7 +296,7 @@ def parse_args(self, *args, **kwargs):
296296 f"to add the original linear trend to the amplitudes \n "
297297 f"\n { Yellow } Generates a new file ending in ``bpt.nc``\n "
298298 f"{ Green } Example:\n "
299- f"> MarsFiles 00668 .atmos_daily.nc -hpt 0.5 10.\n "
299+ f"> MarsFiles 01336 .atmos_daily.nc -hpt 0.5 10.\n "
300300 f"{ Nclr } \n \n "
301301 )
302302)
@@ -312,7 +312,7 @@ def parse_args(self, *args, **kwargs):
312312 f"in Sols.\n "
313313 f"{ Yellow } Generates a new file ending in ``_hps.nc``\n "
314314 f"{ Green } Example:\n "
315- f"> MarsFiles 00668 .atmos_daily.nc -hps 10 --add_trend\n "
315+ f"> MarsFiles 01336 .atmos_daily.nc -hps 10 --add_trend\n "
316316 f"{ Nclr } \n \n "
317317 )
318318)
@@ -327,7 +327,7 @@ def parse_args(self, *args, **kwargs):
327327 f"cutoff frequency in Sols.\n "
328328 f"{ Yellow } Generates a new file ending in ``_lps.nc``\n "
329329 f"{ Green } Example:\n "
330- f"> MarsFiles 00668 .atmos_daily.nc -lps 20 --add_trend\n "
330+ f"> MarsFiles 01336 .atmos_daily.nc -lps 20 --add_trend\n "
331331 f"{ Nclr } \n \n "
332332 )
333333)
@@ -342,7 +342,7 @@ def parse_args(self, *args, **kwargs):
342342 f"cutoff frequency in Sols.\n Data detrended before filtering.\n "
343343 f"{ Yellow } Generates a new file ending in ``_bps.nc``\n "
344344 f"{ Green } Example:\n "
345- f"> MarsFiles 00668 .atmos_daily.nc -bps 10 20 --add_trend\n "
345+ f"> MarsFiles 01336 .atmos_daily.nc -bps 10 20 --add_trend\n "
346346 f"{ Nclr } \n \n "
347347 )
348348)
@@ -358,7 +358,7 @@ def parse_args(self, *args, **kwargs):
358358 f"N = 1 diurnal tide, N = 2 semi-diurnal, etc.\n "
359359 f"{ Yellow } Generates a new file ending in ``_tide_decomp.nc``\n "
360360 f"{ Green } Example:\n "
361- f"> MarsFiles 00668 .atmos_diurn.nc -tide 2 -incl ps temp "
361+ f"> MarsFiles 01336 .atmos_diurn.nc -tide 2 -incl ps temp "
362362 f"{ Blue } (extracts semi-diurnal tide component of ps and temp "
363363 f"variables; 2 harmonics)"
364364 f"{ Nclr } \n \n "
@@ -376,8 +376,11 @@ def parse_args(self, *args, **kwargs):
376376 f"to the same standard grid [zstd, zagl, pstd, etc.].\n "
377377 f"{ Yellow } Generates a new file ending in ``_regrid.nc``\n "
378378 f"{ Green } Example:\n "
379- f"> MarsInterp sim1/00668.atmos_average_pstd.nc -regrid "
380- f"sim2/00668.atmos_average_pstd.nc"
379+ f"> MarsInterp 01336.atmos_average_pstd.nc -regrid "
380+ f"01336.atmos_average_pstd_c48.nc"
381+ f"{ Yellow } NOTE: name of regridded file does not matter."
382+ f"{ Green } > MarsInterp sim1/01336.atmos_average_pstd.nc -regrid "
383+ f"sim2/01336.atmos_average_pstd.nc"
381384 f"{ Nclr } \n \n "
382385 )
383386)
@@ -392,7 +395,7 @@ def parse_args(self, *args, **kwargs):
392395 f"length <= 1.\n "
393396 f"{ Yellow } Generates a new file ending in ``_zavg.nc``\n "
394397 f"{ Green } Example:\n "
395- "> MarsFiles 00668 .atmos_diurn.nc -zavg"
398+ "> MarsFiles 01336 .atmos_diurn.nc -zavg"
396399 f"{ Nclr } \n \n "
397400 )
398401)
@@ -405,8 +408,8 @@ def parse_args(self, *args, **kwargs):
405408 f"dimension on which to trim the file.\n Acceptable values are "
406409 f"'areo', 'lev', 'lat', 'lon'. Default = 'areo'.\n "
407410 f"{ Green } Example:\n "
408- f"> MarsFiles 00668 .atmos_average.nc --split 0 90 -dim areo"
409- f"> MarsFiles 00668 .atmos_average.nc --split -70 -dim lat"
411+ f"> MarsFiles 01336 .atmos_average.nc --split 0 90 -dim areo"
412+ f"> MarsFiles 01336 .atmos_average.nc --split -70 -dim lat"
410413 f"{ Nclr } \n \n "
411414 )
412415)
@@ -421,7 +424,7 @@ def parse_args(self, *args, **kwargs):
421424 f"N = 1 diurnal tide, N = 2 semi-diurnal, etc.\n "
422425 f"{ Yellow } Generates a new file ending in ``_norm.nc``\n "
423426 f"{ Green } Example:\n "
424- f"> MarsFiles 00668 .atmos_diurn.nc -tide 6 -incl ps "
427+ f"> MarsFiles 01336 .atmos_diurn.nc -tide 6 -incl ps "
425428 f"-norm"
426429 f"{ Nclr } \n \n "
427430 )
@@ -438,9 +441,9 @@ def parse_args(self, *args, **kwargs):
438441 f"``-hpt``, ``-bpt``).\n "
439442 f"{ Yellow } Generates a new file ending in ``_trended.nc``\n "
440443 f"{ Green } Example:\n "
441- f"> MarsFiles 00668 .atmos_daily.nc -hpt 10. -add_trend\n "
442- f"> MarsFiles 00668 .atmos_daily.nc -lpt 0.5 -add_trend\n "
443- f"> MarsFiles 00668 .atmos_daily.nc -hpt 0.5 10. -add_trend"
444+ f"> MarsFiles 01336 .atmos_daily.nc -hpt 10. -add_trend\n "
445+ f"> MarsFiles 01336 .atmos_daily.nc -lpt 0.5 -add_trend\n "
446+ f"> MarsFiles 01336 .atmos_daily.nc -hpt 0.5 10. -add_trend"
444447 f"{ Nclr } \n \n "
445448 )
446449)
@@ -453,7 +456,7 @@ def parse_args(self, *args, **kwargs):
453456 f"Reconstructs the first N harmonics.\n "
454457 f"{ Yellow } Generates a new file ending in ``_reconstruct.nc``\n "
455458 f"{ Green } Example:\n "
456- f"> MarsFiles 00668 .atmos_diurn.nc -tide 6 -incl ps temp "
459+ f"> MarsFiles 01336 .atmos_diurn.nc -tide 6 -incl ps temp "
457460 f"-recon"
458461 f"{ Nclr } \n \n "
459462 )
@@ -467,7 +470,7 @@ def parse_args(self, *args, **kwargs):
467470 f"{ Yellow } Overwrites existing target file. To override, use "
468471 f"-ext.{ Nclr } \n "
469472 f"{ Green } Example:\n "
470- f"> MarsFiles 00668 .atmos_daily.nc -ba -incl ps temp ts"
473+ f"> MarsFiles 01336 .atmos_daily.nc -ba -incl ps temp ts"
471474 f"{ Nclr } \n \n "
472475 )
473476)
@@ -491,7 +494,7 @@ def parse_args(self, *args, **kwargs):
491494 f"Use with any other argument to pass all Python errors and\n "
492495 f"status messages to the screen when running CAP.\n "
493496 f"{ Green } Example:\n "
494- f"> MarsFiles 00668 .atmos_average.nc -t '3 15' --debug"
497+ f"> MarsFiles 01336 .atmos_average.nc -t '3 15' --debug"
495498 f"{ Nclr } \n \n "
496499 )
497500 )
0 commit comments