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 Sea Ice param file comments #1040

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
add comments for obs
  • Loading branch information
Ana Ordonez committed Jan 31, 2024
commit 4a99260697979abcc50c26fccd22f56050eb5207
20 changes: 20 additions & 0 deletions doc/jupyter/Demo/sea_ice_param.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Sea ice metrics parameter file

# Settings for models
# --------------------
# List of models to include in analysis
test_data_set = [
"E3SM-1-0",
Expand Down Expand Up @@ -39,14 +41,32 @@
metrics_output_path = "sea_ice_demo/%(case_id)/"

# Settings for the observational data
# ------------------------------------
# Paths to northern and southern hemisphere files
reference_data_path_nh = "/p/user_pub/pmp/demo/sea-ice/EUMETSAT/OSI-SAF-450-a-3-0/v20231201/ice_conc_nh_ease2-250_cdr-v3p0_198801-202012.nc"
reference_data_path_sh = "/p/user_pub/pmp/demo/sea-ice/EUMETSAT/OSI-SAF-450-a-3-0/v20231201/ice_conc_sh_ease2-250_cdr-v3p0_198801-202012.nc"

# Factor for adjusting obs data to decimal rather than percent units
ObsUnitsAdjust = (True, "multiply", 1e-2)

# Name of reference data
reference_data_set = "OSI-SAF"

# Start and end years for obs
osyear = 1988
oeyear = 2020

# Name of sea ice concentration variable
obs_var = "ice_conc"

# Factor to convert area units to km-2
ObsAreaUnitsAdjust = (False, 0, 0)

# In this case there is no obs area file, so these are None
obs_area_template = None
obs_area_var = None

# Because there is no obs area file and this data
# uses an equal-area grid, we provide the
# fixed grid cell area value in km2 units
obs_cell_area = 625 # km 2