Skip to content

Commit

Permalink
#3799: Adding sea-surface salinity to the recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieHall2024 committed Nov 4, 2024
1 parent 7de7375 commit 2902989
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions esmvaltool/recipes/recipe_ocean_quadmap_NEMO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,24 @@ diagnostics:
control_model: {project: NEMO, dataset: GC5}
exper_model: {project: NEMO, dataset: GC3p1}
observational_dataset: {project: OBS2, dataset: observation}

diag_map_2:
description: Global surface quad plots sos
variables:
sos:
preprocessor: prep_quad_map
mip: Omon
additional_datasets:
- {project: NEMO, dataset: GC5, suite: cp656, model: nemo, freq: 1y, grid: T, timerange: '199501/200501'}
- {project: NEMO, dataset: GC3p1, suite: co957, model: nemo, freq: 1y, grid: T, timerange: '199501/200501'}
sos_obs:
mip: Omon
short_name: sos
additional_datasets:
- {project: OBS3, dataset: observation, suite: EN4_v1.1, model: nemo, freq: annualmean, grid: T}
scripts:
Global_Ocean_map: # &Global_Ocean_map SOS
script: ocean/diagnostic_ocean_marineassess_sss.py
control_model: {project: NEMO, dataset: GC5}
exper_model: {project: NEMO, dataset: GC3p1}
observational_dataset: {project: OBS3, dataset: observation}

0 comments on commit 2902989

Please sign in to comment.