Skip to content

Commit e82e304

Browse files
committed
Update initial_state with minLevelCell
1 parent 5e06ae8 commit e82e304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compass/ocean/tests/global_ocean/init/initial_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def run(self):
170170
logger.info(" * Updating minLevelCell, maxLevelCell for inactive top cells")
171171

172172
in_filename = 'initial_state.nc'
173-
out_filename = 'adjusted_init.nc' #TODO change t o in_filename
173+
out_filename = in_filename
174174

175175
with xarray.open_dataset(in_filename) as ds:
176176

0 commit comments

Comments
 (0)