Skip to content

Commit

Permalink
Merge pull request #4 from JiliDong-NOAA/nssl-microphysics-update-202…
Browse files Browse the repository at this point in the history
…10406

Nssl microphysics update 20210406
  • Loading branch information
JiliDong-NOAA authored Apr 6, 2021
2 parents 2a2d8c9 + 7e982a9 commit 6ef9984
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions physics/GFS_rrtmg_pre.meta
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,21 @@
type = integer
intent = in
optional = F
[imp_physics_nssl2m]
standard_name = flag_for_nssl2m_microphysics_scheme
long_name = choice of NSSL 2-moment microphysics scheme
units = flag
dimensions = ()
type = integer
intent = in
optional = F
[imp_physics_nssl2mccn]
standard_name = flag_for_nssl2mccn_microphysics_scheme
long_name = choice of NSSL 2-moment microphysics scheme with CCN
units = flag
dimensions = ()
type = integer
intent = in- optional = F
[imp_physics_thompson]
standard_name = flag_for_thompson_microphysics_scheme
long_name = choice of Thompson microphysics scheme
Expand Down
4 changes: 2 additions & 2 deletions physics/module_mp_nssl_2mom.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2320,8 +2320,8 @@ SUBROUTINE nssl_2mom_init( &
iexy(lhl,lc) = iehlc ; iexy(lhl,lr) = iehlr ;
ENDIF

IF ( icefallfac /= 1.0 ) write(0,*) 'icefallfac = ',icefallfac
IF ( snowfallfac /= 1.0 ) write(0,*) 'snowfallfac = ',snowfallfac
! IF ( icefallfac /= 1.0 ) write(0,*) 'icefallfac = ',icefallfac
! IF ( snowfallfac /= 1.0 ) write(0,*) 'snowfallfac = ',snowfallfac


RETURN
Expand Down
2 changes: 1 addition & 1 deletion physics/mp_nsslg.F90
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ subroutine mp_nsslg_run(ncol, nlev, con_g, con_rd, &
re_cloud = re_cloud_mp*1.0E6_kind_phys
re_ice = re_ice_mp*1.0E6_kind_phys
re_snow = re_snow_mp*1.0E6_kind_phys
re_rain = 1.0E3_kind_phys
! re_rain = 1.0E3_kind_phys
end if

IF ( ndebug > 1 ) write(0,*) 'mp_nsslg: end'
Expand Down

0 comments on commit 6ef9984

Please sign in to comment.