68 if(
io_l )
write(
io_fid_log,*)
'++++++ Module[ADMIN] / Categ[CPL] / Origin[SCALE-RM]' 84 if ( .NOT.
ocean_sw .AND. checkfact > 0.0_rp )
then 85 if(
io_l )
write(
io_fid_log,*)
'xxx Ocean fraction exists, but ocean components never called. STOP.', checkfact
86 write(*,*)
'xxx Ocean fraction exists, but ocean components never called. STOP.', checkfact
92 if ( .NOT.
land_sw .AND. checkfact > 0.0_rp )
then 93 if(
io_l )
write(
io_fid_log,*)
'xxx Land fraction exists, but land components never called. STOP.', checkfact
94 write(*,*)
'xxx Land fraction exists, but land components never called. STOP.', checkfact
100 if ( .NOT.
urban_sw .AND. checkfact > 0.0_rp )
then 101 if(
io_l )
write(
io_fid_log,*)
'xxx URBAN fraction exists, but urban components never called. STOP.', checkfact
102 write(*,*)
'xxx URBAN fraction exists, but urban components never called. STOP.', checkfact
113 if(
io_l )
write(
io_fid_log,*)
'*** -> Surface Flux Type is forced to change from NONE to COUPLE.' 119 if(
io_l )
write(
io_fid_log,*)
'xxx Setting conflicts between coupler and surface flux! STOP.' 120 write(*,*)
'xxx Setting conflicts between coupler and surface flux! STOP.'
subroutine, public prc_mpistop
Abort MPI.
real(rp), dimension(:,:), allocatable, public landuse_fact_urban
urban factor
logical, public io_l
output log or not? (this process)
character(len=h_short), public atmos_phy_sf_type
real(rp), dimension(:,:), allocatable, public landuse_fact_ocean
ocean factor
logical, public atmos_sw_phy_sf
subroutine, public cpl_admin_getscheme
Get name of scheme for each component.
subroutine, public cpl_admin_setup
Setup.
real(rp), dimension(:,:), allocatable, public landuse_fact_land
land factor
integer, public io_fid_log
Log file ID.