FV3 Bundle
|
Functions/Subroutines | |
subroutine | nclayer_error (err) |
subroutine | nclayer_warning (warn) |
subroutine | nc_set_action_display (action_on_off) |
subroutine | nclayer_actionm (act) |
subroutine | nc_set_info_display (info_on_off) |
subroutine | nclayer_info (ifo) |
subroutine | nclayer_check (status) |
Variables | |
logical | nclayer_enable_info = .FALSE. |
logical | nclayer_enable_action = .FALSE. |
subroutine ncdw_climsg::nc_set_action_display | ( | logical | action_on_off | ) |
subroutine ncdw_climsg::nc_set_info_display | ( | logical | info_on_off | ) |
subroutine ncdw_climsg::nclayer_actionm | ( | character(len=*), intent(in) | act | ) |
subroutine ncdw_climsg::nclayer_check | ( | integer(i_long), intent(in) | status | ) |
Definition at line 302 of file ncdw_climsg.F90.
subroutine ncdw_climsg::nclayer_error | ( | character(len=*), intent(in) | err | ) |
subroutine ncdw_climsg::nclayer_info | ( | character(len=*), intent(in) | ifo | ) |
Definition at line 255 of file ncdw_climsg.F90.
subroutine ncdw_climsg::nclayer_warning | ( | character(len=*), intent(in) | warn | ) |
Definition at line 129 of file ncdw_climsg.F90.
logical ncdw_climsg::nclayer_enable_action = .FALSE. |
Definition at line 70 of file ncdw_climsg.F90.
logical ncdw_climsg::nclayer_enable_info = .FALSE. |
Definition at line 63 of file ncdw_climsg.F90.