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

add aerosol aeronet as a default e3sm_diags set #289

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Conversation

chengzhuzhang
Copy link
Collaborator

Add aerosol aeronet set from e3sm_diags as default set.
close #287

@@ -164,7 +164,7 @@ reference_data_path_ts_rof = string(default="")
# Required for "model_vs_model" "enso_diags"/"streamflow"/"tc_analysis" runs: `ref_final_yr`, `ref_start_yr`
run_type = string(default="model_vs_obs")
# The sets to run
# All available sets = "lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","enso_diags","qbo","diurnal_cycle","annual_cycle_zonal_mean","streamflow","zonal_mean_2d_stratosphere","tc_analysis","area_mean_time_series"
# All available sets = "lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","enso_diags","qbo","diurnal_cycle","annual_cycle_zonal_mean","streamflow","zonal_mean_2d_stratosphere","tc_analysis","area_mean_time_series","aerosol_aeronet",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hey Ryan, I recall that a comma is needed for configuration parameters, so I just have it in here although this line is commented out.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, the comma should included here since this is an example of what a user would type.

@@ -173,7 +173,7 @@ run_type = string(default="model_vs_obs")
# "diurnal_cycle" requires `climo_diurnal_subsection`, `climo_diurnal_frequency`, and `dc_obs_climo` to be set.
# "streamflow" requires `streamflow_obs_ts` to be set.
# "tc_analysis" requires `tc_obs` to be set.
sets = string_list(default=list("lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","annual_cycle_zonal_mean","zonal_mean_2d_stratosphere"))
sets = string_list(default=list("lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","annual_cycle_zonal_mean","zonal_mean_2d_stratosphere","aerosol_aeronet"))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It seems a comma is not needed here.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Correct, the comma is only needed from the user in the configuration file. In the default.ini file, no comma is needed.

@chengzhuzhang chengzhuzhang requested a review from forsyth2 August 2, 2022 20:26
Copy link
Collaborator

@forsyth2 forsyth2 left a comment

Choose a reason for hiding this comment

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

I haven't run myself, but the code changes seem fine. I can take care of updating the expected images/files.

@@ -164,7 +164,7 @@ reference_data_path_ts_rof = string(default="")
# Required for "model_vs_model" "enso_diags"/"streamflow"/"tc_analysis" runs: `ref_final_yr`, `ref_start_yr`
run_type = string(default="model_vs_obs")
# The sets to run
# All available sets = "lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","enso_diags","qbo","diurnal_cycle","annual_cycle_zonal_mean","streamflow","zonal_mean_2d_stratosphere","tc_analysis","area_mean_time_series"
# All available sets = "lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","enso_diags","qbo","diurnal_cycle","annual_cycle_zonal_mean","streamflow","zonal_mean_2d_stratosphere","tc_analysis","area_mean_time_series","aerosol_aeronet",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, the comma should included here since this is an example of what a user would type.

@@ -173,7 +173,7 @@ run_type = string(default="model_vs_obs")
# "diurnal_cycle" requires `climo_diurnal_subsection`, `climo_diurnal_frequency`, and `dc_obs_climo` to be set.
# "streamflow" requires `streamflow_obs_ts` to be set.
# "tc_analysis" requires `tc_obs` to be set.
sets = string_list(default=list("lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","annual_cycle_zonal_mean","zonal_mean_2d_stratosphere"))
sets = string_list(default=list("lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","annual_cycle_zonal_mean","zonal_mean_2d_stratosphere","aerosol_aeronet"))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Correct, the comma is only needed from the user in the configuration file. In the default.ini file, no comma is needed.

@forsyth2 forsyth2 modified the milestone: December 2022 Requirements Oct 12, 2022
@chengzhuzhang
Copy link
Collaborator Author

This is slipped... The PR is ready to merge.

@chengzhuzhang chengzhuzhang merged commit ae6a6de into main Oct 12, 2022
@forsyth2 forsyth2 deleted the aeronet branch October 13, 2022 00:07
@forsyth2 forsyth2 mentioned this pull request Dec 16, 2022
2 tasks
@forsyth2 forsyth2 mentioned this pull request Oct 16, 2024
13 tasks
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.

Consider add "aerosol_aeronet" as default e3sm_diags set
2 participants