Skip to content

Commit

Permalink
Correct DSGR file name
Browse files Browse the repository at this point in the history
Co-authored-by: Xylar Asay-Davis <xylarstorm@gmail.com>
  • Loading branch information
irenavankova and xylar authored Jul 25, 2024
1 parent 0288938 commit 48cee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def buildnml(case, caseroot, compname):
if ocn_tidal_mixing == 'true':
u_tidal_rms_file = 'velocityTidalRMS_CATS2008.IcoswISC30E3r5.20231120.nc'
if ocn_sgr == 'data':
data_sgr_file = 'DSGR.massFlux.massFlux.MALI.out2055.IcoswISC30E3r5.20240328.nc'
data_sgr_file = 'DSGR.massFlux.MALI.out2055.IcoswISC30E3r5.20240328.nc'

elif ocn_grid == 'IcosXISC30E3r7':
decomp_date = '20240314'
Expand Down

0 comments on commit 48cee50

Please sign in to comment.