51 namelist / param_time / dummy
52 namelist / param_prc / dummy
53 namelist / param_comm / dummy
54 namelist / param_nest / dummy
56 namelist / param_fileio / dummy
57 namelist / param_history / dummy
58 namelist / param_hist / dummy
59 namelist / histitem / dummy
60 namelist / extitem / dummy
61 namelist / monititem / dummy
63 namelist / param_index / dummy
64 namelist / param_grid / dummy
65 namelist / param_land_index / dummy
66 namelist / param_land_grid / dummy
67 namelist / param_urban_index / dummy
68 namelist / param_urban_grid / dummy
70 namelist / param_tracer / dummy
71 namelist / param_tracer_kajino13 / dummy
73 namelist / param_mapproj / dummy
74 namelist / param_gtrans / dummy
76 namelist / param_atmos_phy_mp_bin2bulk / dummy
77 namelist / param_bin / dummy
78 namelist / nm_mp_sn14_collection / dummy
79 namelist / nm_mp_sn14_condensation / dummy
80 namelist / nm_mp_sn14_init / dummy
81 namelist / nm_mp_sn14_nucleation / dummy
82 namelist / nm_mp_sn14_particles / dummy
83 namelist / param_atmos_phy_sf / dummy
84 namelist / param_atmos_phy_sf_bulkcoef / dummy
85 namelist / param_atmos_phy_tb_hybrid / dummy
86 namelist / param_atmos_phy_tb_mynn / dummy
88 namelist / param_land_phy_slab / dummy
89 namelist / param_land_sfc_slab / dummy
90 namelist / param_land_sfc_thin_slab / dummy
91 namelist / param_land_sfc_thick_slab / dummy
93 namelist / param_ocean_phy_slab / dummy
94 namelist / param_ocean_phy_file / dummy
95 namelist / param_roughness / dummy
96 namelist / param_roughness_miller92 / dummy
97 namelist / param_roughness_moon07 / dummy
99 namelist / param_urban_phy_slc / dummy
101 namelist / param_sbmaero / dummy
102 namelist / param_mkinit_interporation / dummy
104 logical :: stop4error
109 log_info(
"ADMIN_versioncheck",*)
'Check version' 115 if ( ierr >= 0 )
then 116 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_PRC is found.' 117 log_warn_cont(*)
'=> You expected to use PARAM_PRC_CARTESC?' 123 if ( ierr >= 0 )
then 124 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_COMM is found.' 125 log_warn_cont(*)
'=> You expected to use PARAM_COMM_CARTESC?' 131 if ( ierr >= 0 )
then 132 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_NEST is found.' 133 log_warn_cont(*)
'=> You expected to use PARAM_COMM_CARTESC_NEST?' 139 if ( ierr >= 0 )
then 140 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_FILEIO is found.' 141 log_warn_cont(*)
'=> You expected to use PARAM_FILE_CARTESC?' 147 if ( ierr >= 0 )
then 148 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_HISTORY is found.' 149 log_warn_cont(*)
'=> You expected to use PARAM_FILE_HISTORY?' 155 if ( ierr >= 0 )
then 156 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_HIST is found.' 157 log_warn_cont(*)
'=> You expected to use PARAM_FILE_HISTORY_CARTESC?' 163 if ( ierr >= 0 )
then 164 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist HISTITEM is found.' 165 log_warn_cont(*)
'=> You expected to use HISTORY_ITEM?' 171 if ( ierr >= 0 )
then 172 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist EXTITEM is found.' 173 log_warn_cont(*)
'=> You expected to use EXTERNAL_ITEM?' 179 if ( ierr >= 0 )
then 180 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist MONITITEM is found.' 181 log_warn_cont(*)
'=> You expected to use MONITOR_ITEM?' 187 if ( ierr >= 0 )
then 188 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_INDEX is found.' 189 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_GRID_CARTESC_INDEX?' 195 if ( ierr >= 0 )
then 196 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_GRID is found.' 197 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_GRID_CARTESC?' 203 if ( ierr >= 0 )
then 204 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_LAND_INDEX is found.' 205 log_warn_cont(*)
'=> You expected to use PARAM_LAND_GRID_CARTESC_INDEX?' 211 if ( ierr >= 0 )
then 212 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_LAND_GRID is found.' 213 log_warn_cont(*)
'=> You expected to use PARAM_LAND_GRID_CARTESC?' 218 read(
io_fid_conf,nml=param_urban_index,iostat=ierr)
219 if ( ierr >= 0 )
then 220 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_URBAN_INDEX is found.' 221 log_warn_cont(*)
'=> You expected to use PARAM_URBAN_GRID_CARTESC_INDEX?' 227 if ( ierr >= 0 )
then 228 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_URBAN_GRID is found.' 229 log_warn_cont(*)
'=> You expected to use PARAM_URBAN_GRID_CARTESC?' 235 if ( ierr >= 0 )
then 236 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_TRACER is found.' 241 read(
io_fid_conf,nml=param_tracer_kajino13,iostat=ierr)
242 if ( ierr >= 0 )
then 243 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_TRACER_KAJINO13 is found.' 249 if ( ierr >= 0 )
then 250 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_MAPPROJ is found.' 251 log_warn_cont(*)
'=> You expected to use PARAM_MAPPROJECTION?' 257 if ( ierr >= 0 )
then 258 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_GTRANS is found.' 259 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_GRID_CARTESC_METRIC?' 264 read(
io_fid_conf,nml=param_atmos_phy_mp_bin2bulk,iostat=ierr)
265 if ( ierr >= 0 )
then 266 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_ATMOS_PHY_MP_BIN2BULK is found.' 272 if ( ierr >= 0 )
then 273 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_BIN is found.' 274 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_PHY_MP_SUZUKI10_bin?' 279 read(
io_fid_conf,nml=nm_mp_sn14_collection,iostat=ierr)
280 if ( ierr >= 0 )
then 281 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist NM_MP_SN14_COLLECTION is found.' 282 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_PHY_MP_SN14_collection?' 287 read(
io_fid_conf,nml=nm_mp_sn14_condensation,iostat=ierr)
288 if ( ierr >= 0 )
then 289 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist NM_MP_SN14_CONDENSATION is found.' 290 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_PHY_MP_SN14_condensation?' 296 if ( ierr >= 0 )
then 297 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist NM_MP_SN14_INIT is found.' 298 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_PHY_MP_SN14_init?' 303 read(
io_fid_conf,nml=nm_mp_sn14_nucleation,iostat=ierr)
304 if ( ierr >= 0 )
then 305 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist NM_MP_SN14_NUCLEATION is found.' 306 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_PHY_MP_SN14_nucleation?' 311 read(
io_fid_conf,nml=nm_mp_sn14_particles,iostat=ierr)
312 if ( ierr >= 0 )
then 313 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist NM_MP_SN14_PARTICLES is found.' 314 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_PHY_MP_SN14_particles?' 319 read(
io_fid_conf,nml=param_atmos_phy_sf,iostat=ierr)
320 if ( ierr >= 0 )
then 321 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_ATMOS_PHY_SF is found.' 322 log_warn_cont(*)
'=> You expected to use PARAM_ATMOS_PHY_SF_BULK?' 327 read(
io_fid_conf,nml=param_atmos_phy_sf_bulkcoef,iostat=ierr)
328 if ( ierr >= 0 )
then 329 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_ATMOS_PHY_SF_BULKCOEF is found.' 334 read(
io_fid_conf,nml=param_atmos_phy_tb_hybrid,iostat=ierr)
335 if ( ierr >= 0 )
then 336 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_ATMOS_PHY_TB_HYBRID is found.' 341 read(
io_fid_conf,nml=param_atmos_phy_tb_mynn,iostat=ierr)
342 if ( ierr >= 0 )
then 343 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_ATMOS_PHY_TB_MYNN is found.' 348 read(
io_fid_conf,nml=param_land_phy_slab,iostat=ierr)
349 if ( ierr >= 0 )
then 350 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_LAND_PHY_SLAB is found.' 351 log_warn_cont(*)
'=> You expected to use PARAM_LAND_DYN_BUCKET?' 356 read(
io_fid_conf,nml=param_land_sfc_slab,iostat=ierr)
357 if ( ierr >= 0 )
then 358 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_LAND_SFC_SLAB is found.' 359 log_warn_cont(*)
'=> You expected to use PARAM_LAND_SFC_SKIN?' 364 read(
io_fid_conf,nml=param_land_sfc_thin_slab,iostat=ierr)
365 if ( ierr >= 0 )
then 366 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_LAND_SFC_THIN_SLAB is found.' 367 log_warn_cont(*)
'=> You expected to use PARAM_LAND_SFC_SKIN?' 372 read(
io_fid_conf,nml=param_land_sfc_thick_slab,iostat=ierr)
373 if ( ierr >= 0 )
then 374 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_LAND_SFC_THICK_SLAB is found.' 375 log_warn_cont(*)
'=> You expected to use PARAM_LAND_SFC_FIXED_TEMP?' 380 read(
io_fid_conf,nml=param_ocean_phy_slab,iostat=ierr)
381 if ( ierr >= 0 )
then 382 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_OCEAN_PHY_SLAB is found.' 383 log_warn_cont(*)
'=> You expected to use PARAM_OCEAN_DYN_SLAB?' 388 read(
io_fid_conf,nml=param_ocean_phy_file,iostat=ierr)
389 if ( ierr >= 0 )
then 390 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_OCEAN_PHY_FILE is found.' 391 log_warn_cont(*)
'=> You expected to use PARAM_OCEAN_DYN_SLAB?' 397 if ( ierr >= 0 )
then 398 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_ROUGHNESS is found.' 399 log_warn_cont(*)
'=> You expected to use PARAM_OCEAN_ROUGHNESS?' 404 read(
io_fid_conf,nml=param_roughness_miller92,iostat=ierr)
405 if ( ierr >= 0 )
then 406 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_ROUGHNESS_MILLER92 is found.' 407 log_warn_cont(*)
'=> You expected to use PARAM_OCEAN_PHY_ROUGHNESS_MILLER92?' 412 read(
io_fid_conf,nml=param_roughness_moon07,iostat=ierr)
413 if ( ierr >= 0 )
then 414 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_ROUGHNESS_MOON07 is found.' 415 log_warn_cont(*)
'=> You expected to use PARAM_OCEAN_PHY_ROUGHNESS_MOON07?' 420 read(
io_fid_conf,nml=param_urban_phy_slc,iostat=ierr)
421 if ( ierr >= 0 )
then 422 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_URBAN_PHY_SLC is found.' 423 log_warn_cont(*)
'=> You expected to use PARAM_URBAN_DYN_KUSAKA01?' 429 if ( ierr >= 0 )
then 430 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_SBMAERO is found.' 435 read(
io_fid_conf,nml=param_mkinit_interporation,iostat=ierr)
436 if ( ierr >= 0 )
then 437 log_warn(
"ADMIN_versioncheck",*)
'Obsolete namelist PARAM_MKINIT_INTERPORATION is found.' 441 if ( stop4error )
then 442 log_error(
"ADMIN_versioncheck",*)
'Obsolete namelist found. Check the log file.' 445 log_info(
"ADMIN_versioncheck",*)
'Obsolete namelists were not found. OK.' integer, public io_fid_conf
Config file ID.
module ADMIN VERSIONCHECK
subroutine, public prc_abort
Abort Process.
subroutine, public admin_versioncheck
Setup.