Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ocean_only/global_ALE/layer/available_diags.000000
Original file line number Diff line number Diff line change
Expand Up @@ -1892,6 +1892,20 @@
! standard_name: integral_wrt_depth_of_sea_water_potential_temperature_expressed_as_heat_content
! cell_methods: xh:mean yh:mean zl:sum area:mean
! variants: {phcint,phcint_xyave}
"t20d" [Unused]
! modules: {ocean_model,ocean_model_d2}
! dimensions: xh, yh
! long_name: Depth of 20 degree Celsius Isotherm
! units: m
! standard_name: depth_of_isosurface_of_sea_water_potential_temperature
! cell_methods: xh:mean yh:mean area:mean
"t17d" [Unused]
! modules: {ocean_model,ocean_model_d2}
! dimensions: xh, yh
! long_name: Depth of 17 degree Celsius Isotherm
! units: m
! standard_name: depth_of_isosurface_of_sea_water_potential_temperature
! cell_methods: xh:mean yh:mean area:mean
"u" [Used] (CMOR equivalent is "uo")
! modules: {ocean_model,ocean_model_z,ocean_model_d2,ocean_model_z_d2}
! dimensions: xq, yh, zl
Expand Down
14 changes: 14 additions & 0 deletions ocean_only/global_ALE/z/available_diags.000000
Original file line number Diff line number Diff line change
Expand Up @@ -1918,6 +1918,20 @@
! standard_name: integral_wrt_depth_of_sea_water_potential_temperature_expressed_as_heat_content
! cell_methods: xh:mean yh:mean zl:sum area:mean
! variants: {phcint,phcint_xyave}
"t20d" [Unused]
! modules: {ocean_model,ocean_model_d2}
! dimensions: xh, yh
! long_name: Depth of 20 degree Celsius Isotherm
! units: m
! standard_name: depth_of_isosurface_of_sea_water_potential_temperature
! cell_methods: xh:mean yh:mean area:mean
"t17d" [Unused]
! modules: {ocean_model,ocean_model_d2}
! dimensions: xh, yh
! long_name: Depth of 17 degree Celsius Isotherm
! units: m
! standard_name: depth_of_isosurface_of_sea_water_potential_temperature
! cell_methods: xh:mean yh:mean area:mean
"u" [Used] (CMOR equivalent is "uo")
! modules: {ocean_model,ocean_model_z,ocean_model_d2,ocean_model_z_d2}
! dimensions: xq, yh, zl
Expand Down
2 changes: 1 addition & 1 deletion src/MOM6
Submodule MOM6 updated 42 files
+4 −4 config_src/drivers/FMS_cap/ocean_model_MOM.F90
+6 −6 config_src/drivers/ice_solo_driver/ice_shelf_driver.F90
+8 −8 config_src/drivers/solo_driver/MOM_driver.F90
+2 −2 config_src/drivers/solo_driver/MOM_surface_forcing.F90
+29 −8 config_src/infra/FMS1/MOM_time_manager.F90
+29 −8 config_src/infra/FMS2/MOM_time_manager.F90
+2 −0 docs/requirements.txt
+31 −0 src/ALE/Recon1d_PCM.F90
+38 −0 src/ALE/Recon1d_PLM_CW.F90
+1 −0 src/ALE/Recon1d_PLM_CWK.F90
+11 −0 src/ALE/Recon1d_PLM_WLS.F90
+11 −0 src/ALE/Recon1d_PLM_hybgen.F90
+13 −1 src/ALE/Recon1d_PPM_CW.F90
+71 −1 src/ALE/Recon1d_PPM_CWK.F90
+1 −1 src/ALE/Recon1d_PPM_hybgen.F90
+73 −2 src/ALE/Recon1d_type.F90
+25 −19 src/core/MOM.F90
+2 −2 src/core/MOM_barotropic.F90
+1 −1 src/core/MOM_dynamics_split_RK2.F90
+1 −1 src/core/MOM_dynamics_split_RK2b.F90
+1 −1 src/core/MOM_dynamics_unsplit.F90
+1 −1 src/core/MOM_dynamics_unsplit_RK2.F90
+170 −240 src/core/MOM_open_boundary.F90
+66 −3 src/diagnostics/MOM_diagnostics.F90
+1 −1 src/framework/MOM_ANN.F90
+11 −11 src/framework/MOM_diag_mediator.F90
+6 −6 src/ice_shelf/MOM_ice_shelf.F90
+1 −2 src/ice_shelf/MOM_ice_shelf_diag_mediator.F90
+4 −3 src/ice_shelf/MOM_ice_shelf_dynamics.F90
+1 −1 src/ocean_data_assim/MOM_oda_driver.F90
+2 −2 src/parameterizations/lateral/MOM_streaming_filter.F90
+2 −2 src/parameterizations/lateral/MOM_tidal_forcing.F90
+1 −1 src/parameterizations/vertical/MOM_diabatic_driver.F90
+96 −90 src/parameterizations/vertical/MOM_vert_friction.F90
+2 −2 src/tracer/ideal_age_example.F90
+1 −1 src/tracer/nw2_tracers.F90
+3 −3 src/user/Idealized_Hurricane.F90
+2 −2 src/user/Kelvin_initialization.F90
+2 −2 src/user/dyed_channel_initialization.F90
+2 −2 src/user/shelfwave_initialization.F90
+1 −1 src/user/supercritical_initialization.F90
+2 −2 src/user/tidal_bay_initialization.F90
Loading