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

Yamls for JPSSRR sea-ice obs in cycling test #1300

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
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
45 changes: 45 additions & 0 deletions parm/soca/obs/config/icec_viirs_n20_l2_north.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
obs space:
name: icec_viirs_n20_l2_north
obsdatain:
engine:
type: H5File
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_viirs_n20_l2_north.{PDY}${cyc}.nc4
obsdataout:
engine:
type: H5File
obsfile: !ENV ${DATA}/diags/icec_viirs_n20_l2_north.${PDY}${cyc}.nc4
simulated variables: [seaIceFraction]
io pool:
max pool size: 1
get values:
time interpolation: linear
obs operator:
name: Identity
observation alias file: obsop_name_map.yaml
obs error:
covariance model: diagonal
obs filters:
- filter: Domain Check
where:
- variable: {name: GeoVaLs/sea_area_fraction}
minvalue: 0.9
- filter: Bounds Check
minvalue: 0.0
maxvalue: 1.0
#- filter: Background Check
# threshold: 5.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to keep this background check filter commented out? If not, then delete.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point but now as same as what amsr2 has

- filter: Domain Check
where:
- variable: { name: GeoVaLs/sea_surface_temperature}
maxvalue: 2.0
- filter: Domain Check
where:
- variable: { name: GeoVaLs/sea_surface_temperature}
maxvalue: 0.0
action:
name: inflate error
inflation factor: 2.0
- filter: Domain Check
where:
- variable: {name: GeoVaLs/distance_from_coast}
minvalue: 100e3
45 changes: 45 additions & 0 deletions parm/soca/obs/config/icec_viirs_n20_l2_south.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
obs space:
name: icec_viirs_n20_l2_south
obsdatain:
engine:
type: H5File
obsfile: !ENV ${DATA}/obs/${OPREFIX}icec_viirs_n20_l2_south.{PDY}${cyc}.nc4
obsdataout:
engine:
type: H5File
obsfile: !ENV ${DATA}/diags/icec_viirs_n20_l2_south.${PDY}${cyc}.nc4
simulated variables: [seaIceFraction]
io pool:
max pool size: 1
get values:
time interpolation: linear
obs operator:
name: Identity
observation alias file: obsop_name_map.yaml
obs error:
covariance model: diagonal
obs filters:
- filter: Domain Check
where:
- variable: {name: GeoVaLs/sea_area_fraction}
minvalue: 0.9
- filter: Bounds Check
minvalue: 0.0
maxvalue: 1.0
#- filter: Background Check
# threshold: 5.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as the *north.yaml

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the same answer above

- filter: Domain Check
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there a domain check for sea_surface_temperature > 2.0 and also > 0? Isn't one sufficient?

where:
- variable: { name: GeoVaLs/sea_surface_temperature}
maxvalue: 2.0
- filter: Domain Check
where:
- variable: { name: GeoVaLs/sea_surface_temperature}
maxvalue: 0.0
action:
name: inflate error
inflation factor: 2.0
- filter: Domain Check
where:
- variable: {name: GeoVaLs/distance_from_coast}
minvalue: 100e3
2 changes: 2 additions & 0 deletions parm/soca/obs/obs_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ observers:
# Ice concentration
- !INC ${MARINE_OBS_YAML_DIR}/icec_amsr2_north.yaml
- !INC ${MARINE_OBS_YAML_DIR}/icec_amsr2_south.yaml
#- !INC ${MARINE_OBS_YAML_DIR}/icec_viirs_n20_l2_north.yaml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to comment this out? Same question for "south"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not part of CI yet, we will need to comment out when we have to use them-

#- !INC ${MARINE_OBS_YAML_DIR}/icec_viirs_n20_l2_south.yaml
#- !INC ${MARINE_OBS_YAML_DIR}/icec_amsu_mb_l2.yaml
#- !INC ${MARINE_OBS_YAML_DIR}/icec_atms_n20_l2.yaml
#- !INC ${MARINE_OBS_YAML_DIR}/icec_atms_n21_l2.yaml
Expand Down
16 changes: 16 additions & 0 deletions parm/soca/obsprep/obsprep_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,22 @@ observations:
dmpdir regex: 'AMSR2-SEAICE-SH_v2r2_GW1_s*.nc'
ocean basin: RECCAP2_region_masks_all_v20221025.nc

- obs space:
name: icec_viirs_n20_l2_north
provider: JPSSRR
dmpdir subdir: ocean/icec/NH
type: nc
dmpdir regex: 'JRR-IceConcentration_v2r3_j01_s*.nc'
ocean basin: RECCAP2_region_masks_all_v20221025.nc

- obs space:
name: icec_viirs_n20_l2_south
provider: JPSSRR
dmpdir subdir: ocean/icec/SH
type: nc
dmpdir regex: 'JRR-IceConcentration_v2r3_j01_s*.nc'
ocean basin: RECCAP2_region_masks_all_v20221025.nc

- obs space:
name: icec_amsu_mb_l2
provider: MIRS
Expand Down
Loading