Skip to content

Commit

Permalink
make consistent standard name as Chunxis implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhangw committed Aug 30, 2019
1 parent 3a26975 commit ec729e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions physics/GFS_rrtmg_pre.F90
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ end subroutine GFS_rrtmg_pre_init
!! | Cldprop | GFS_cldprop_type_instance | Fortran DDT containing FV3-GFS cloud fields needed by radiation from physics | DDT | 0 | GFS_cldprop_type | | in | F |
!! | Coupling | GFS_coupling_type_instance | Fortran DDT containing FV3-GFS fields needed for coupling | DDT | 0 | GFS_coupling_type| | in | F |
!! | Radtend | GFS_radtend_type_instance | Fortran DDT containing FV3-GFS radiation tendencies | DDT | 0 | GFS_radtend_type | | inout | F |
!! | f_ice | mass_fraction_of_ice_water_cloud | mass fraction of ice water cloud | frac | 2 | real | kind_phys | in | F |
!! | f_rain | mass_fraction_of_rain_water_cloud | mass fraction of rain water cloud | frac | 2 | real | kind_phys | in | F |
!! | f_rimef | mass_fraction_of_rime_factor | mass fraction of rime factor | frac | 2 | real | kind_phys | in | F |
!! | f_ice | fraction_of_ice_water_cloud | fraction of ice water cloud | frac | 2 | real | kind_phys | in | F |
!! | f_rain | fraction_of_rain_water_cloud | fraction of rain water cloud | frac | 2 | real | kind_phys | in | F |
!! | f_rimef | rime_factor | rime factor | frac | 2 | real | kind_phys | in | F |
!! | flgmin | minimum_large_ice_fraction | minimum large ice fraction in F-A mp scheme | frac | 1 | real | kind_phys | in | F |
!! | cwm | total_cloud_condensate_mixing_ratio_updated_by_physics | total cloud condensate mixing ratio (except water vapor) updated by physics | kg kg-1 | 2 | real | kind_phys | in | F |
!! | lm | number_of_vertical_layers_for_radiation_calculations | number of vertical layers for radiation calculation | count | 0 | integer | | in | F |
Expand Down

0 comments on commit ec729e8

Please sign in to comment.