Skip to content

Commit

Permalink
Add missing tracers from NEPTUNE to physics/NRL_parse_tracers.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Sep 19, 2024
1 parent 3a122a2 commit edaa649
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions physics/NRL_parse_tracers.F90
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,26 @@ function get_tracer_index (tracer_names, gfdl_name, me, master, debug)
name = 'snow_mixing_ratio'
case ('graupel')
name = 'graupel_mixing_ratio'
case ('cld_amt')
name = 'cloud_fraction_updated_by_physics'
case ('water_nc')
name = 'number_concentration_of_cloud_droplets'
case ('ice_nc')
name = 'number_concentration_of_cloud_ic'
case ('rain_nc')
name = 'number_concentration_of_rain'
case ('snow_nc')
name = 'number_concentration_of_snow'
case ('graupel_nc')
name = 'number_concentration_of_graupel'
case ('sgs_tke')
name = 'turbulent_kinetic_energy'
case ('liq_aero')
name = 'number_concentration_of_water_friendly_aerosols'
case ('ice_aero')
name = 'number_concentration_of_ice_friendly_aerosols'
case ('q_rimef')
name = 'mass_weighted_rime_factor'
case default
name = trim(gfdl_name)
if (debug .and. (me == master)) then
Expand Down

0 comments on commit edaa649

Please sign in to comment.