Skip to content

What parameters need to match up when using zppy? #366

Answered by forsyth2
forsyth2 asked this question in Questions
Discussion options

You must be logged in to vote

If we have:

[climo]
years = "start_year_climo:end_year_climo:increment_climo",

[ts]

  [[ atm_monthly_180x360_aave ]]
  years = "start_year_ts_aave:end_year_ts_aave:increment_ts_aave",

  [[ atm_monthly_glb ]]
  years = "start_year_ts_glb:end_year_ts_glb:increment_ts_glb",
  
  [[ land_monthly ]]
  years = "start_year_ts_land:end_year_ts_land:increment_ts_land",
  
[mpas_analysis]
climo_years ="start_year_mpas_climo-mid_year_mpas_climo", "(mid_year_mpas_climo+1)-end_year_mpas_climo",
ts_years = "start_year_mpas_ts-mid_year_mpas_ts", "(mid_year_mpas_ts+1)-end_year_mpas_ts",

Then, we'd need to set the following:

[e3sm_diags]
ts_num_years = increment_ts_aave
years = "start_year_climo:end_y…

Replies: 1 comment

Comment options

forsyth2
Nov 30, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by forsyth2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant