Skip to content

Commit

Permalink
Update initial_state with minLevelCell
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Jun 23, 2021
1 parent 5e06ae8 commit e82e304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/ocean/tests/global_ocean/init/initial_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def run(self):
logger.info(" * Updating minLevelCell, maxLevelCell for inactive top cells")

in_filename = 'initial_state.nc'
out_filename = 'adjusted_init.nc' #TODO change t o in_filename
out_filename = in_filename

with xarray.open_dataset(in_filename) as ds:

Expand Down

0 comments on commit e82e304

Please sign in to comment.