Skip to content

Commit

Permalink
Merge pull request #59 from gustavo-marques/rename_pv
Browse files Browse the repository at this point in the history
Rename variable to pv
  • Loading branch information
gustavo-marques authored Jan 2, 2025
2 parents 88fc247 + 3d93f19 commit 3418d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mom6_tools/aaiw_pv.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def preprocess(ds):
'start_date': args.start_date,
'end_date': args.end_date}
add_global_attrs(pv,attrs)

pv = pv.rename('pv')
print('Saving netCDF files...')
pv.to_netcdf('ncfiles/'+str(args.casename)+'_AAIW_PV.nc')

Expand Down

0 comments on commit 3418d06

Please sign in to comment.