We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e06ae8 commit e82e304Copy full SHA for e82e304
compass/ocean/tests/global_ocean/init/initial_state.py
@@ -170,7 +170,7 @@ def run(self):
170
logger.info(" * Updating minLevelCell, maxLevelCell for inactive top cells")
171
172
in_filename = 'initial_state.nc'
173
- out_filename = 'adjusted_init.nc' #TODO change t o in_filename
+ out_filename = in_filename
174
175
with xarray.open_dataset(in_filename) as ds:
176
0 commit comments