gcpy.examples.working_with_files.regrid_restart_ll_to_cs

Regrids a 4x5 GEOS-Chem Classic restart file to cubed-sphere resolutions.

Examples

  1. Copy this file to a different folder and navigate to that folder.

  2. In your copy, edit the weights_dir, simulation_list, month_list, and cubed_sphere_grid_list for your use case.

  3. Run the following commands:

$ conda activate gcpy_env
(gcpy_env) $ ./regrid_restart_ll_to_cs.py

Functions

main()

gcpy.examples.working_with_files.regrid_restart_ll_to_cs.main()[source]