FV3 Bundle
ncdw_climsg Module Reference

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.
 

Function/Subroutine Documentation

◆ nc_set_action_display()

subroutine ncdw_climsg::nc_set_action_display ( logical  action_on_off)

Definition at line 155 of file ncdw_climsg.F90.

Here is the call graph for this function:

◆ nc_set_info_display()

subroutine ncdw_climsg::nc_set_info_display ( logical  info_on_off)

Definition at line 225 of file ncdw_climsg.F90.

Here is the call graph for this function:

◆ nclayer_actionm()

subroutine ncdw_climsg::nclayer_actionm ( character(len=*), intent(in)  act)

Definition at line 197 of file ncdw_climsg.F90.

Here is the caller graph for this function:

◆ nclayer_check()

subroutine ncdw_climsg::nclayer_check ( integer(i_long), intent(in)  status)

Definition at line 302 of file ncdw_climsg.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nclayer_error()

subroutine ncdw_climsg::nclayer_error ( character(len=*), intent(in)  err)

Definition at line 97 of file ncdw_climsg.F90.

Here is the caller graph for this function:

◆ nclayer_info()

subroutine ncdw_climsg::nclayer_info ( character(len=*), intent(in)  ifo)

Definition at line 255 of file ncdw_climsg.F90.

◆ nclayer_warning()

subroutine ncdw_climsg::nclayer_warning ( character(len=*), intent(in)  warn)

Definition at line 129 of file ncdw_climsg.F90.

Variable Documentation

◆ nclayer_enable_action

logical ncdw_climsg::nclayer_enable_action = .FALSE.

Definition at line 70 of file ncdw_climsg.F90.

◆ nclayer_enable_info

logical ncdw_climsg::nclayer_enable_info = .FALSE.

Definition at line 63 of file ncdw_climsg.F90.