Skip to content

Commit

Permalink
disable net_sfc_heating and total_net_sfc_heating in diag_table - see C…
Browse files Browse the repository at this point in the history
  • Loading branch information
aekiss committed Aug 6, 2019
1 parent c76c66e commit be9b2b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ocean/diag_table
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ ACCESS-OM2-01
"ocean_model","sfc_salt_flux_restore","sfc_salt_flux_restore","ocean_month","all",.true.,"none",2
"ocean_model","sfc_salt_flux_ice","sfc_salt_flux_ice","ocean_month","all",.true.,"none",2
"ocean_model","sfc_salt_flux_coupler","sfc_salt_flux_coupler","ocean_month","all",.true.,"none",2
"ocean_model","net_sfc_heating","net_sfc_heating", "ocean_month","all",.true.,"none",2
# see https://github.com/COSIMA/access-om2/issues/139
# "ocean_model","net_sfc_heating","net_sfc_heating", "ocean_month","all",.true.,"none",2
"ocean_model","swflx","swflx", "ocean_month","all",.true.,"none",2
"ocean_model","lw_heat","lw_heat", "ocean_month","all",.true.,"none",2
"ocean_model","sens_heat","sens_heat", "ocean_month","all",.true.,"none",2
Expand Down Expand Up @@ -134,7 +135,8 @@ ACCESS-OM2-01
"ocean_model","total_ocean_heat","total_ocean_heat", "ocean_scalar","all",.true.,"none",1
"ocean_model","eta_global","eta_global", "ocean_scalar","all",.true.,"none",1
"ocean_model","total_ocean_sfc_salt_flux_coupler","total_ocean_sfc_salt_flux_coupler","ocean_scalar","all",.true.,"none",1
"ocean_model","total_net_sfc_heating","total_net_sfc_heating","ocean_scalar","all",.true.,"none",1
# see https://github.com/COSIMA/access-om2/issues/139
# "ocean_model","total_net_sfc_heating","total_net_sfc_heating","ocean_scalar","all",.true.,"none",1
"ocean_model","total_ocean_pme_river","total_ocean_pme_river" ,"ocean_scalar","all",.true.,"none",1
"ocean_model","total_ocean_river","total_ocean_river" ,"ocean_scalar","all",.true.,"none",1
"ocean_model","total_ocean_runoff","total_ocean_runoff" ,"ocean_scalar","all",.true.,"none",1
Expand Down

0 comments on commit be9b2b8

Please sign in to comment.