Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update basic_mov_param_sst.py.in #953

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/jupyter/Demo/basic_mov_param_sst.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ eofn_mod = 1
reference_data_path = '$INPUT_DIR$/obs4MIPs_PCMDI_monthly/MOHC/HadISST-1-1/mon/ts/gn/v20210727/ts_mon_HadISST-1-1_PCMDI_gn_187001-201907.nc'
reference_data_name = 'HadISST-1-1'
varOBS = 'ts'
ModUnitsAdjust = (True, "subtract", 273.15) # degK to degC
ObsUnitsAdjust = (True, "subtract", 273.15) # degK to degC
osyear = 1900
oeyear = 2005
eofn_obs = 1
Expand Down