Skip to content

update the test dataset with a correct configuration#17

Open
byoung-joo wants to merge 1 commit into
developfrom
bugfix/testdata
Open

update the test dataset with a correct configuration#17
byoung-joo wants to merge 1 commit into
developfrom
bugfix/testdata

Conversation

@byoung-joo
Copy link
Copy Markdown
Collaborator

@byoung-joo byoung-joo commented May 29, 2026

Description

This PR updates the test dataset with a correct configuration.
First, there was missing the MPAS namelist setting config_microp_re = true from namelist.atmosphere. This will affect all the MPAS forecast files.
Second, mpasout (which contains the variables from da_state stream) ensemble files were added for enkf ctests.

LIST OF MODIFIED FILES

M       testinput_tier_1/384km/bg/conus384km.mpasout.2018-04-15_00.00.00.nc
M       testinput_tier_1/384km/bg/mpasout.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/conus480km.mpasout.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem01/EnsForCov.2018-04-14_21.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem01/EnsForCov.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem01/EnsForCov.2018-04-15_03.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem01/conus480km.EnsForCov.2018-04-15_00.00.00.nc
A       testinput_tier_1/480km/bg/ensemble/mem01/mpasout.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem02/EnsForCov.2018-04-14_21.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem02/EnsForCov.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem02/EnsForCov.2018-04-15_03.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem02/conus480km.EnsForCov.2018-04-15_00.00.00.nc
A       testinput_tier_1/480km/bg/ensemble/mem02/mpasout.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem03/EnsForCov.2018-04-14_21.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem03/EnsForCov.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem03/EnsForCov.2018-04-15_03.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem03/conus480km.EnsForCov.2018-04-15_00.00.00.nc
A       testinput_tier_1/480km/bg/ensemble/mem03/mpasout.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem04/EnsForCov.2018-04-14_21.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem04/EnsForCov.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem04/EnsForCov.2018-04-15_03.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem04/conus480km.EnsForCov.2018-04-15_00.00.00.nc
A       testinput_tier_1/480km/bg/ensemble/mem04/mpasout.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem05/EnsForCov.2018-04-14_21.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem05/EnsForCov.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem05/EnsForCov.2018-04-15_03.00.00.nc
M       testinput_tier_1/480km/bg/ensemble/mem05/conus480km.EnsForCov.2018-04-15_00.00.00.nc
A       testinput_tier_1/480km/bg/ensemble/mem05/mpasout.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/mpasout.2018-04-14_21.00.00.nc
M       testinput_tier_1/480km/bg/mpasout.2018-04-15_00.00.00.nc
M       testinput_tier_1/480km/bg/mpasout.2018-04-15_03.00.00.nc

Impact

This will affect mpas-jedi ctest result. See the corresponding mpas-jedi PR.

Manual Testing Instructions (optional)

Checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have run the unit tests before creating the PR

1. set config_microp_re = true in namelist.atmosphere
2. add mpasout ensemble files for enkf ctests.

	modified:   384km/bg/conus384km.mpasout.2018-04-15_00.00.00.nc
	modified:   384km/bg/mpasout.2018-04-15_00.00.00.nc
	modified:   480km/bg/conus480km.mpasout.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem01/EnsForCov.2018-04-14_21.00.00.nc
	modified:   480km/bg/ensemble/mem01/EnsForCov.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem01/EnsForCov.2018-04-15_03.00.00.nc
	modified:   480km/bg/ensemble/mem01/conus480km.EnsForCov.2018-04-15_00.00.00.nc
	new file:   480km/bg/ensemble/mem01/mpasout.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem02/EnsForCov.2018-04-14_21.00.00.nc
	modified:   480km/bg/ensemble/mem02/EnsForCov.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem02/EnsForCov.2018-04-15_03.00.00.nc
	modified:   480km/bg/ensemble/mem02/conus480km.EnsForCov.2018-04-15_00.00.00.nc
	new file:   480km/bg/ensemble/mem02/mpasout.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem03/EnsForCov.2018-04-14_21.00.00.nc
	modified:   480km/bg/ensemble/mem03/EnsForCov.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem03/EnsForCov.2018-04-15_03.00.00.nc
	modified:   480km/bg/ensemble/mem03/conus480km.EnsForCov.2018-04-15_00.00.00.nc
	new file:   480km/bg/ensemble/mem03/mpasout.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem04/EnsForCov.2018-04-14_21.00.00.nc
	modified:   480km/bg/ensemble/mem04/EnsForCov.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem04/EnsForCov.2018-04-15_03.00.00.nc
	modified:   480km/bg/ensemble/mem04/conus480km.EnsForCov.2018-04-15_00.00.00.nc
	new file:   480km/bg/ensemble/mem04/mpasout.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem05/EnsForCov.2018-04-14_21.00.00.nc
	modified:   480km/bg/ensemble/mem05/EnsForCov.2018-04-15_00.00.00.nc
	modified:   480km/bg/ensemble/mem05/EnsForCov.2018-04-15_03.00.00.nc
	modified:   480km/bg/ensemble/mem05/conus480km.EnsForCov.2018-04-15_00.00.00.nc
	new file:   480km/bg/ensemble/mem05/mpasout.2018-04-15_00.00.00.nc
	modified:   480km/bg/mpasout.2018-04-14_21.00.00.nc
	modified:   480km/bg/mpasout.2018-04-15_00.00.00.nc
	modified:   480km/bg/mpasout.2018-04-15_03.00.00.nc
@byoung-joo
Copy link
Copy Markdown
Collaborator Author

Without config_microp_re = true, three cloud effective radius variables (i.e., re_cloud, re_ice, and re_snow) will contain all zero values, which affects the cloudy CRTM operator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants