Skip to content

Commit

Permalink
Mean to inst field names, part I (#1925)
Browse files Browse the repository at this point in the history
remove mean prefix for fields imported to FV3atm from CICE or CMEPS
rename fv3atm export fields for snow and rain as inst
  • Loading branch information
DeniseWorthen committed Oct 10, 2023
1 parent b95e334 commit 413257b
Show file tree
Hide file tree
Showing 12 changed files with 4,319 additions and 4,258 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 2 files
+17 −17 atmos_model.F90
+11 −11 cpl/module_cplfields.F90
1,086 changes: 543 additions & 543 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

1,090 changes: 545 additions & 545 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

1,552 changes: 776 additions & 776 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

1,533 changes: 775 additions & 758 deletions tests/logs/RegressionTests_hercules.log

Large diffs are not rendered by default.

978 changes: 489 additions & 489 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

1,324 changes: 681 additions & 643 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

976 changes: 488 additions & 488 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.

30 changes: 18 additions & 12 deletions tests/parm/fd_nems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
description: atmosphere export - mean downward LW heat flux
#
- standard_name: Faxa_rain
alias: mean_prec_rate
alias: inst_prec_rate
canonical_units: kg m-2 s-1
description: atmosphere export
#
- standard_name: Faxa_rainc
alias: mean_prec_rate_conv
alias: inst_prec_rate_conv
canonical_units: kg m-2 s-1
description: atmosphere export
#
Expand All @@ -96,7 +96,7 @@
description: atmosphere export
#
- standard_name: Faxa_snow
alias: mean_fprec_rate
alias: inst_fprec_rate
canonical_units: kg m-2 s-1
description: atmosphere export
#
Expand Down Expand Up @@ -351,22 +351,22 @@
#-----------------------------------
#
- standard_name: Faii_evap
alias: mean_evap_rate_atm_into_ice
alias: evap_rate_atm_into_ice
canonical_units: kg m-2 s-1
description: sea-ice export
#
- standard_name: Faii_lat
alias: mean_laten_heat_flx_atm_into_ice
alias: laten_heat_flx_atm_into_ice
canonical_units: W m-2
description: sea-ice export to atm - atm/ice latent heat flux
#
- standard_name: Faii_sen
alias: mean_sensi_heat_flx_atm_into_ice
alias: sensi_heat_flx_atm_into_ice
canonical_units: W m-2
description: sea-ice export to atm - atm/ice sensible heat flux
#
- standard_name: Faii_lwup
alias: mean_up_lw_flx_ice
alias: lwup_flx_ice
canonical_units: W m-2
description: sea-ice export - outgoing logwave radiation
#
Expand Down Expand Up @@ -499,7 +499,7 @@
description: sea-ice export
#
- standard_name: Si_vice
alias: mean_ice_volume
alias: sea_ice_volume
canonical_units: m
description: sea-ice export - volume of ice per unit area
#
Expand All @@ -508,7 +508,7 @@
description: sea-ice export - surface_snow_water_equivalent
#
- standard_name: Si_vsno
alias: mean_snow_volume
alias: snow_volume_on_sea_ice
canonical_units: m
description: sea-ice export - volume of snow per unit area
#
Expand Down Expand Up @@ -710,17 +710,17 @@
#-----------------------------------
#
- standard_name: Faox_lat
alias: mean_laten_heat_flx_atm_into_ocn
alias: laten_heat_flx_atm_into_ocn
canonical_units: W m-2
description: mediator export - atm/ocn surface latent heat flux
#
- standard_name: Faox_sen
alias: mean_sensi_heat_flx_atm_into_ocn
alias: sensi_heat_flx_atm_into_ocn
canonical_units: W m-2
description: mediator export - atm/ocn surface sensible heat flux
#
- standard_name: Faox_lwup
alias: mean_up_lw_flx_ocn
alias: lwup_flx_ocn
canonical_units: W m-2
description: mediator export - long wave radiation flux over the ocean
#
Expand All @@ -738,6 +738,12 @@
# section: atmosphere fields that need to be defined but are not used
#-----------------------------------
#
- standard_name: mean_prec_rate
canonical_units: kg m-2 s-1
- standard_name: mean_fprec_rate
canonical_units: kg m-2 s-1
- standard_name: mean_prec_rate_conv
canonical_units: kg m-2 s-1
- standard_name: inst_down_lw_flx
canonical_units: W m-2
- standard_name: inst_net_lw_flx
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/nems.configure.hafs_atm_ocn.IN
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ocn_export_fields::
ocn_import_fields::
'taux10' 'mean_zonal_moment_flx_atm' 'N_m-2'
'tauy10' 'mean_merid_moment_flx_atm' 'N_m-2'
'prcp' 'mean_prec_rate' 'kg_m-2_s-1'
'prcp' 'inst_prec_rate' 'kg_m-2_s-1'
'swflxd' 'mean_net_sw_flx' 'W_m-2'
'lwflxd' 'mean_net_lw_flx' 'W_m-2'
'mslprs' 'inst_pres_height_surface' 'Pa'
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/nems.configure.hafs_atm_ocn_wav.IN
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ ocn_export_fields::
ocn_import_fields::
'taux10' 'mean_zonal_moment_flx_atm' 'N_m-2'
'tauy10' 'mean_merid_moment_flx_atm' 'N_m-2'
'prcp' 'mean_prec_rate' 'kg_m-2_s-1'
'prcp' 'inst_prec_rate' 'kg_m-2_s-1'
'swflxd' 'mean_net_sw_flx' 'W_m-2'
'lwflxd' 'mean_net_lw_flx' 'W_m-2'
'mslprs' 'inst_pres_height_surface' 'Pa'
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/nems.configure.hafs_atm_wav.IN
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ocn_export_fields::
ocn_import_fields::
'taux10' 'mean_zonal_moment_flx_atm' 'N_m-2'
'tauy10' 'mean_merid_moment_flx_atm' 'N_m-2'
'prcp' 'mean_prec_rate' 'kg_m-2_s-1'
'prcp' 'inst_prec_rate' 'kg_m-2_s-1'
'swflxd' 'mean_net_sw_flx' 'W_m-2'
'lwflxd' 'mean_net_lw_flx' 'W_m-2'
'mslprs' 'inst_pres_height_surface' 'Pa'
Expand Down

0 comments on commit 413257b

Please sign in to comment.