module TRACER / suzuki10
More...
module TRACER / suzuki10
- Description
- Tracer suzuki10 module
- Author
- Team SCALE
- History
- 2013-12-21 (Y.Sato) [new] imported from inc_tracer_suzuki10.f90
- NAMELIST
-
PARAM_BIN
name | type | default value | comment |
NBIN | integer | 33 | |
NCCN | integer | 0 | |
ICEFLG | integer | 1 | |
KPHASE | integer | 0 | |
- History Output
- No history output
◆ tracer_suzuki10_setup()
subroutine, public scale_tracer_suzuki10::tracer_suzuki10_setup |
( |
| ) |
|
Definition at line 36 of file scale_tracer_suzuki10.F90.
References scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_l, and scale_process::prc_mpistop().
Referenced by scale_tracer::tracer_setup().
40 namelist / param_bin / &
46 if( io_l )
write(io_fid_log,*)
47 if( io_l )
write(io_fid_log,*)
'+++ READ BIN NUMBER' 53 if( io_l )
write(io_fid_log,*)
'*** Not found namelist. Default used.' 54 elseif( ierr > 0 )
then 55 write(*,*)
'xxx Not appropriate names in namelist PARAM_BIN, Check!' 59 if( io_l )
write(io_fid_log,nml=param_bin)
61 if( iceflg == 0 )
then 63 elseif( iceflg == 1 )
then 66 write(*,*)
"ICEFLG should be 0(warm rain) or 1(mixed rain) check!!" 79 if( iceflg == 0 )
then 82 elseif( iceflg == 1 )
then
character(len=h_short), dimension(:), allocatable, public aq_mp_name
subroutine, public prc_mpistop
Abort MPI.
character(len=h_short), dimension(:), allocatable, public aq_mp_unit
character(len=h_mid), dimension(:), allocatable, public aq_mp_desc
integer, public io_fid_conf
Config file ID.