This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This example demonstrates how to regrid from hycom to roms | |
import os | |
import ESMF | |
# This call enables debug logging | |
ESMF.Manager(debug=True) | |
# set up file paths | |
DATADIR = os.path.join(os.getcwd(), "/Users/ryan.okuinghttons/sandbox/esmf_dev/user_codes/3613852") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This example demonstrates how to regrid a field with extra dimensions, | |
# such as time and vertical layers. | |
# The data files can be retrieved from the ESMF data repository by uncommenting the | |
# following block of code: | |
# | |
# import os | |
# DD = os.path.join(os.getcwd(), "examples/data") | |
# if not os.path.isdir(DD): | |
# os.makedirs(DD) | |
# from ESMF.util.cache_data import cache_data_file |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.