Skip to content
Snippets Groups Projects
Commit 54e60dda authored by Rene Redler's avatar Rene Redler
Browse files

adds pv to yac config and sets oce 2d output to 24h consistent w/ yaco conf

parent 73fe7800
No related branches found
No related tags found
No related merge requests found
......@@ -121,14 +121,14 @@ definitions:
indicatorOfUnitForTimeRange: h
lengthOfTimeRange: 1
indicatorOfUnitForTimeIncrement: s
timeIncrement: ${model_time_step_in_sec}
timeIncrement: ${atmos_time_step_in_sec}
<<: *grib_statistical_range
grib_time_span_24h: &grib_time_span_24h
indicatorOfUnitForTimeRange: h
lengthOfTimeRange: 24
indicatorOfUnitForTimeIncrement: s
timeIncrement: ${model_time_step_in_sec}
timeIncrement: ${ocean_time_step_in_sec}
<<: *grib_statistical_range
fdb_writer:
......
......@@ -99,8 +99,7 @@ definitions:
interpolation:
- source_to_target_map:
weighted: arithmetic_average
spread_distance: 0.5
max_search_distance: 3.6
spread_distance: 0.3
timestep_unit: ISO_format
calendar: proleptic-gregorian
......@@ -128,7 +127,7 @@ coupling:
- <<: [ *atm2yaco1, *nnn_interp_stack, *time_config_1h_inst ]
field: [ pressure_levels_hus, pressure_levels_hur, pressure_levels_clw ]
- <<: [ *atm2yaco2, *nnn_interp_stack, *time_config_1h_inst ]
field: [ pressure_levels_omega, pressure_levels_gpsm ]
field: [ pressure_levels_omega, pressure_levels_gpsm, pressure_levels_pv ]
- <<: [ *atm2yaco3, *nnn_interp_stack, *time_config_1h_inst ]
field: [ pr, tas, clt, uas, vas, dew2, clivi, cllvi, pres_sfc, pres_msl ]
- <<: [ *atm2yaco3, *nnn_interp_stack, *time_config_1h_avg ]
......@@ -139,7 +138,7 @@ coupling:
- <<: [ *atm2yaco4, *nnn_interp_stack, *time_config_1h_avg ]
field: [ rsds, rlds, rsns, rsnt, rlns, rlnt ]
scale_factor: 3600.0 # output timestep in seconds, hard coded
- <<: [ *oce2yaco5, *nnn_interp_stack, *time_config_1h_avg ]
- <<: [ *oce2yaco5, *nnn_interp_stack, *time_config_24h_avg ]
field: [ conc, hi, hs, ice_u, ice_v, mlotst, zos ]
- <<: [ *oce2yaco6, *nnn_interp_stack, *time_config_24h_avg ]
field: to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment