Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.0.9.326 Build 20210717_000000 Copyright (C) 1985-2021 Intel Corporation. All rights reserved. which: invalid option -- 'f' which: invalid option -- '9' which: invalid option -- '0' which: invalid option -- '=' which: invalid option -- 'f' which: invalid option -- 'o' which: invalid option -- 'r' which: invalid option -- 't' Usage: which [options] [--] COMMAND [...] Write the full path of COMMAND(s) to standard output. --version, -[vV] Print version and exit successfully. --help, Print this help and exit successfully. --skip-dot Skip directories in PATH that start with a dot. --skip-tilde Skip directories in PATH that start with a tilde. --show-dot Don't expand a dot to current directory in output. --show-tilde Output a tilde for HOME directory for non-root. --tty-only Stop processing options on the right if not on tty. --all, -a Print all matches in PATH, not just the first --read-alias, -i Read list of aliases from stdin. --skip-alias Ignore option --read-alias; don't read stdin. --read-functions Read shell functions from stdin. --skip-functions Ignore option --read-functions; don't read stdin. Recommended use is to write the output of (alias; declare -f) to standard input, so that which can show aliases and shell functions. See which(1) for examples. If the options --read-alias and/or --read-functions are specified then the output can be a full alias or function definition, optionally followed by the full path of each command used inside of those. Report bugs to . xiar: executing 'ar' ar: creating libesmf_time.a xiar: executing 'ar' xiar: executing 'ar' ar: creating ./libio_grib_share.a xiar: executing 'ar' ar: creating ../libio_grib1.a xiar: executing 'ar' xiar: executing 'ar' xiar: executing 'ar' ar: creating libwrfio_int.a xiar: executing 'ar' ar: creating libfftpack.a xiar: executing 'ar' registry.c: In function ‘main’: registry.c:63:3: warning: implicit declaration of function ‘sym_forget’; did you mean ‘sym_get’? [-Wimplicit-function-declaration] sym_forget() ; ^~~~~~~~~~ sym_get registry.c:135:3: warning: implicit declaration of function ‘gen_io_boilerplate’ [-Wimplicit-function-declaration] gen_io_boilerplate() ; /* 20091213 jm. Generate the io_boilerplate_temporary.inc file */ ^~~~~~~~~~~~~~~~~~ registry.c:137:3: warning: implicit declaration of function ‘init_parser’; did you mean ‘reg_parse’? [-Wimplicit-function-declaration] init_parser() ; ^~~~~~~~~~~ reg_parse registry.c:217:8: warning: implicit declaration of function ‘pre_parse’; did you mean ‘reg_parse’? [-Wimplicit-function-declaration] if ( pre_parse( dir, fp_in, fp_tmp ) ) { ^~~~~~~~~ reg_parse registry.c:237:3: warning: implicit declaration of function ‘check_dimspecs’ [-Wimplicit-function-declaration] check_dimspecs() ; ^~~~~~~~~~~~~~ registry.c:247:3: warning: implicit declaration of function ‘gen_actual_args_new’; did you mean ‘gen_actual_args’? [-Wimplicit-function-declaration] gen_actual_args_new( "inc" ) ; ^~~~~~~~~~~~~~~~~~~ gen_actual_args registry.c:249:3: warning: implicit declaration of function ‘gen_dummy_args_new’; did you mean ‘gen_dummy_args’? [-Wimplicit-function-declaration] gen_dummy_args_new( "inc" ) ; ^~~~~~~~~~~~~~~~~~ gen_dummy_args registry.c:251:3: warning: implicit declaration of function ‘gen_dummy_decls_new’; did you mean ‘gen_dummy_decls’? [-Wimplicit-function-declaration] gen_dummy_decls_new( "inc" ) ; ^~~~~~~~~~~~~~~~~~~ gen_dummy_decls registry.c:253:3: warning: implicit declaration of function ‘gen_namelist_statements’; did you mean ‘gen_namelist_defines’? [-Wimplicit-function-declaration] gen_namelist_statements("inc") ; ^~~~~~~~~~~~~~~~~~~~~~~ gen_namelist_defines registry.c:263:3: warning: implicit declaration of function ‘gen_nest_interp’; did you mean ‘gen_nest_interp1’? [-Wimplicit-function-declaration] gen_nest_interp( "inc" ) ; ^~~~~~~~~~~~~~~ gen_nest_interp1 registry.c:264:3: warning: implicit declaration of function ‘gen_nest_v_interp’; did you mean ‘gen_nest_interp1’? [-Wimplicit-function-declaration] gen_nest_v_interp( "inc") ; /*KAL added this for vertical interpolation*/ ^~~~~~~~~~~~~~~~~ gen_nest_interp1 registry.c:266:3: warning: implicit declaration of function ‘gen_streams’; did you mean ‘gen_swaps’? [-Wimplicit-function-declaration] gen_streams("inc") ; ^~~~~~~~~~~ gen_swaps registry.c:269:3: warning: implicit declaration of function ‘gen_comms’; did you mean ‘gen_xposes’? [-Wimplicit-function-declaration] gen_comms( "inc" ) ; /* this is either package supplied (by copying a */ ^~~~~~~~~ gen_xposes reg_parse.c: In function ‘pre_parse’: reg_parse.c:229:15: warning: implicit declaration of function ‘tolower’ [-Wimplicit-function-declaration] x = tolower(tokens[F_DIMS][i]) ; ^~~~~~~ misc.c: In function ‘make_entries_uniq’: misc.c:434:32: warning: implicit declaration of function ‘getpid’; did you mean ‘getenv’? [-Wimplicit-function-declaration] sprintf(tempfile,"regtmp1%d",getpid()) ; ^~~~~~ getenv misc.c: In function ‘make_upper_case’: misc.c:467:35: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration] for ( p = str ; *p ; p++ ) *p = toupper(*p) ; ^~~~~~~ misc.c: In function ‘make_lower_case’: misc.c:477:35: warning: implicit declaration of function ‘tolower’ [-Wimplicit-function-declaration] for ( p = str ; *p ; p++ ) *p = tolower(*p) ; ^~~~~~~ gen_allocs.c: In function ‘gen_alloc2’: gen_allocs.c:111:5: warning: implicit declaration of function ‘make_upper_case’ [-Wimplicit-function-declaration] make_upper_case(dname_tmp) ; ^~~~~~~~~~~~~~~ gen_scalar_indices.c: In function ‘gen_scalar_indices1’: gen_scalar_indices.c:218:19: warning: implicit declaration of function ‘make_lower_case’; did you mean ‘make_lower’? [-Wimplicit-function-declaration] make_lower_case(fname2) ; ^~~~~~~~~~~~~~~ make_lower gen_config.c: In function ‘gen_namelist_script’: gen_config.c:135:3: warning: implicit declaration of function ‘sym_forget’; did you mean ‘sym_get’? [-Wimplicit-function-declaration] sym_forget() ; ^~~~~~~~~~ sym_get gen_config.c:167:25: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration] fputc(toupper(*i),fp); ^~~~~~~ sym.c: In function ‘sym_init’: sym.c:73:5: warning: implicit declaration of function ‘create_ht’ [-Wimplicit-function-declaration] create_ht( &symtab ) ; ^~~~~~~~~ sym.c:77:2: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] exit(1) ; ^~~~ sym.c:77:2: warning: incompatible implicit declaration of built-in function ‘exit’ sym.c:77:2: note: include ‘’ or provide a declaration of ‘exit’ sym.c:65:1: +#include sym.c:77:2: exit(1) ; ^~~~ sym.c: In function ‘sym_forget’: sym.c:157:7: warning: incompatible implicit declaration of built-in function ‘exit’ exit(1) ; ^~~~ sym.c:157:7: note: include ‘’ or provide a declaration of ‘exit’ symtab_gen.c: In function ‘symget’: symtab_gen.c:62:13: warning: implicit declaration of function ‘hash’ [-Wimplicit-function-declaration] index = hash( name ) ; ^~~~ gen_irr_diag.c: In function ‘AppendReg’: gen_irr_diag.c:131:25: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration] wstrg1[i] = toupper( wstrg1[i] ); ^~~~~~~ gen_interp.c: In function ‘gen_nest_v_interp’: gen_interp.c:96:5: warning: implicit declaration of function ‘gen_nest_interp2’; did you mean ‘gen_nest_interp1’? [-Wimplicit-function-declaration] gen_nest_interp2( fp, Domain.fields, NULL, down_path[ipath], (down_path[ipath]==FORCE_DOWN)?2:2 ); ^~~~~~~~~~~~~~~~ gen_nest_interp1 gen_comms.c: In function ‘gen_halos’: gen_comms.c:341:9: warning: implicit declaration of function ‘make_upper_case’ [-Wimplicit-function-declaration] make_upper_case(commname) ; ^~~~~~~~~~~~~~~ gen_comms.c: At top level: gen_comms.c:1229:1: warning: return type defaults to ‘int’ [-Wimplicit-int] gen_packs_halo ( FILE *fp , node_t *p, char *shw, int xy /* 0=y,1=x */ , int pu /* 0=pack,1=unpack */, char * packname, char * commname, int always_interp_mp ) ^~~~~~~~~~~~~~ gen_comms.c:1452:1: warning: return type defaults to ‘int’ [-Wimplicit-int] gen_packs ( FILE *fp , node_t *p, int shw, int xy /* 0=y,1=x */ , int pu /* 0=pack,1=unpack */, char * packname, char * commname ) ^~~~~~~~~ gen_wrf_io.c: In function ‘gen_wrf_io’: gen_wrf_io.c:27:3: warning: implicit declaration of function ‘sym_forget’; did you mean ‘sym_get’? [-Wimplicit-function-declaration] sym_forget() ; ^~~~~~~~~~ gen_wrf_io.c:36:3: note: in expansion of macro ‘OP_F’ OP_F(fp,"wrf_bdyout.inc") ; ^~~~ gen_wrf_io.c: In function ‘gen_wrf_io2’: gen_wrf_io.c:334:11: warning: implicit declaration of function ‘make_upper_case’ [-Wimplicit-function-declaration] make_upper_case(dname) ; ^~~~~~~~~~~~~~~ gen_streams.c: In function ‘gen_streams’: gen_streams.c:25:3: warning: implicit declaration of function ‘gen_io_domain_defs’; did you mean ‘gen_dummy_decls’? [-Wimplicit-function-declaration] gen_io_domain_defs( fp ) ; ^~~~~~~~~~~~~~~~~~ gen_dummy_decls gen_streams.c:33:3: warning: implicit declaration of function ‘gen_set_timekeeping_defs’ [-Wimplicit-function-declaration] gen_set_timekeeping_defs( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:41:3: warning: implicit declaration of function ‘gen_set_timekeeping_alarms’ [-Wimplicit-function-declaration] gen_set_timekeeping_alarms( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:49:3: warning: implicit declaration of function ‘gen_io_form_for_dataset’ [-Wimplicit-function-declaration] gen_io_form_for_dataset( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:57:3: warning: implicit declaration of function ‘gen_io_form_for_stream’ [-Wimplicit-function-declaration] gen_io_form_for_stream( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:65:3: warning: implicit declaration of function ‘gen_switches_and_alarms’ [-Wimplicit-function-declaration] gen_switches_and_alarms( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:73:3: warning: implicit declaration of function ‘gen_check_auxstream_alarms’ [-Wimplicit-function-declaration] gen_check_auxstream_alarms( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:81:3: warning: implicit declaration of function ‘gen_fine_stream_input’; did you mean ‘gen_nest_packing’? [-Wimplicit-function-declaration] gen_fine_stream_input( fp ) ; ^~~~~~~~~~~~~~~~~~~~~ gen_nest_packing gen_streams.c:89:3: warning: implicit declaration of function ‘gen_med_auxinput_in’ [-Wimplicit-function-declaration] gen_med_auxinput_in( fp ) ; ^~~~~~~~~~~~~~~~~~~ gen_streams.c:97:3: warning: implicit declaration of function ‘gen_med_hist_out_opens’ [-Wimplicit-function-declaration] gen_med_hist_out_opens( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:105:3: warning: implicit declaration of function ‘gen_med_hist_out_closes’ [-Wimplicit-function-declaration] gen_med_hist_out_closes( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:113:3: warning: implicit declaration of function ‘gen_med_auxinput_in_closes’ [-Wimplicit-function-declaration] gen_med_auxinput_in_closes( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:121:3: warning: implicit declaration of function ‘gen_med_last_solve_io’ [-Wimplicit-function-declaration] gen_med_last_solve_io( fp ) ; ^~~~~~~~~~~~~~~~~~~~~ gen_streams.c:129:3: warning: implicit declaration of function ‘gen_med_open_esmf_calls’ [-Wimplicit-function-declaration] gen_med_open_esmf_calls( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:137:3: warning: implicit declaration of function ‘gen_med_find_esmf_coupling’ [-Wimplicit-function-declaration] gen_med_find_esmf_coupling( fp ) ; ^~~~~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:145:3: warning: implicit declaration of function ‘gen_shutdown_closes’ [-Wimplicit-function-declaration] gen_shutdown_closes( fp ) ; ^~~~~~~~~~~~~~~~~~~ gen_streams.c: At top level: gen_streams.c:542:1: warning: return type defaults to ‘int’ [-Wimplicit-int] gen_med_open_esmf_calls ( FILE *fp ) ^~~~~~~~~~~~~~~~~~~~~~~ gen_streams.c:572:1: warning: return type defaults to ‘int’ [-Wimplicit-int] gen_med_find_esmf_coupling ( FILE *fp ) ^~~~~~~~~~~~~~~~~~~~~~~~~~ opening Registry/registry.dimspec including Registry/registry.dimspec opening Registry/registry.em_shared_collection including Registry/registry.em_shared_collection opening Registry/Registry.EM_COMMON including Registry/Registry.EM_COMMON opening Registry/registry.io_boilerplate including Registry/registry.io_boilerplate opening Registry/io_boilerplate_temporary.inc including Registry/io_boilerplate_temporary.inc opening Registry/registry.fire including Registry/registry.fire opening Registry/registry.avgflx including Registry/registry.avgflx opening Registry/registry.stoch including Registry/registry.stoch opening Registry/registry.les including Registry/registry.les opening Registry/registry.cam including Registry/registry.cam opening Registry/registry.clm including Registry/registry.clm opening Registry/registry.lake including Registry/registry.lake opening Registry/registry.ssib including Registry/registry.ssib opening Registry/registry.noahmp including Registry/registry.noahmp opening Registry/registry.sbm including Registry/registry.sbm opening Registry/registry.polrad including Registry/registry.polrad opening Registry/registry.afwa including Registry/registry.afwa opening Registry/registry.rasm_diag including Registry/registry.rasm_diag opening Registry/registry.elec including Registry/registry.elec opening Registry/registry.bdy_perturb including Registry/registry.bdy_perturb opening Registry/registry.hyb_coord including Registry/registry.hyb_coord opening Registry/registry.new3d_wif including Registry/registry.new3d_wif opening Registry/registry.trad_fields including Registry/registry.trad_fields opening Registry/registry.solar_fields including Registry/registry.solar_fields opening Registry/registry.diags including Registry/registry.diags ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [wrf_shutdown.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [../share/module_model_constants.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_wrf_error.o] Error 1 (ignored) make[2]: [libmassv.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [wrf_debug.o] Error 1 (ignored) make[2]: [module_sm.o] Error 1 (ignored) Registry INFO variable counts: 0d 2401 1d 123 2d 1241 3d 951 Packages in gen_scalar_indices1 WARNING: ts_swp_tot is not a member of 4D array state WARNING: ts_re_qs_tot is not a member of 4D array state WARNING: ts_tau_qs_tot is not a member of 4D array state WARNING: fire_smoke is not a member of 4D array state REGISTRY WARNING: o3rad: o3rad_b is not a variable or number; ignoring it REGISTRY WARNING: o3rad: o3rad_bt is not a variable or number; ignoring it REGISTRY WARNING: aerod(grid%sm31,grid%sm32,grid%sm33,itrace): aerod_b is not a variable or number; ignoring it REGISTRY WARNING: aerod(grid%sm31,grid%sm32,grid%sm33,itrace): aerod_bt is not a variable or number; ignoring it REGISTRY WARNING: aerocu(grid%sm31,grid%sm32,grid%sm33,itrace): aerocu_b is not a variable or number; ignoring it REGISTRY WARNING: aerocu(grid%sm31,grid%sm32,grid%sm33,itrace): aerocu_bt is not a variable or number; ignoring it REGISTRY WARNING: om_tmp: om_tmp_b is not a variable or number; ignoring it REGISTRY WARNING: om_tmp: om_tmp_bt is not a variable or number; ignoring it REGISTRY WARNING: om_s: om_s_b is not a variable or number; ignoring it REGISTRY WARNING: om_s: om_s_bt is not a variable or number; ignoring it REGISTRY WARNING: om_u: om_u_b is not a variable or number; ignoring it REGISTRY WARNING: om_u: om_u_bt is not a variable or number; ignoring it REGISTRY WARNING: om_v: om_v_b is not a variable or number; ignoring it REGISTRY WARNING: om_v: om_v_bt is not a variable or number; ignoring it REGISTRY WARNING: om_ml: om_ml_b is not a variable or number; ignoring it REGISTRY WARNING: om_ml: om_ml_bt is not a variable or number; ignoring it REGISTRY WARNING: field_sf: field_sf_b is not a variable or number; ignoring it REGISTRY WARNING: field_sf: field_sf_bt is not a variable or number; ignoring it REGISTRY WARNING: field_pbl: field_pbl_b is not a variable or number; ignoring it REGISTRY WARNING: field_pbl: field_pbl_bt is not a variable or number; ignoring it REGISTRY WARNING: field_conv: field_conv_b is not a variable or number; ignoring it REGISTRY WARNING: field_conv: field_conv_bt is not a variable or number; ignoring it REGISTRY WARNING: ru_tendf_stoch: ru_tendf_stoch_b is not a variable or number; ignoring it REGISTRY WARNING: ru_tendf_stoch: ru_tendf_stoch_bt is not a variable or number; ignoring it REGISTRY WARNING: rv_tendf_stoch: rv_tendf_stoch_b is not a variable or number; ignoring it REGISTRY WARNING: rv_tendf_stoch: rv_tendf_stoch_bt is not a variable or number; ignoring it REGISTRY WARNING: rt_tendf_stoch: rt_tendf_stoch_b is not a variable or number; ignoring it REGISTRY WARNING: rt_tendf_stoch: rt_tendf_stoch_bt is not a variable or number; ignoring it REGISTRY WARNING: rand_pert: rand_pert_b is not a variable or number; ignoring it REGISTRY WARNING: rand_pert: rand_pert_bt is not a variable or number; ignoring it REGISTRY WARNING: pattern_spp_conv: pattern_spp_conv_b is not a variable or number; ignoring it REGISTRY WARNING: pattern_spp_conv: pattern_spp_conv_bt is not a variable or number; ignoring it REGISTRY WARNING: pattern_spp_pbl: pattern_spp_pbl_b is not a variable or number; ignoring it REGISTRY WARNING: pattern_spp_pbl: pattern_spp_pbl_bt is not a variable or number; ignoring it REGISTRY WARNING: pattern_spp_lsm: pattern_spp_lsm_b is not a variable or number; ignoring it REGISTRY WARNING: pattern_spp_lsm: pattern_spp_lsm_bt is not a variable or number; ignoring it REGISTRY WARNING: rstoch: rstoch_b is not a variable or number; ignoring it REGISTRY WARNING: rstoch: rstoch_bt is not a variable or number; ignoring it REGISTRY WARNING: field_u_tend_perturb: field_u_tend_perturb_b is not a variable or number; ignoring it REGISTRY WARNING: field_u_tend_perturb: field_u_tend_perturb_bt is not a variable or number; ignoring it REGISTRY WARNING: field_v_tend_perturb: field_v_tend_perturb_b is not a variable or number; ignoring it REGISTRY WARNING: field_v_tend_perturb: field_v_tend_perturb_bt is not a variable or number; ignoring it REGISTRY WARNING: field_t_tend_perturb: field_t_tend_perturb_b is not a variable or number; ignoring it REGISTRY WARNING: field_t_tend_perturb: field_t_tend_perturb_bt is not a variable or number; ignoring it ADVISORY: RSL_LITE version of gen_comms is linked in with registry program. ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_state_description.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_driver_constants.o] Error 1 (ignored) make[2]: [module_timing.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_streams.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_machine.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_domain_type.o] Error 1 (ignored) make[2]: [module_quilt_outbuf_ops.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_configure.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_alloc_space_4.o] Error 1 (ignored) make[2]: [module_alloc_space_5.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_alloc_space_8.o] Error 1 (ignored) make[2]: [module_alloc_space_9.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_alloc_space_3.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_get_0_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_get_1_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_get_2_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_get_3_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_get_4_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_get_5_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_get_6_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_get_7_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_set_0_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_alloc_space_2.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_set_1_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_set_2_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_alloc_space_6.o] Error 1 (ignored) make[2]: [nl_set_4_routines.o] Error 1 (ignored) make[2]: [nl_set_3_routines.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [nl_set_5_routines.o] Error 1 (ignored) make[2]: [nl_set_6_routines.o] Error 1 (ignored) make[2]: [nl_set_7_routines.o] Error 1 (ignored) make[2]: [module_alloc_space_7.o] Error 1 (ignored) make[2]: [module_alloc_space_0.o] Error 1 (ignored) make[2]: [module_alloc_space_1.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_domain.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_cpl_oasis3.f90(16): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MOD_OASIS] USE mod_oasis -------^ module_cpl_oasis3.f90(61): error #6404: This name does not have a type, and must have an explicit type. [OASIS_OK] IF( ierror /= OASIS_Ok ) CALL cpl_oasis_abort( 'cpl_oasis_init', 'Failure in oasis_init_comp' ) --------------------^ module_cpl_oasis3.f90(179): error #6404: This name does not have a type, and must have an explicit type. [OASIS_OUT] CALL oasis_def_var(ssnd(jw,je,jf)%nid, ssnd(jw,je,jf)%clname, id_part, (/2,1/), OASIS_Out, ishape, OASIS_Real,ierror) -----------------------------------------------------------------------------------------------^ module_cpl_oasis3.f90(179): error #6404: This name does not have a type, and must have an explicit type. [OASIS_REAL] CALL oasis_def_var(ssnd(jw,je,jf)%nid, ssnd(jw,je,jf)%clname, id_part, (/2,1/), OASIS_Out, ishape, OASIS_Real,ierror) ------------------------------------------------------------------------------------------------------------------^ module_cpl_oasis3.f90(203): error #6404: This name does not have a type, and must have an explicit type. [OASIS_IN] CALL oasis_def_var(srcv(jw,je,jf)%nid, srcv(jw,je,jf)%clname, id_part, (/2,1/), OASIS_In , ishape, OASIS_Real,ierror) -----------------------------------------------------------------------------------------------^ module_cpl_oasis3.f90(311): error #6404: This name does not have a type, and must have an explicit type. [OASIS_SENT] llaction = info == OASIS_Sent .OR. info == OASIS_ToRest .OR. & -------------------------^ module_cpl_oasis3.f90(311): error #6404: This name does not have a type, and must have an explicit type. [OASIS_TOREST] llaction = info == OASIS_Sent .OR. info == OASIS_ToRest .OR. & -----------------------------------------------------^ module_cpl_oasis3.f90(312): error #6404: This name does not have a type, and must have an explicit type. [OASIS_SENTOUT] & info == OASIS_SentOut .OR. info == OASIS_ToRestOut -------------------------^ module_cpl_oasis3.f90(312): error #6404: This name does not have a type, and must have an explicit type. [OASIS_TORESTOUT] & info == OASIS_SentOut .OR. info == OASIS_ToRestOut -----------------------------------------------------^ module_cpl_oasis3.f90(361): error #6404: This name does not have a type, and must have an explicit type. [OASIS_RECVD] llaction = info == OASIS_Recvd .OR. info == OASIS_FromRest .OR. & -------------------------^ module_cpl_oasis3.f90(361): error #6404: This name does not have a type, and must have an explicit type. [OASIS_FROMREST] llaction = info == OASIS_Recvd .OR. info == OASIS_FromRest .OR. & ----------------------------------------------------^ module_cpl_oasis3.f90(362): error #6404: This name does not have a type, and must have an explicit type. [OASIS_RECVOUT] & info == OASIS_RecvOut .OR. info == OASIS_FromRestOut -------------------------^ module_cpl_oasis3.f90(362): error #6404: This name does not have a type, and must have an explicit type. [OASIS_FROMRESTOUT] & info == OASIS_RecvOut .OR. info == OASIS_FromRestOut ----------------------------------------------------^ compilation aborted for module_cpl_oasis3.f90 (code 1) make[2]: [module_cpl_oasis3.o] Error 1 (ignored) make[2]: [module_nesting.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_xios.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_tiles.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_cpl.f90(7): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL_OASIS3] USE module_cpl_oasis3 -------^ module_cpl.f90(246): error #6404: This name does not have a type, and must have an explicit type. [CPL_OASIS_TORECEIVE] IF ( coupler_name == 'oasis' ) cpl_toreceive = cpl_oasis_toreceive( kdomwrf, kdomext, kfldid ) -----------------------------------------------------^ module_cpl.f90(267): error #6404: This name does not have a type, and must have an explicit type. [CPL_OASIS_TOSEND] IF ( coupler_name == 'oasis' ) cpl_tosend(jext) = cpl_oasis_tosend( kdomwrf, jext, kfldid ) -------------------------------------------------------------^ compilation aborted for module_cpl.f90 (code 1) make[2]: [module_cpl.o] Error 1 (ignored) make[2]: [module_comm_nesting_dm.o] Error 1 (ignored) make[2]: [module_clear_halos.o] Error 1 (ignored) make[2]: [module_comm_dm_3.o] Error 1 (ignored) make[2]: [module_comm_dm_1.o] Error 1 (ignored) make[2]: [module_comm_dm_0.o] Error 1 (ignored) make[2]: [module_comm_dm_2.o] Error 1 (ignored) make[2]: [module_comm_dm_4.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_comm_dm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_dm.f90(22): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_init -------^ module_dm.f90(22): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------^ module_dm.f90(22): error #6580: Name in only-list does not exist or is not accessible. [CPL_INIT] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------------------^ module_dm.f90(5589): error #6404: This name does not have a type, and must have an explicit type. [COUPLER_ON] IF ( coupler_on ) THEN -------------^ module_dm.f90(5589): error #6341: A logical data type is required in this context. [COUPLER_ON] IF ( coupler_on ) THEN -------------^ module_dm.f90(6207): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ----------^ module_dm.f90(6214): error #6410: This name has not been declared as an array or a function. [ID_STACK] id_stack(communicator_stack_cursor) = current_id ------^ module_dm.f90(6215): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_STACK] local_communicator_stack( communicator_stack_cursor ) = local_communicator ------^ module_dm.f90(6216): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_PERIODIC_STACK] local_communicator_periodic_stack( communicator_stack_cursor ) = local_communicator_periodic ------^ module_dm.f90(6217): error #6410: This name has not been declared as an array or a function. [LOCAL_IOCOMMUNICATOR_STACK] local_iocommunicator_stack( communicator_stack_cursor ) = local_iocommunicator ------^ module_dm.f90(6218): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_X_STACK] local_communicator_x_stack( communicator_stack_cursor ) = local_communicator_x ------^ module_dm.f90(6219): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_Y_STACK] local_communicator_y_stack( communicator_stack_cursor ) = local_communicator_y ------^ module_dm.f90(6220): error #6410: This name has not been declared as an array or a function. [NTASKS_STACK] ntasks_stack( communicator_stack_cursor ) = ntasks ------^ module_dm.f90(6221): error #6410: This name has not been declared as an array or a function. [NTASKS_Y_STACK] ntasks_y_stack( communicator_stack_cursor ) = ntasks_y ------^ module_dm.f90(6222): error #6410: This name has not been declared as an array or a function. [NTASKS_X_STACK] ntasks_x_stack( communicator_stack_cursor ) = ntasks_x ------^ module_dm.f90(6223): error #6410: This name has not been declared as an array or a function. [MYTASK_STACK] mytask_stack( communicator_stack_cursor ) = mytask ------^ module_dm.f90(6224): error #6410: This name has not been declared as an array or a function. [MYTASK_X_STACK] mytask_x_stack( communicator_stack_cursor ) = mytask_x ------^ module_dm.f90(6225): error #6410: This name has not been declared as an array or a function. [MYTASK_Y_STACK] mytask_y_stack( communicator_stack_cursor ) = mytask_y ------^ module_dm.f90(6230): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ----------^ module_dm.f90(6233): error #6404: This name does not have a type, and must have an explicit type. [COMMUNICATOR_STACK_CURSOR] IF ( communicator_stack_cursor .LT. 1 ) CALL wrf_error_fatal3("",6233,& -----------^ module_dm.f90(6235): error #6404: This name does not have a type, and must have an explicit type. [CURRENT_ID] current_id = id_stack(communicator_stack_cursor) ------^ module_dm.f90(6235): error #6404: This name does not have a type, and must have an explicit type. [ID_STACK] current_id = id_stack(communicator_stack_cursor) -------------------^ module_dm.f90(6236): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator = local_communicator_stack( communicator_stack_cursor ) ------^ module_dm.f90(6236): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_STACK] local_communicator = local_communicator_stack( communicator_stack_cursor ) ---------------------------^ module_dm.f90(6237): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC] local_communicator_periodic = local_communicator_periodic_stack( communicator_stack_cursor ) ------^ module_dm.f90(6237): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC_STACK] local_communicator_periodic = local_communicator_periodic_stack( communicator_stack_cursor ) ------------------------------------^ module_dm.f90(6238): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_IOCOMMUNICATOR] local_iocommunicator = local_iocommunicator_stack( communicator_stack_cursor ) ------^ module_dm.f90(6238): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_IOCOMMUNICATOR_STACK] local_iocommunicator = local_iocommunicator_stack( communicator_stack_cursor ) -----------------------------^ module_dm.f90(6239): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X] local_communicator_x = local_communicator_x_stack( communicator_stack_cursor ) ------^ module_dm.f90(6239): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X_STACK] local_communicator_x = local_communicator_x_stack( communicator_stack_cursor ) -----------------------------^ module_dm.f90(6864): catastrophic error: Too many errors, exiting compilation aborted for module_dm.f90 (code 1) make[2]: [module_dm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_intermediate_nmm.o] Error 1 (ignored) module_integrate.f90(18): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_snd, cpl_defdomain -------^ module_integrate.f90(25): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY: domain_active_this_task -------^ module_io_quilt.f90(65): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_set_dm_communicator, cpl_finalize ------^ module_io_quilt.f90(247): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : compute_mesh ----------^ module_io_quilt.f90(2097): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, only: mpi_comm_allcompute ----------^ module_io_quilt.f90(65): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_set_dm_communicator, cpl_finalize -------------------------^ module_io_quilt.f90(65): error #6580: Name in only-list does not exist or is not accessible. [CPL_SET_DM_COMMUNICATOR] USE module_cpl, ONLY : coupler_on, cpl_set_dm_communicator, cpl_finalize -------------------------------------^ module_io_quilt.f90(65): error #6580: Name in only-list does not exist or is not accessible. [CPL_FINALIZE] USE module_cpl, ONLY : coupler_on, cpl_set_dm_communicator, cpl_finalize --------------------------------------------------------------^ module_io_quilt.f90(247): error #6580: Name in only-list does not exist or is not accessible. [COMPUTE_MESH] USE module_dm, ONLY : compute_mesh ----------------------------^ module_io_quilt.f90(661): error #6404: This name does not have a type, and must have an explicit type. [COUPLER_ON] IF (coupler_on) THEN ----------------^ module_io_quilt.f90(661): error #6341: A logical data type is required in this context. [COUPLER_ON] IF (coupler_on) THEN ----------------^ module_io_quilt.f90(6468): error #6406: Conflicting attributes or multiple declaration of name. [MPI_COMM_ALLCOMPUTE] mpi_comm_allcompute = mpi_comm_local ----------^ module_io_quilt.f90(6470): error #6341: A logical data type is required in this context. [COUPLER_ON] IF (coupler_on) CALL cpl_set_dm_communicator( mpi_comm_local ) --------------^ module_io_quilt.f90(6472): error #6341: A logical data type is required in this context. [COUPLER_ON] IF (coupler_on) CALL cpl_set_dm_communicator( MPI_COMM_NULL ) --------------^ module_io_quilt.f90(2097): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_ALLCOMPUTE] USE module_dm, only: mpi_comm_allcompute ---------------------------^ module_io_quilt.f90(6494): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ module_io_quilt.f90(6504): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ module_io_quilt.f90(6519): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ module_io_quilt.f90(6531): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ module_io_quilt.f90(6541): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ module_io_quilt.f90(6553): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ module_io_quilt.f90(6606): error #6410: This name has not been declared as an array or a function. [OKAY_TO_WRITE] okay_to_write(i) = .false. --^ module_io_quilt.f90(6606): error #6303: The assignment operation or the binary expression operation is invalid for the data types of the two operands. okay_to_write(i) = .false. ---------------------^ module_io_quilt.f90(6618): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_ON_MONITOR] IF ( wrf_dm_on_monitor() ) THEN ----------^ module_io_quilt.f90(6618): error #6341: A logical data type is required in this context. [WRF_DM_ON_MONITOR] IF ( wrf_dm_on_monitor() ) THEN ----------^ module_io_quilt.f90(6619): error #6404: This name does not have a type, and must have an explicit type. [HDRBUF] CALL int_gen_ofwb_header( hdrbuf, hdrbufsize, itypesize, & ----------------------------------^ module_io_quilt.f90(6619): error #6404: This name does not have a type, and must have an explicit type. [HDRBUFSIZE] CALL int_gen_ofwb_header( hdrbuf, hdrbufsize, itypesize, & ------------------------------------------^ module_io_quilt.f90(6627): error #6404: This name does not have a type, and must have an explicit type. [ISERVER] iserver = get_server_id ( DataHandle ) --^ module_io_quilt.f90(6627): error #6404: This name does not have a type, and must have an explicit type. [GET_SERVER_ID] iserver = get_server_id ( DataHandle ) ------------^ module_io_quilt.f90(6634): error #6404: This name does not have a type, and must have an explicit type. [REDUCED] reduced = 0 --^ module_io_quilt.f90(6635): error #6410: This name has not been declared as an array or a function. [REDUCED] reduced(1) = hdrbufsize --^ module_io_quilt.f90(6636): error #6341: A logical data type is required in this context. [WRF_DM_ON_MONITOR] IF ( wrf_dm_on_monitor() ) reduced(2) = i -------^ module_io_quilt.f90(9726): catastrophic error: Too many errors, exiting compilation aborted for module_io_quilt.f90 (code 1) make[2]: [module_io_quilt.o] Error 1 (ignored) module_io.f90(18400): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : ntasks_x, mytask_x, local_communicator_x ------^ module_integrate.f90(296): error #6404: This name does not have a type, and must have an explicit type. [DOMAIN_ACTIVE_THIS_TASK] active_this_task = domain_active_this_task( nestid ), & --------------------------------------------------------------^ module_integrate.f90(306): error #6404: This name does not have a type, and must have an explicit type. [COUPLER_ON] IF (coupler_on) CALL cpl_defdomain( new_nest ) -------------------^ module_integrate.f90(306): error #6341: A logical data type is required in this context. [COUPLER_ON] IF (coupler_on) CALL cpl_defdomain( new_nest ) -------------------^ module_integrate.f90(387): error #6341: A logical data type is required in this context. [COUPLER_ON] IF (coupler_on) CALL cpl_snd( grid_ptr ) -------------------^ module_integrate.f90(18): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_snd, cpl_defdomain --------------------------^ module_integrate.f90(18): error #6580: Name in only-list does not exist or is not accessible. [CPL_SND] USE module_cpl, ONLY : coupler_on, cpl_snd, cpl_defdomain --------------------------------------^ module_integrate.f90(18): error #6580: Name in only-list does not exist or is not accessible. [CPL_DEFDOMAIN] USE module_cpl, ONLY : coupler_on, cpl_snd, cpl_defdomain -----------------------------------------------^ module_integrate.f90(25): error #6580: Name in only-list does not exist or is not accessible. [DOMAIN_ACTIVE_THIS_TASK] USE module_dm, ONLY: domain_active_this_task -------------------------^ compilation aborted for module_integrate.f90 (code 1) make[2]: [module_integrate.o] Error 1 (ignored) module_io.f90(18400): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm, ONLY : ntasks_x, mytask_x, local_communicator_x -------------------------^ module_io.f90(18400): error #6580: Name in only-list does not exist or is not accessible. [MYTASK_X] USE module_dm, ONLY : ntasks_x, mytask_x, local_communicator_x -----------------------------------^ module_io.f90(18400): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_X] USE module_dm, ONLY : ntasks_x, mytask_x, local_communicator_x ---------------------------------------------^ module_io.f90(21007): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io ------^ module_io.f90(21446): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io ------^ module_io.f90(22870): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io ------^ compilation aborted for module_io.f90 (code 1) make[2]: [module_io.o] Error 1 (ignored) xiar: executing 'ar' ar: creating ../main/libwrflib.a ar: module_integrate.o: No such file or directory make[2]: [framework] Error 1 (ignored) ranlib: '../main/libwrflib.a': No such file make[2]: [framework] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_bc_time_utilities.o] Error 1 (ignored) make[2]: [module_compute_geop.o] Error 1 (ignored) ../frame/module_dm.f90(22): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_init -------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../frame/module_dm.f90(22): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------^ ../frame/module_dm.f90(22): error #6580: Name in only-list does not exist or is not accessible. [CPL_INIT] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------------------^ ../frame/module_dm.f90(5589): error #6404: This name does not have a type, and must have an explicit type. [COUPLER_ON] IF ( coupler_on ) THEN -------------^ ../frame/module_dm.f90(5589): error #6341: A logical data type is required in this context. [COUPLER_ON] IF ( coupler_on ) THEN -------------^ make[2]: [module_string_tools.o] Error 1 (ignored) ../frame/module_dm.f90(6207): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ----------^ ../frame/module_dm.f90(6214): error #6410: This name has not been declared as an array or a function. [ID_STACK] id_stack(communicator_stack_cursor) = current_id ------^ ../frame/module_dm.f90(6215): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_STACK] local_communicator_stack( communicator_stack_cursor ) = local_communicator ------^ ../frame/module_dm.f90(6216): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_PERIODIC_STACK] local_communicator_periodic_stack( communicator_stack_cursor ) = local_communicator_periodic ------^ ../frame/module_dm.f90(6217): error #6410: This name has not been declared as an array or a function. [LOCAL_IOCOMMUNICATOR_STACK] local_iocommunicator_stack( communicator_stack_cursor ) = local_iocommunicator ------^ ../frame/module_dm.f90(6218): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_X_STACK] local_communicator_x_stack( communicator_stack_cursor ) = local_communicator_x ------^ ../frame/module_dm.f90(6219): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_Y_STACK] local_communicator_y_stack( communicator_stack_cursor ) = local_communicator_y ------^ ../frame/module_dm.f90(6220): error #6410: This name has not been declared as an array or a function. [NTASKS_STACK] ntasks_stack( communicator_stack_cursor ) = ntasks ------^ ../frame/module_dm.f90(6221): error #6410: This name has not been declared as an array or a function. [NTASKS_Y_STACK] ntasks_y_stack( communicator_stack_cursor ) = ntasks_y ------^ ../frame/module_dm.f90(6222): error #6410: This name has not been declared as an array or a function. [NTASKS_X_STACK] ntasks_x_stack( communicator_stack_cursor ) = ntasks_x ------^ ../frame/module_dm.f90(6223): error #6410: This name has not been declared as an array or a function. [MYTASK_STACK] mytask_stack( communicator_stack_cursor ) = mytask ------^ ../frame/module_dm.f90(6224): error #6410: This name has not been declared as an array or a function. [MYTASK_X_STACK] mytask_x_stack( communicator_stack_cursor ) = mytask_x ------^ ../frame/module_dm.f90(6225): error #6410: This name has not been declared as an array or a function. [MYTASK_Y_STACK] mytask_y_stack( communicator_stack_cursor ) = mytask_y ------^ ../frame/module_dm.f90(6230): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ----------^ ../frame/module_dm.f90(6233): error #6404: This name does not have a type, and must have an explicit type. [COMMUNICATOR_STACK_CURSOR] IF ( communicator_stack_cursor .LT. 1 ) CALL wrf_error_fatal3("",6233,& -----------^ ../frame/module_dm.f90(6235): error #6404: This name does not have a type, and must have an explicit type. [CURRENT_ID] current_id = id_stack(communicator_stack_cursor) ------^ ../frame/module_dm.f90(6235): error #6404: This name does not have a type, and must have an explicit type. [ID_STACK] current_id = id_stack(communicator_stack_cursor) -------------------^ ../frame/module_dm.f90(6236): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator = local_communicator_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6236): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_STACK] local_communicator = local_communicator_stack( communicator_stack_cursor ) ---------------------------^ ../frame/module_dm.f90(6237): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC] local_communicator_periodic = local_communicator_periodic_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6237): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC_STACK] local_communicator_periodic = local_communicator_periodic_stack( communicator_stack_cursor ) ------------------------------------^ ../frame/module_dm.f90(6238): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_IOCOMMUNICATOR] local_iocommunicator = local_iocommunicator_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6238): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_IOCOMMUNICATOR_STACK] local_iocommunicator = local_iocommunicator_stack( communicator_stack_cursor ) -----------------------------^ ../frame/module_dm.f90(6239): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X] local_communicator_x = local_communicator_x_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6239): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X_STACK] local_communicator_x = local_communicator_x_stack( communicator_stack_cursor ) -----------------------------^ ../frame/module_dm.f90(6864): catastrophic error: Too many errors, exiting compilation aborted for ../frame/module_dm.f90 (code 1) make[2]: [../frame/module_dm.o] Error 1 (ignored) make[2]: [module_interp_store.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_MPP.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [../phys/module_checkerror.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_llxy.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' mediation_force_domain.f90(8): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : intercomm_active, & -------^ make[2]: [module_date_time.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' mediation_feedback_domain.f90(9): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY: local_communicator, intercomm_active -------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' mediation_force_domain.f90(387): error #6404: This name does not have a type, and must have an explicit type. [MPI_COMM_TO_KID] CALL BYTE_BCAST( parent_grid%dt,4,mpi_comm_to_kid( which_kid( nested_grid%id ) , parent_grid%id )) ---------------------------------------^ mediation_force_domain.f90(389): error #6404: This name does not have a type, and must have an explicit type. [MPI_COMM_TO_MOM] CALL BYTE_BCAST( nested_grid%dt,4,mpi_comm_to_mom( nested_grid%id ) ) ---------------------------------------^ mediation_force_domain.f90(8): error #6580: Name in only-list does not exist or is not accessible. [INTERCOMM_ACTIVE] USE module_dm, ONLY : intercomm_active, & -------------------------^ mediation_force_domain.f90(9): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_TO_KID] mpi_comm_to_kid, mpi_comm_to_mom, which_kid -------------------------^ mediation_force_domain.f90(9): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_TO_MOM] mpi_comm_to_kid, mpi_comm_to_mom, which_kid ------------------------------------------^ mediation_force_domain.f90(9): error #6580: Name in only-list does not exist or is not accessible. [WHICH_KID] mpi_comm_to_kid, mpi_comm_to_mom, which_kid -----------------------------------------------------------^ compilation aborted for mediation_force_domain.f90 (code 1) make[2]: [mediation_force_domain.o] Error 1 (ignored) mediation_feedback_domain.f90(9): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm, ONLY: local_communicator, intercomm_active ------------------------^ mediation_feedback_domain.f90(9): error #6580: Name in only-list does not exist or is not accessible. [INTERCOMM_ACTIVE] USE module_dm, ONLY: local_communicator, intercomm_active --------------------------------------------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' compilation aborted for mediation_feedback_domain.f90 (code 1) make[2]: [mediation_feedback_domain.o] Error 1 (ignored) make[2]: [wrf_tsin.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [track_input.o] Error 1 (ignored) ../frame/module_io_quilt.f90(65): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_set_dm_communicator, cpl_finalize ------^ ../frame/module_io_quilt.f90(247): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : compute_mesh ----------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../frame/module_io_quilt.f90(2097): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, only: mpi_comm_allcompute ----------^ ../frame/module_io_quilt.f90(65): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_set_dm_communicator, cpl_finalize -------------------------^ ../frame/module_io_quilt.f90(65): error #6580: Name in only-list does not exist or is not accessible. [CPL_SET_DM_COMMUNICATOR] USE module_cpl, ONLY : coupler_on, cpl_set_dm_communicator, cpl_finalize -------------------------------------^ ../frame/module_io_quilt.f90(65): error #6580: Name in only-list does not exist or is not accessible. [CPL_FINALIZE] USE module_cpl, ONLY : coupler_on, cpl_set_dm_communicator, cpl_finalize --------------------------------------------------------------^ ../frame/module_io_quilt.f90(247): error #6580: Name in only-list does not exist or is not accessible. [COMPUTE_MESH] USE module_dm, ONLY : compute_mesh ----------------------------^ ../frame/module_io_quilt.f90(661): error #6404: This name does not have a type, and must have an explicit type. [COUPLER_ON] IF (coupler_on) THEN ----------------^ ../frame/module_io_quilt.f90(661): error #6341: A logical data type is required in this context. [COUPLER_ON] IF (coupler_on) THEN ----------------^ ../frame/module_io_quilt.f90(6468): error #6406: Conflicting attributes or multiple declaration of name. [MPI_COMM_ALLCOMPUTE] mpi_comm_allcompute = mpi_comm_local ----------^ ../frame/module_io_quilt.f90(6470): error #6341: A logical data type is required in this context. [COUPLER_ON] IF (coupler_on) CALL cpl_set_dm_communicator( mpi_comm_local ) --------------^ ../frame/module_io_quilt.f90(6472): error #6341: A logical data type is required in this context. [COUPLER_ON] IF (coupler_on) CALL cpl_set_dm_communicator( MPI_COMM_NULL ) --------------^ ../frame/module_io_quilt.f90(2097): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_ALLCOMPUTE] USE module_dm, only: mpi_comm_allcompute ---------------------------^ ../frame/module_io_quilt.f90(6494): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ ../frame/module_io_quilt.f90(6504): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ ../frame/module_io_quilt.f90(6519): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ ../frame/module_io_quilt.f90(6531): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ ../frame/module_io_quilt.f90(6541): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ ../frame/module_io_quilt.f90(6553): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt ------^ ../frame/module_io_quilt.f90(6606): error #6410: This name has not been declared as an array or a function. [OKAY_TO_WRITE] okay_to_write(i) = .false. --^ ../frame/module_io_quilt.f90(6606): error #6303: The assignment operation or the binary expression operation is invalid for the data types of the two operands. okay_to_write(i) = .false. ---------------------^ ../frame/module_io_quilt.f90(6618): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_ON_MONITOR] IF ( wrf_dm_on_monitor() ) THEN ----------^ ../frame/module_io_quilt.f90(6618): error #6341: A logical data type is required in this context. [WRF_DM_ON_MONITOR] IF ( wrf_dm_on_monitor() ) THEN ----------^ ../frame/module_io_quilt.f90(6619): error #6404: This name does not have a type, and must have an explicit type. [HDRBUF] CALL int_gen_ofwb_header( hdrbuf, hdrbufsize, itypesize, & ----------------------------------^ ../frame/module_io_quilt.f90(6619): error #6404: This name does not have a type, and must have an explicit type. [HDRBUFSIZE] CALL int_gen_ofwb_header( hdrbuf, hdrbufsize, itypesize, & ------------------------------------------^ ../frame/module_io_quilt.f90(6627): error #6404: This name does not have a type, and must have an explicit type. [ISERVER] iserver = get_server_id ( DataHandle ) --^ ../frame/module_io_quilt.f90(6627): error #6404: This name does not have a type, and must have an explicit type. [GET_SERVER_ID] iserver = get_server_id ( DataHandle ) ------------^ ../frame/module_io_quilt.f90(6634): error #6404: This name does not have a type, and must have an explicit type. [REDUCED] reduced = 0 --^ ../frame/module_io_quilt.f90(6635): error #6410: This name has not been declared as an array or a function. [REDUCED] reduced(1) = hdrbufsize --^ ../frame/module_io_quilt.f90(6636): error #6341: A logical data type is required in this context. [WRF_DM_ON_MONITOR] IF ( wrf_dm_on_monitor() ) reduced(2) = i -------^ ../frame/module_io_quilt.f90(9726): catastrophic error: Too many errors, exiting compilation aborted for ../frame/module_io_quilt.f90 (code 1) make[2]: [../frame/module_io_quilt.o] Error 1 (ignored) make[2]: [mediation_interp_domain.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../frame/module_io.f90(18400): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : ntasks_x, mytask_x, local_communicator_x ------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../frame/module_io.f90(18400): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm, ONLY : ntasks_x, mytask_x, local_communicator_x -------------------------^ ../frame/module_io.f90(18400): error #6580: Name in only-list does not exist or is not accessible. [MYTASK_X] USE module_dm, ONLY : ntasks_x, mytask_x, local_communicator_x -----------------------------------^ ../frame/module_io.f90(18400): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_X] USE module_dm, ONLY : ntasks_x, mytask_x, local_communicator_x ---------------------------------------------^ ../frame/module_io.f90(21007): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io ------^ ../frame/module_io.f90(21446): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io ------^ ../frame/module_io.f90(22870): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io ------^ make[2]: [wrf_fddaobs_in.o] Error 1 (ignored) compilation aborted for ../frame/module_io.f90 (code 1) make[2]: [../frame/module_io.o] Error 1 (ignored) make[2]: [sint.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_get_file_names.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_random.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_io_wrf.o] Error 1 (ignored) module_trajectory.f90(150): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] use module_dm, only : wrf_dm_sum_integer, wrf_dm_max_real -------^ module_trajectory.f90(1281): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] use module_dm, only : & -------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_trajectory.f90(2671): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] use module_dm, only : wrf_dm_min_real -------^ module_trajectory.f90(818): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MAX_REAL] grid%traj_i(trj) = wrf_dm_max_real( grid%traj_i(trj) ) --------------------------^ module_trajectory.f90(150): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_INTEGER] use module_dm, only : wrf_dm_sum_integer, wrf_dm_max_real ----------------------------------------^ module_trajectory.f90(150): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAX_REAL] use module_dm, only : wrf_dm_sum_integer, wrf_dm_max_real ------------------------------------------------------------^ make[2]: [module_check_a_mundo.o] Error 1 (ignored) module_trajectory.f90(1428): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] traj_proc(trj) = mytask + 1 ----------------------------^ module_trajectory.f90(1435): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MAX_INT] glb_traj_proc(trj) = wrf_dm_max_int( traj_proc(trj) ) ----------------------------^ module_trajectory.f90(1567): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ module_trajectory.f90(1568): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ module_trajectory.f90(1568): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ module_trajectory.f90(1568): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ module_trajectory.f90(1709): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MAX_REAL] max_conc = wrf_dm_max_real( traject(trj,dm)%traj_var(n) ) --------------------------^ module_trajectory.f90(1283): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAX_REAL] ,local_communicator_periodic, wrf_dm_max_real, wrf_dm_max_int -----------------------------------------------^ module_trajectory.f90(1282): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & ------------------^ module_trajectory.f90(1282): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & --------------------------------------^ module_trajectory.f90(1282): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & ----------------------------------------------^ module_trajectory.f90(1282): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & ------------------------------------------------------^ module_trajectory.f90(1282): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & ----------------------------------------------------------------^ module_trajectory.f90(1283): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_PERIODIC] ,local_communicator_periodic, wrf_dm_max_real, wrf_dm_max_int ------------------^ module_trajectory.f90(1283): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAX_INT] ,local_communicator_periodic, wrf_dm_max_real, wrf_dm_max_int ----------------------------------------------------------------^ module_trajectory.f90(2717): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MIN_REAL] known_lat = wrf_dm_min_real(known_lat) ---------------^ module_trajectory.f90(2718): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MIN_REAL] known_lon = wrf_dm_min_real(known_lon) ---------------^ module_trajectory.f90(2671): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MIN_REAL] use module_dm, only : wrf_dm_min_real -------------------------^ compilation aborted for module_trajectory.f90 (code 1) make[2]: [module_trajectory.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [set_timekeeping.o] Error 1 (ignored) wrf_timeseries.f90(16): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_min_real -------^ wrf_timeseries.f90(86): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MIN_REAL] known_lat = wrf_dm_min_real(known_lat) ------------------^ wrf_timeseries.f90(87): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MIN_REAL] known_lon = wrf_dm_min_real(known_lon) ------------------^ wrf_timeseries.f90(217): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MIN_REAL] ts_xlat = wrf_dm_min_real(ts_xlat) -----------------------^ wrf_timeseries.f90(218): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MIN_REAL] ts_xlong = wrf_dm_min_real(ts_xlong) -----------------------^ wrf_timeseries.f90(219): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MIN_REAL] ts_hgt = wrf_dm_min_real(ts_hgt) -----------------------^ wrf_timeseries.f90(16): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MIN_REAL] USE module_dm, ONLY : wrf_dm_min_real -------------------------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' wrf_timeseries.f90(521): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_min_reals -------^ wrf_timeseries.f90(521): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MIN_REALS] USE module_dm, ONLY : wrf_dm_min_reals -------------------------^ compilation aborted for wrf_timeseries.f90 (code 1) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [wrf_timeseries.o] Error 1 (ignored) wrf_ext_write_field.f90(19): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io --------^ wrf_ext_write_field.f90(97): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io --------^ compilation aborted for wrf_ext_write_field.f90 (code 1) make[2]: [wrf_ext_write_field.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' wrf_ext_read_field.f90(17): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io --------^ track_driver.f90(155): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm -------^ wrf_ext_read_field.f90(81): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io --------^ compilation aborted for wrf_ext_read_field.f90 (code 1) make[2]: [wrf_ext_read_field.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' track_driver.f90(602): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm -------^ track_driver.f90(656): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MIN_REAL] known_lat = wrf_dm_min_real(known_lat) -----------------^ compilation aborted for track_driver.f90 (code 1) make[2]: [track_driver.o] Error 1 (ignored) module_io_domain.f90(5): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io ----^ module_io_domain.f90(1533): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io, ONLY : wrf_ioinit -------^ module_io_domain.f90(1536): error #6406: Conflicting attributes or multiple declaration of name. [WRF_IOINIT] CALL wrf_ioinit(ierr) --------^ module_io_domain.f90(1533): error #6580: Name in only-list does not exist or is not accessible. [WRF_IOINIT] USE module_io, ONLY : wrf_ioinit -------------------------^ compilation aborted for module_io_domain.f90 (code 1) make[2]: [module_io_domain.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' output_wrf.f90(4): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io --------^ input_wrf.f90(8): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io --------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' input_wrf.f90(1311): error #6404: This name does not have a type, and must have an explicit type. [ON_STREAM] IF ((p%Restart.AND.switch.EQ.restart_only).OR.on_stream( p%streams,newswitch)) THEN ----------------------------------------------------------^ input_wrf.f90(1843): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io --------^ input_wrf.f90(1863): error #6404: This name does not have a type, and must have an explicit type. [WRF_ERR_MESSAGE] WRITE(wrf_err_message,*)'Error trying to read metadata' ------------^ compilation aborted for input_wrf.f90 (code 1) make[2]: [input_wrf.o] Error 1 (ignored) output_wrf.f90(269): error #6404: This name does not have a type, and must have an explicit type. [IO_FORM_FOR_STREAM] io_form = io_form_for_stream( switch ) --------------^ output_wrf.f90(1072): error #6404: This name does not have a type, and must have an explicit type. [ON_STREAM] IF ((p%Restart.AND.switch.EQ.restart_only).OR.on_stream(p%streams,newswitch)) THEN ----------------------------------------------------------^ wrf_bdyout.f90(3): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io --------^ compilation aborted for output_wrf.f90 (code 1) make[2]: [output_wrf.o] Error 1 (ignored) compilation aborted for wrf_bdyout.f90 (code 1) make[2]: [wrf_bdyout.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' wrf_bdyin.f90(6): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io --------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' compilation aborted for wrf_bdyin.f90 (code 1) make[2]: [wrf_bdyin.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' mediation_integrate.f90(167): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain -------^ mediation_integrate.f90(193): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain -------^ mediation_integrate.f90(196): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : local_communicator, & -------^ mediation_wrfmain.f90(24): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain -------^ mediation_wrfmain.f90(26): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] use module_io ----^ mediation_wrfmain.f90(267): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain -------^ mediation_wrfmain.f90(270): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : domain_active_this_task -------^ mediation_integrate.f90(349): error #6404: This name does not have a type, and must have an explicit type. [MODEL_CONFIG_REC] CALL model_to_grid_config_rec ( nest%id , model_config_rec , nest_config_flags ) -----------------------------------------------^ mediation_integrate.f90(420): error #6404: This name does not have a type, and must have an explicit type. [P_QV] nest%t_2 , nest%p , nest%moist(ims,kms,jms,P_QV) , & -----------------------------------------------------------------------^ mediation_integrate.f90(469): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] CALL MPI_Barrier( local_communicator, ierr ) -----------------------^ mediation_integrate.f90(196): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm, ONLY : local_communicator, & -------------------------^ mediation_integrate.f90(197): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_TO_MOM] mpi_comm_to_mom, mpi_comm_to_kid, which_kid -------------------------^ mediation_integrate.f90(197): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_TO_KID] mpi_comm_to_mom, mpi_comm_to_kid, which_kid ------------------------------------------^ mediation_integrate.f90(197): error #6580: Name in only-list does not exist or is not accessible. [WHICH_KID] mpi_comm_to_mom, mpi_comm_to_kid, which_kid -----------------------------------------------------------^ mediation_wrfmain.f90(270): error #6580: Name in only-list does not exist or is not accessible. [DOMAIN_ACTIVE_THIS_TASK] USE module_dm, ONLY : domain_active_this_task -------------------------^ mediation_wrfmain.f90(304): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain -------^ compilation aborted for mediation_wrfmain.f90 (code 1) make[2]: [mediation_wrfmain.o] Error 1 (ignored) mediation_integrate.f90(793): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain -------^ mediation_integrate.f90(831): error #6404: This name does not have a type, and must have an explicit type. [OUTPUT_RESTART] config_flags , output_restart , "DATASET=RESTART", ierr ) ----------------------------------------^ mediation_integrate.f90(844): error #6404: This name does not have a type, and must have an explicit type. [MAX_NESTS] DO kid = 1, max_nests ---------------^ mediation_integrate.f90(846): error #6404: This name does not have a type, and must have an explicit type. [MODEL_CONFIG_REC] CALL model_to_grid_config_rec ( grid%nests(kid)%ptr%id , model_config_rec , kid_config_flags ) -----------------------------------------------------------------^ mediation_integrate.f90(861): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain -------^ mediation_integrate.f90(863): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : intercomm_active -------^ mediation_integrate.f90(885): error #6404: This name does not have a type, and must have an explicit type. [FIRST_HISTORY] IF ( stream .LT. first_history .OR. stream .GT. last_auxhist ) THEN --------------------^ mediation_integrate.f90(885): error #6404: This name does not have a type, and must have an explicit type. [LAST_AUXHIST] IF ( stream .LT. first_history .OR. stream .GT. last_auxhist ) THEN ---------------------------------------------------^ mediation_integrate.f90(893): error #6404: This name does not have a type, and must have an explicit type. [HISTORY_ALARM] CASE ( HISTORY_ALARM ) ------------^ mediation_integrate.f90(893): error #6601: In a CASE statement, the case-value must be a constant expression. [HISTORY_ALARM] CASE ( HISTORY_ALARM ) ------------^ mediation_integrate.f90(893): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [HISTORY_ALARM] CASE ( HISTORY_ALARM ) ------------^ mediation_integrate.f90(893): error #6611: The case-value must be of the same type as the case-expr. [HISTORY_ALARM] CASE ( HISTORY_ALARM ) ------------^ mediation_integrate.f90(896): error #6404: This name does not have a type, and must have an explicit type. [OUTPUT_HISTORY] output_history, fname, n2, ierr ) -------------------------^ mediation_integrate.f90(906): error #6404: This name does not have a type, and must have an explicit type. [AUXHIST1_ALARM] CASE ( AUXHIST1_ALARM ) --------^ mediation_integrate.f90(906): error #6601: In a CASE statement, the case-value must be a constant expression. [AUXHIST1_ALARM] CASE ( AUXHIST1_ALARM ) --------^ mediation_integrate.f90(906): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [AUXHIST1_ALARM] CASE ( AUXHIST1_ALARM ) --------^ mediation_integrate.f90(906): error #6611: The case-value must be of the same type as the case-expr. [AUXHIST1_ALARM] CASE ( AUXHIST1_ALARM ) --------^ mediation_integrate.f90(909): error #6404: This name does not have a type, and must have an explicit type. [OUTPUT_AUXHIST1] output_auxhist1, fname, n2, ierr ) ---------------------^ mediation_integrate.f90(911): error #6404: This name does not have a type, and must have an explicit type. [AUXHIST2_ALARM] CASE ( AUXHIST2_ALARM ) --------^ mediation_integrate.f90(911): error #6601: In a CASE statement, the case-value must be a constant expression. [AUXHIST2_ALARM] CASE ( AUXHIST2_ALARM ) --------^ mediation_integrate.f90(1209): catastrophic error: Too many errors, exiting compilation aborted for mediation_integrate.f90 (code 1) make[2]: [mediation_integrate.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' solve_interface.f90(11): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_TRAJECTORY] USE module_trajectory, only : trajectory_driver -------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' solve_interface.f90(11): error #6580: Name in only-list does not exist or is not accessible. [TRAJECTORY_DRIVER] USE module_trajectory, only : trajectory_driver ---------------------------------^ compilation aborted for solve_interface.f90 (code 1) make[2]: [solve_interface.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' mediation_nest_move.f90(11): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_move_nest,nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid -------^ mediation_nest_move.f90(11): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MOVE_NEST] USE module_dm, ONLY : wrf_dm_move_nest,nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid -------------------------^ mediation_nest_move.f90(11): error #6580: Name in only-list does not exist or is not accessible. [NEST_TASK_OFFSETS] USE module_dm, ONLY : wrf_dm_move_nest,nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid ------------------------------------------^ mediation_nest_move.f90(11): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_TO_KID] USE module_dm, ONLY : wrf_dm_move_nest,nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid ------------------------------------------------------------^ mediation_nest_move.f90(11): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_TO_MOM] USE module_dm, ONLY : wrf_dm_move_nest,nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid ----------------------------------------------------------------------------^ mediation_nest_move.f90(11): error #6580: Name in only-list does not exist or is not accessible. [WHICH_KID] USE module_dm, ONLY : wrf_dm_move_nest,nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid ---------------------------------------------------------------------------------------------^ mediation_nest_move.f90(23): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_max_real, wrf_dm_move_nest -------^ mediation_nest_move.f90(23): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAX_REAL] USE module_dm, ONLY : wrf_dm_max_real, wrf_dm_move_nest -------------------------^ mediation_nest_move.f90(23): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MOVE_NEST] USE module_dm, ONLY : wrf_dm_max_real, wrf_dm_move_nest ------------------------------------------^ mediation_nest_move.f90(36): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_move_nest -------^ mediation_nest_move.f90(36): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MOVE_NEST] USE module_dm, ONLY : wrf_dm_move_nest -------------------------^ mediation_nest_move.f90(103): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_move_nest, nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid & -------^ mediation_nest_move.f90(123): error #6406: Conflicting attributes or multiple declaration of name. [COMM_START] itask = comm_start( grid%nests(kid)%ptr%id ) - comm_start( grid%id ) ------------------^ mediation_nest_move.f90(123): error #6406: Conflicting attributes or multiple declaration of name. [COMM_START] itask = comm_start( grid%nests(kid)%ptr%id ) - comm_start( grid%id ) ---------------------------------------------------------^ mediation_nest_move.f90(126): error #6406: Conflicting attributes or multiple declaration of name. [NEST_PES_X] IF ( itask .GE. 0 .AND. itask .LT. nest_pes_x(grid%id)*nest_pes_y(grid%id) ) THEN ---------------------------------------------^ mediation_nest_move.f90(126): error #6406: Conflicting attributes or multiple declaration of name. [NEST_PES_Y] IF ( itask .GE. 0 .AND. itask .LT. nest_pes_x(grid%id)*nest_pes_y(grid%id) ) THEN -----------------------------------------------------------------^ mediation_nest_move.f90(128): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR] CALL BYTE_BCAST_FROM_ROOT( buf, 2*max_domains*4, itask, local_communicator) --------------------------------------------------------------------^ mediation_nest_move.f90(103): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MOVE_NEST] USE module_dm, ONLY : wrf_dm_move_nest, nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid & -------------------------^ mediation_nest_move.f90(103): error #6580: Name in only-list does not exist or is not accessible. [NEST_TASK_OFFSETS] USE module_dm, ONLY : wrf_dm_move_nest, nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid & -------------------------------------------^ mediation_nest_move.f90(103): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_TO_KID] USE module_dm, ONLY : wrf_dm_move_nest, nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid & -------------------------------------------------------------^ mediation_nest_move.f90(103): error #6580: Name in only-list does not exist or is not accessible. [MPI_COMM_TO_MOM] USE module_dm, ONLY : wrf_dm_move_nest, nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid & -----------------------------------------------------------------------------^ mediation_nest_move.f90(103): error #6580: Name in only-list does not exist or is not accessible. [WHICH_KID] USE module_dm, ONLY : wrf_dm_move_nest, nest_task_offsets,mpi_comm_to_kid,mpi_comm_to_mom, which_kid & ----------------------------------------------------------------------------------------------^ mediation_nest_move.f90(104): error #6580: Name in only-list does not exist or is not accessible. [COMM_START] ,comm_start, nest_pes_x, nest_pes_y,local_communicator -------------------------^ mediation_nest_move.f90(104): error #6580: Name in only-list does not exist or is not accessible. [NEST_PES_X] ,comm_start, nest_pes_x, nest_pes_y,local_communicator -------------------------------------^ mediation_nest_move.f90(104): error #6580: Name in only-list does not exist or is not accessible. [NEST_PES_Y] ,comm_start, nest_pes_x, nest_pes_y,local_communicator -------------------------------------------------^ mediation_nest_move.f90(104): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] ,comm_start, nest_pes_x, nest_pes_y,local_communicator ------------------------------------------------------------^ compilation aborted for mediation_nest_move.f90 (code 1) make[2]: [mediation_nest_move.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_soil_pre.o] Error 1 (ignored) module_optional_input.f90(109): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----------^ module_optional_input.f90(265): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----^ module_optional_input.f90(402): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----^ module_optional_input.f90(455): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----^ module_optional_input.f90(490): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----^ make[2]: [start_domain.o] Error 1 (ignored) module_optional_input.f90(616): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----^ module_optional_input.f90(750): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----^ module_optional_input.f90(785): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----^ module_optional_input.f90(820): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----^ module_optional_input.f90(864): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----^ module_optional_input.f90(932): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----------^ module_optional_input.f90(1042): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----------^ module_optional_input.f90(1087): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----------^ module_optional_input.f90(1122): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----------^ module_optional_input.f90(237): error #6404: This name does not have a type, and must have an explicit type. [MODEL_CONFIG_REC] IF ( ( model_config_rec%sf_surface_physics(grid%id) .EQ. 1 ) .OR. & --------------^ module_optional_input.f90(237): error #6460: This is not a field name that is defined in the encompassing structure. [SF_SURFACE_PHYSICS] IF ( ( model_config_rec%sf_surface_physics(grid%id) .EQ. 1 ) .OR. & -------------------------------^ make[2]: [module_interp_nmm.o] Error 1 (ignored) compilation aborted for module_optional_input.f90 (code 1) make[2]: [module_optional_input.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_bc.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' interp_fcn.f90(3083): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, only : wrf_dm_sum_reals, wrf_dm_sum_integers ----------^ interp_fcn.f90(3249): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REALS] CALL wrf_dm_sum_reals( sum_n(nkts:nkte), dummy(nkts:nkte)) --------------^ interp_fcn.f90(3251): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_INTEGERS] CALL wrf_dm_sum_integers(icount_n(nkts:nkte), idummy(nkts:nkte)) --------------^ interp_fcn.f90(3083): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REALS] USE module_dm, only : wrf_dm_sum_reals, wrf_dm_sum_integers ----------------------------^ interp_fcn.f90(3083): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_INTEGERS] USE module_dm, only : wrf_dm_sum_reals, wrf_dm_sum_integers ----------------------------------------------^ interp_fcn.f90(3333): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, only : wrf_dm_sum_reals, wrf_dm_sum_integers ----------^ interp_fcn.f90(3493): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REALS] CALL wrf_dm_sum_reals( sum_n(nkts:nkte), dummy(nkts:nkte)) --------------^ interp_fcn.f90(3495): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_INTEGERS] CALL wrf_dm_sum_integers(icount_n(nkts:nkte), idummy(nkts:nkte)) --------------^ interp_fcn.f90(3333): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REALS] USE module_dm, only : wrf_dm_sum_reals, wrf_dm_sum_integers ----------------------------^ interp_fcn.f90(3333): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_INTEGERS] USE module_dm, only : wrf_dm_sum_reals, wrf_dm_sum_integers ----------------------------------------------^ interp_fcn.f90(4033): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , only : wrf_dm_sum_reals, wrf_dm_sum_integers ----------^ interp_fcn.f90(4033): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REALS] USE module_dm , only : wrf_dm_sum_reals, wrf_dm_sum_integers ------------------------------^ interp_fcn.f90(4033): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_INTEGERS] USE module_dm , only : wrf_dm_sum_reals, wrf_dm_sum_integers ------------------------------------------------^ interp_fcn.f90(4237): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , only : wrf_dm_sum_real, wrf_dm_sum_integer ----------^ interp_fcn.f90(4237): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REAL] USE module_dm , only : wrf_dm_sum_real, wrf_dm_sum_integer -----------------------------^ interp_fcn.f90(4237): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_INTEGER] USE module_dm , only : wrf_dm_sum_real, wrf_dm_sum_integer ----------------------------------------------^ init_modules.f90(14): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io , ONLY : init_module_io -----^ init_modules.f90(15): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_QUILT] USE module_wrf_quilt , ONLY : init_module_wrf_quilt -----^ init_modules.f90(16): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : init_module_dm, split_communicator,hwrf_coupler_init -----^ init_modules.f90(20): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_init -------^ init_modules.f90(14): error #6580: Name in only-list does not exist or is not accessible. [INIT_MODULE_IO] USE module_io , ONLY : init_module_io -----------------------------------------^ init_modules.f90(15): error #6580: Name in only-list does not exist or is not accessible. [INIT_MODULE_WRF_QUILT] USE module_wrf_quilt , ONLY : init_module_wrf_quilt -----------------------------------------^ init_modules.f90(16): error #6580: Name in only-list does not exist or is not accessible. [INIT_MODULE_DM] USE module_dm , ONLY : init_module_dm, split_communicator,hwrf_coupler_init -----------------------------------------^ init_modules.f90(16): error #6580: Name in only-list does not exist or is not accessible. [SPLIT_COMMUNICATOR] USE module_dm , ONLY : init_module_dm, split_communicator,hwrf_coupler_init ---------------------------------------------------------^ init_modules.f90(16): error #6580: Name in only-list does not exist or is not accessible. [HWRF_COUPLER_INIT] USE module_dm , ONLY : init_module_dm, split_communicator,hwrf_coupler_init ----------------------------------------------------------------------------^ init_modules.f90(20): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------^ init_modules.f90(20): error #6580: Name in only-list does not exist or is not accessible. [CPL_INIT] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------------------^ compilation aborted for init_modules.f90 (code 1) make[2]: [init_modules.o] Error 1 (ignored) dfi.f90(410): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----------^ dfi.f90(425): error #6404: This name does not have a type, and must have an explicit type. [WRF_ERR_MESSAGE] WRITE (wrf_err_message,'(A,I4)') 'Writing out initialized model state' -------------^ dfi.f90(426): error #6362: The data types of the argument(s) are invalid. [TRIM] CALL wrf_message(TRIM(wrf_err_message)) ----------------------------^ dfi.f90(429): error #6404: This name does not have a type, and must have an explicit type. [OUTPUT_INPUT] CALL open_w_dataset ( fid, TRIM(rstname), grid, config_flags, output_input, "DATASET=INPUT", ierr ) --------------------------------------------------------------------^ dfi.f90(444): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO_DOMAIN] USE module_io_domain ----------^ dfi.f90(460): error #6404: This name does not have a type, and must have an explicit type. [OUTPUT_INPUT] CALL open_w_dataset ( fid, TRIM(rstname),grid, config_flags, output_input, "DATASET=INPUT", ierr ) -------------------------------------------------------------------^ dfi.f90(3115): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm -------^ dfi.f90(3374): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ dfi.f90(3375): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ dfi.f90(3375): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ dfi.f90(3375): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ dfi.f90(3375): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ compilation aborted for interp_fcn.f90 (code 1) make[2]: [interp_fcn.o] Error 1 (ignored) compilation aborted for dfi.f90 (code 1) make[2]: [dfi.o] Error 1 (ignored) xiar: executing 'ar' ar: creating ../main/libwrflib.a ar: module_io_domain.o: No such file or directory make[2]: [shared] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_gfs_machine.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_shr_kind_mod.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_error_function.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_qnsepbl.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_myjpbl.o] Error 1 (ignored) make[3]: [module_bl_gwdo.o] Error 1 (ignored) make[3]: [module_bl_acm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_mrf.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_myjurb.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_shcu_grims.o] Error 1 (ignored) make[3]: [module_bl_boulac.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_ysu.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_mynn.o] Error 1 (ignored) make[3]: [module_bl_gbmpbl.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_shcu_nscv.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_shinhong.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_bmj.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_temf.o] Error 1 (ignored) make[3]: [module_shcu_deng.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_kf.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_kfeta.o] Error 1 (ignored) make[3]: [module_cu_ntiedtke.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_gocart_coupling.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_sw.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_gd.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_clWRF_support.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_g3.o] Error 1 (ignored) ../frame/module_dm.f90(22): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_init -------^ ../frame/module_dm.f90(22): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------^ ../frame/module_dm.f90(22): error #6580: Name in only-list does not exist or is not accessible. [CPL_INIT] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------------------^ ../frame/module_dm.f90(5589): error #6404: This name does not have a type, and must have an explicit type. [COUPLER_ON] IF ( coupler_on ) THEN -------------^ ../frame/module_dm.f90(5589): error #6341: A logical data type is required in this context. [COUPLER_ON] IF ( coupler_on ) THEN -------------^ ../frame/module_dm.f90(6207): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ----------^ ../frame/module_dm.f90(6214): error #6410: This name has not been declared as an array or a function. [ID_STACK] id_stack(communicator_stack_cursor) = current_id ------^ ../frame/module_dm.f90(6215): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_STACK] local_communicator_stack( communicator_stack_cursor ) = local_communicator ------^ ../frame/module_dm.f90(6216): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_PERIODIC_STACK] local_communicator_periodic_stack( communicator_stack_cursor ) = local_communicator_periodic ------^ ../frame/module_dm.f90(6217): error #6410: This name has not been declared as an array or a function. [LOCAL_IOCOMMUNICATOR_STACK] local_iocommunicator_stack( communicator_stack_cursor ) = local_iocommunicator ------^ ../frame/module_dm.f90(6218): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_X_STACK] local_communicator_x_stack( communicator_stack_cursor ) = local_communicator_x ------^ ../frame/module_dm.f90(6219): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_Y_STACK] local_communicator_y_stack( communicator_stack_cursor ) = local_communicator_y ------^ ../frame/module_dm.f90(6220): error #6410: This name has not been declared as an array or a function. [NTASKS_STACK] ntasks_stack( communicator_stack_cursor ) = ntasks ------^ ../frame/module_dm.f90(6221): error #6410: This name has not been declared as an array or a function. [NTASKS_Y_STACK] ntasks_y_stack( communicator_stack_cursor ) = ntasks_y ------^ ../frame/module_dm.f90(6222): error #6410: This name has not been declared as an array or a function. [NTASKS_X_STACK] ntasks_x_stack( communicator_stack_cursor ) = ntasks_x ------^ ../frame/module_dm.f90(6223): error #6410: This name has not been declared as an array or a function. [MYTASK_STACK] mytask_stack( communicator_stack_cursor ) = mytask ------^ ../frame/module_dm.f90(6224): error #6410: This name has not been declared as an array or a function. [MYTASK_X_STACK] mytask_x_stack( communicator_stack_cursor ) = mytask_x ------^ ../frame/module_dm.f90(6225): error #6410: This name has not been declared as an array or a function. [MYTASK_Y_STACK] mytask_y_stack( communicator_stack_cursor ) = mytask_y ------^ ../frame/module_dm.f90(6230): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ----------^ ../frame/module_dm.f90(6233): error #6404: This name does not have a type, and must have an explicit type. [COMMUNICATOR_STACK_CURSOR] IF ( communicator_stack_cursor .LT. 1 ) CALL wrf_error_fatal3("",6233,& -----------^ ../frame/module_dm.f90(6235): error #6404: This name does not have a type, and must have an explicit type. [CURRENT_ID] current_id = id_stack(communicator_stack_cursor) ------^ ../frame/module_dm.f90(6235): error #6404: This name does not have a type, and must have an explicit type. [ID_STACK] current_id = id_stack(communicator_stack_cursor) -------------------^ ../frame/module_dm.f90(6236): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator = local_communicator_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6236): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_STACK] local_communicator = local_communicator_stack( communicator_stack_cursor ) ---------------------------^ ../frame/module_dm.f90(6237): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC] local_communicator_periodic = local_communicator_periodic_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6237): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC_STACK] local_communicator_periodic = local_communicator_periodic_stack( communicator_stack_cursor ) ------------------------------------^ ../frame/module_dm.f90(6238): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_IOCOMMUNICATOR] local_iocommunicator = local_iocommunicator_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6238): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_IOCOMMUNICATOR_STACK] local_iocommunicator = local_iocommunicator_stack( communicator_stack_cursor ) -----------------------------^ ../frame/module_dm.f90(6239): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X] local_communicator_x = local_communicator_x_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6239): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X_STACK] local_communicator_x = local_communicator_x_stack( communicator_stack_cursor ) -----------------------------^ ../frame/module_dm.f90(6864): catastrophic error: Too many errors, exiting compilation aborted for ../frame/module_dm.f90 (code 1) make[3]: [../frame/module_dm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_rrtmg_lwf.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_rrtmg_lwk.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_effective_radius.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_mfshconvpbl.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_farms.o] Error 1 (ignored) make[3]: [module_cu_gf_deep.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_hs.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_etanew.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_gsfcsw.o] Error 1 (ignored) make[3]: [module_mp_HWRF.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_radar.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_kessler.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_aerosol.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_sbu_ylin.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_lin.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_ksas.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_mskf.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_flg.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_nsas.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_wsm3.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_fer_hires.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_mp_fast_sbm.f90(5395): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm --------------^ module_mp_fast_sbm.f90(8739): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ---------^ make[3]: [module_mp_SBM_polar_radar.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ltng_lpi.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_wsm5.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' compilation aborted for module_mp_fast_sbm.f90 (code 1) make[3]: [module_mp_fast_sbm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_gsfcgce.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_morr_two_moment.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_wsm6.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_gsfcgce_4ice_nuwrf.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_rrtmg_lw.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_morr_two_moment_aero.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_milbrandt2mom.o] Error 1 (ignored) make[3]: [module_mp_full_sbm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_wsm7.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_sfclay.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_p3.o] Error 1 (ignored) make[3]: [module_sf_sfclayrev.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_progtm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_exchcoef.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_jensen_ishmael.o] Error 1 (ignored) make[3]: [module_sf_slab.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_sf_myjsfc.f90(8): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE MODULE_DM, ONLY : WRF_DM_MAXVAL ----------^ module_sf_myjsfc.f90(8): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] USE MODULE_DM, ONLY : WRF_DM_MAXVAL ----------------------------^ compilation aborted for module_sf_myjsfc.f90 (code 1) make[3]: [module_sf_myjsfc.o] Error 1 (ignored) make[3]: [module_sf_gecros.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_data_gocart_dust.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_noahlsm.o] Error 1 (ignored) make[3]: [module_ra_goddard.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_noah_seaice.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_bem.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_pxlsm_data.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_ssib.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_noahmp_glacier.o] Error 1 (ignored) make[3]: [module_sf_sfcdiags.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_sfcdiags_ruclsm.o] Error 1 (ignored) make[3]: [module_sf_sstskin.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_tmnupdate.o] Error 1 (ignored) make[3]: [module_sf_oml.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_urban.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_sf_qnsesfc.f90(8): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE MODULE_DM, ONLY : WRF_DM_MAXVAL ----------^ module_sf_qnsesfc.f90(8): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] USE MODULE_DM, ONLY : WRF_DM_MAXVAL ----------------------------^ compilation aborted for module_sf_qnsesfc.f90 (code 1) make[3]: [module_sf_qnsesfc.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_fogdes.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_mynn.o] Error 1 (ignored) make[3]: [module_sf_pxsfclay.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_idealscmsfclay.o] Error 1 (ignored) make[3]: [module_sf_temfsfclay.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_scmskintemp.o] Error 1 (ignored) make[3]: [module_sf_scmflux.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_3dpwp.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_ruclsm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fdda_spnudging.f90(11): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x, ntasks_y, local_communicator_x, local_communicator_y, data_order_xzy ------^ module_fdda_spnudging.f90(11): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm , ONLY : ntasks_x, ntasks_y, local_communicator_x, local_communicator_y, data_order_xzy -------------------------^ module_fdda_spnudging.f90(11): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm , ONLY : ntasks_x, ntasks_y, local_communicator_x, local_communicator_y, data_order_xzy -----------------------------------^ module_fdda_spnudging.f90(11): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_X] USE module_dm , ONLY : ntasks_x, ntasks_y, local_communicator_x, local_communicator_y, data_order_xzy ---------------------------------------------^ module_fdda_spnudging.f90(11): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_Y] USE module_dm , ONLY : ntasks_x, ntasks_y, local_communicator_x, local_communicator_y, data_order_xzy -------------------------------------------------------------------^ module_fdda_spnudging.f90(11): error #6580: Name in only-list does not exist or is not accessible. [DATA_ORDER_XZY] USE module_dm , ONLY : ntasks_x, ntasks_y, local_communicator_x, local_communicator_y, data_order_xzy -----------------------------------------------------------------------------------------^ module_fdda_spnudging.f90(598): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_fdda_spnudging.f90(598): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_fdda_spnudging.f90(598): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_XZY] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & ------------------------------------------------------------^ module_fdda_spnudging.f90(619): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] call trans_x2y ( ntasks_y, local_communicator_y, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_fdda_spnudging.f90(619): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_Y] call trans_x2y ( ntasks_y, local_communicator_y, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ compilation aborted for module_fdda_spnudging.f90 (code 1) make[3]: [module_fdda_spnudging.o] Error 1 (ignored) make[3]: [module_physics_addtendc.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fddaobs_rtfdda.f90(78): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_min_real ------^ module_fddaobs_rtfdda.f90(534): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : get_full_obs_vector, wrf_dm_sum_real ------^ module_fddaobs_rtfdda.f90(474): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MIN_REAL] fdob%known_lat = wrf_dm_min_real(known_lat) -----------------------^ module_fddaobs_rtfdda.f90(78): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MIN_REAL] USE module_dm, ONLY : wrf_dm_min_real ------------------------^ module_fddaobs_rtfdda.f90(824): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_SUM_REAL] varobs(5,n) = wrf_dm_sum_real ( pob ) -------------------------^ module_fddaobs_rtfdda.f90(534): error #6580: Name in only-list does not exist or is not accessible. [GET_FULL_OBS_VECTOR] USE module_dm, ONLY : get_full_obs_vector, wrf_dm_sum_real ------------------------^ module_fddaobs_rtfdda.f90(534): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REAL] USE module_dm, ONLY : get_full_obs_vector, wrf_dm_sum_real ---------------------------------------------^ compilation aborted for module_fddaobs_rtfdda.f90 (code 1) make[3]: [module_fddaobs_rtfdda.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_wind_fitch.f90(49): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_min_real ------^ module_wind_fitch.f90(49): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MIN_REAL] USE module_dm, ONLY : wrf_dm_min_real ------------------------^ compilation aborted for module_wind_fitch.f90 (code 1) make[3]: [module_wind_fitch.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_dust_emis.o] Error 1 (ignored) make[3]: [module_irrigation.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../frame/module_cpl.f90(7): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL_OASIS3] USE module_cpl_oasis3 -------^ ../frame/module_cpl.f90(246): error #6404: This name does not have a type, and must have an explicit type. [CPL_OASIS_TORECEIVE] IF ( coupler_name == 'oasis' ) cpl_toreceive = cpl_oasis_toreceive( kdomwrf, kdomext, kfldid ) -----------------------------------------------------^ ../frame/module_cpl.f90(267): error #6404: This name does not have a type, and must have an explicit type. [CPL_OASIS_TOSEND] IF ( coupler_name == 'oasis' ) cpl_tosend(jext) = cpl_oasis_tosend( kdomwrf, jext, kfldid ) -------------------------------------------------------------^ compilation aborted for ../frame/module_cpl.f90 (code 1) make[3]: [../frame/module_cpl.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_ltng_crmpr92.f90(45): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, only: wrf_dm_max_real -----^ module_ltng_crmpr92.f90(135): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, only: wrf_dm_max_real -----^ module_ltng_crmpr92.f90(90): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MAX_REAL] wmax = wrf_dm_max_real(wmax) ----------^ module_ltng_crmpr92.f90(45): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAX_REAL] USE module_dm, only: wrf_dm_max_real ----------------------^ module_ltng_crmpr92.f90(202): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MAX_REAL] zmax = wrf_dm_max_real(zmax) ----------^ module_ltng_crmpr92.f90(135): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAX_REAL] USE module_dm, only: wrf_dm_max_real ----------------------^ compilation aborted for module_ltng_crmpr92.f90 (code 1) make[3]: [module_ltng_crmpr92.o] Error 1 (ignored) make[3]: [module_mp_wdm5.o] Error 1 (ignored) make[3]: [module_microphysics_zero_out.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fddaobs_driver.f90(69): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDAOBS_RTFDDA] USE module_fddaobs_rtfdda ------^ module_fddaobs_driver.f90(478): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDAOBS_RTFDDA] USE module_fddaobs_rtfdda ------^ make[3]: [module_ltng_cpmpr92z.o] Error 1 (ignored) compilation aborted for module_fddaobs_driver.f90 (code 1) make[3]: [module_fddaobs_driver.o] Error 1 (ignored) make[3]: [module_ltng_iccg.o] Error 1 (ignored) make[3]: [module_sf_lake.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_diag_misc.f90(34): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval ------^ module_diag_misc.f90(360): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MAXVAL] CALL wrf_dm_maxval ( dmumax, idp, jdp ) --------^ module_diag_misc.f90(375): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] dpsdt_sum = wrf_dm_sum_real ( dpsdt_sum ) ---------------^ module_diag_misc.f90(376): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] dmudt_sum = wrf_dm_sum_real ( dmudt_sum ) ---------------^ module_diag_misc.f90(420): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MAXVAL] CALL wrf_dm_maxval ( raincmax, irc, jrc ) --------^ module_diag_misc.f90(421): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MAXVAL] CALL wrf_dm_maxval ( rainncmax, irnc, jrnc ) --------^ module_diag_misc.f90(424): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] drcdt_sum = wrf_dm_sum_real ( drcdt_sum ) ---------------^ module_diag_misc.f90(425): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] drndt_sum = wrf_dm_sum_real ( drndt_sum ) ---------------^ module_diag_misc.f90(426): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] dardt_sum = wrf_dm_sum_real ( dardt_sum ) ---------------^ module_diag_misc.f90(427): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] rainc_sum = wrf_dm_sum_real ( rainc_sum ) ---------------^ module_diag_misc.f90(428): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] rainnc_sum = wrf_dm_sum_real ( rainnc_sum ) ----------------^ module_diag_misc.f90(429): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] raint_sum = wrf_dm_sum_real ( raint_sum ) ---------------^ module_diag_misc.f90(430): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] sfcevp_sum = wrf_dm_sum_real ( sfcevp_sum ) ----------------^ module_diag_misc.f90(431): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] hfx_sum = wrf_dm_sum_real ( hfx_sum ) -------------^ module_diag_misc.f90(432): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] lh_sum = wrf_dm_sum_real ( lh_sum ) ------------^ module_diag_misc.f90(34): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REAL] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval -----------------------^ module_diag_misc.f90(34): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval ----------------------------------------^ compilation aborted for module_diag_misc.f90 (code 1) make[3]: [module_diag_misc.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_diag_cl.f90(45): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval ------^ module_diag_cl.f90(45): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REAL] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval -----------------------^ module_diag_cl.f90(45): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval ----------------------------------------^ compilation aborted for module_diag_cl.f90 (code 1) make[3]: [module_diag_cl.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_diag_pld.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_diag_zld.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_diag_functions.o] Error 1 (ignored) module_diag_hailcast.f90(24): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval --------^ module_diag_hailcast.f90(24): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REAL] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval -------------------------^ module_diag_hailcast.f90(24): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval ------------------------------------------^ compilation aborted for module_diag_hailcast.f90 (code 1) make[3]: [module_diag_hailcast.o] Error 1 (ignored) make[3]: [module_fdda_psufddagd.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_util.f90(1433): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , only : wrf_dm_bxor_integer --------^ module_fr_fire_util.f90(1498): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , only : wrf_dm_sum_real , wrf_dm_max_real --------^ module_fr_fire_util.f90(1433): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_BXOR_INTEGER] USE module_dm , only : wrf_dm_bxor_integer ---------------------------^ module_fr_fire_util.f90(1591): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] if(dosum) gsum = wrf_dm_sum_real ( psum ) ---------------------^ module_fr_fire_util.f90(1592): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MAX_REAL] if(domax) gsum = wrf_dm_max_real ( psum ) ---------------------^ module_fr_fire_util.f90(1498): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REAL] USE module_dm , only : wrf_dm_sum_real , wrf_dm_max_real ---------------------------^ module_fr_fire_util.f90(1498): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAX_REAL] USE module_dm , only : wrf_dm_sum_real , wrf_dm_max_real ---------------------------------------------^ compilation aborted for module_fr_fire_util.f90 (code 1) make[3]: [module_fr_fire_util.o] Error 1 (ignored) make[3]: [module_cam_shr_const_mod.o] Error 1 (ignored) make[3]: [module_cam_support.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_diag_solar.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_infnan.o] Error 1 (ignored) make[3]: [module_gfs_physcons.o] Error 1 (ignored) make[3]: [module_bl_fogdes.o] Error 1 (ignored) make[3]: [module_diag_nwp.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_rrtmg_swf.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_rrtmg_swk.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_ra_cam_support.f90(3280): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] use module_dm, only: local_communicator ------^ module_ra_cam_support.f90(3367): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] call MPI_Bcast(ozmixin,size(ozmixin),MPI_REAL,0,local_communicator,ierr) -----------------------------------------------------^ module_ra_cam_support.f90(3280): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] use module_dm, only: local_communicator -----------------------^ compilation aborted for module_ra_cam_support.f90 (code 1) make[3]: [module_ra_cam_support.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_gf_sh.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_mp_thompson.f90(49): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_max_real ----------^ module_mp_thompson.f90(4462): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ----------^ module_mp_thompson.f90(49): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAX_REAL] USE module_dm, ONLY : wrf_dm_max_real ----------------------------^ module_mp_thompson.f90(441): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MAX_REAL] max_test = wrf_dm_max_real ( MAXVAL(nwfa(its:ite-1,:,jts:jte-1)) ) -----------------^ compilation aborted for module_mp_thompson.f90 (code 1) make[3]: [module_mp_thompson.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_noahmplsm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_nssl_2mom.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_rrtm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_noah_seaice_drv.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_wdm6.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_noahmp_groundwater.o] Error 1 (ignored) make[3]: [module_sf_pxlsm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_ocean_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_lightning_driver.f90(229): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_LTNG_CRMPR92] USE module_ltng_crmpr92 -----^ module_lightning_driver.f90(600): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, only: wrf_dm_sum_real -----^ module_lightning_driver.f90(637): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_SUM_REAL] cellcount(k) = wrf_dm_sum_real(cellcount(k)) --------------------^ module_lightning_driver.f90(600): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REAL] USE module_dm, only: wrf_dm_sum_real ----------------------^ compilation aborted for module_lightning_driver.f90 (code 1) make[3]: [module_lightning_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fddagd_driver.f90(45): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDA_SPNUDGING] USE module_fdda_spnudging -------^ compilation aborted for module_fddagd_driver.f90 (code 1) make[3]: [module_fddagd_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_diag_trad_fields.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_phys.f90(5): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_UTIL] use module_fr_fire_util ----^ module_fr_fire_phys.f90(528): error #6404: This name does not have a type, and must have an explicit type. [FIRE_PRINT_MSG] if(fire_print_msg.ge.3)call message('midpoint method') ------------------------^ module_fr_fire_phys.f90(640): error #6632: Keyword arguments are invalid without an explicit interface. [LEVEL] call message('Reading file namelist.fire',level=0) ----------------------------------------------^ module_fr_fire_phys.f90(641): error #6632: Keyword arguments are invalid without an explicit interface. [ALLOW_FAIL] iounit=open_text_file('namelist.fire','read',allow_fail=.true.) -------------------------------------------------^ module_fr_fire_phys.f90(641): error #6404: This name does not have a type, and must have an explicit type. [OPEN_TEXT_FILE] iounit=open_text_file('namelist.fire','read',allow_fail=.true.) -----------^ module_fr_fire_phys.f90(643): error #6632: Keyword arguments are invalid without an explicit interface. [LEVEL] call message('File namelist.fire not found, using defaults',level=0) -------------------------------------------------------------------^ module_fr_fire_phys.f90(647): error #6632: Keyword arguments are invalid without an explicit interface. [LEVEL] call message('Namelist fuel_scalars not found, using defaults',level=0) --------------------------------------------------------------------------^ module_fr_fire_phys.f90(654): error #6632: Keyword arguments are invalid without an explicit interface. [LEVEL] call message('Namelist fuel_categories not found, using defaults',level=0) -----------------------------------------------------------------------------^ module_fr_fire_phys.f90(661): error #6632: Keyword arguments are invalid without an explicit interface. [LEVEL] call message('Namelist fuel_moisture not found, using defaults',level=0) ---------------------------------------------------------------------------^ module_fr_fire_phys.f90(965): error #6404: This name does not have a type, and must have an explicit type. [OPEN_TEXT_FILE] iounit = open_text_file('fuels.m','write') ---------^ module_fr_fire_phys.f90(1209): error #6404: This name does not have a type, and must have an explicit type. [FIRE_FMC_READ] if(fire_fmc_read.eq.1)then -----------^ module_fr_fire_phys.f90(1443): error #6404: This name does not have a type, and must have an explicit type. [FIRE_ADVECTION] if (fire_advection.ne.0) then ----^ compilation aborted for module_fr_fire_phys.f90 (code 1) make[3]: [module_fr_fire_phys.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_atm.f90(8): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_UTIL] use module_fr_fire_util ----^ compilation aborted for module_fr_fire_atm.f90 (code 1) make[3]: [module_fr_fire_atm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_physconst.o] Error 1 (ignored) make[3]: [module_sf_bep.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_upper_bc.o] Error 1 (ignored) make[3]: [module_cam_trb_mtn_stress.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_mp_radconstants.o] Error 1 (ignored) make[3]: [module_diag_rasm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_mp_conv_water.o] Error 1 (ignored) make[3]: [module_cam_mp_qneg3.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_gfsedmf.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_bl_diffusion_solver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_gfs_funcphys.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_ra_cam.f90(2): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_CAM_SUPPORT] use module_ra_cam_support ------^ module_ra_cam.f90(11): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) abarl(4) --------^ module_ra_cam.f90(12): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) bbarl(4) --------^ module_ra_cam.f90(13): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) cbarl(4) --------^ module_ra_cam.f90(14): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) dbarl(4) --------^ module_ra_cam.f90(15): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) ebarl(4) --------^ module_ra_cam.f90(16): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) fbarl(4) --------^ module_ra_cam.f90(33): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) abari(4) --------^ module_ra_cam.f90(34): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) bbari(4) --------^ module_ra_cam.f90(35): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) cbari(4) --------^ module_ra_cam.f90(36): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) dbari(4) --------^ module_ra_cam.f90(37): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) ebari(4) --------^ module_ra_cam.f90(38): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) fbari(4) --------^ module_ra_cam.f90(50): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) delta --------^ module_ra_cam.f90(51): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) o2mmr --------^ module_ra_cam.f90(66): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) frcsol(nspint) --------^ module_ra_cam.f90(67): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) wavmin(nspint) --------^ module_ra_cam.f90(68): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) wavmax(nspint) --------^ module_ra_cam.f90(69): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) raytau(nspint) --------^ module_ra_cam.f90(70): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) abh2o(nspint) --------^ module_ra_cam.f90(71): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) abo3 (nspint) --------^ module_ra_cam.f90(72): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) abco2(nspint) --------^ module_ra_cam.f90(73): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) abo2 (nspint) --------^ module_ra_cam.f90(74): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) ph2o(nspint) --------^ module_ra_cam.f90(75): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) pco2(nspint) --------^ module_ra_cam.f90(76): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) po2 (nspint) --------^ module_ra_cam.f90(77): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) nirwgt(nspint) --------^ module_ra_cam.f90(106): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) v_raytau_35 --------^ module_ra_cam.f90(107): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) v_raytau_64 --------^ module_ra_cam.f90(108): error #6683: A kind type parameter must be a compile-time constant. [R8] real(r8) v_abo3_35 --------^ module_ra_cam.f90(8040): catastrophic error: Too many errors, exiting compilation aborted for module_ra_cam.f90 (code 1) make[3]: [module_ra_cam.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_gfs.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_gfs.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_noahlsm_glacial_only.o] Error 1 (ignored) make[3]: [module_cu_gf_wrfdrv.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_core.f90(8): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_UTIL] use module_fr_fire_util ----^ module_fr_fire_core.f90(7): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_PHYS] use module_fr_fire_phys, only: fire_params , fire_ros ----^ module_fr_fire_core.f90(827): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks --------^ module_diag_afwa.f90(29): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval --------^ module_diag_afwa.f90(29): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_SUM_REAL] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval -------------------------^ module_diag_afwa.f90(29): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] USE module_dm, ONLY: wrf_dm_sum_real, wrf_dm_maxval ------------------------------------------^ compilation aborted for module_diag_afwa.f90 (code 1) make[3]: [module_diag_afwa.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_gffgch.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_constituents.o] Error 1 (ignored) make[3]: [module_sf_gfdl.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_core.f90(902): error #6457: This derived type name has not been declared. [FIRE_PARAMS] type(fire_params),intent(in)::fp -----^ module_fr_fire_core.f90(1102): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks --------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_data_cam_mam_aero.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_core.f90(1526): error #6457: This derived type name has not been declared. [FIRE_PARAMS] type(fire_params),intent(in)::fp -----^ module_fr_fire_core.f90(1994): error #6457: This derived type name has not been declared. [FIRE_PARAMS] type(fire_params),intent(in)::fp -----^ module_fr_fire_core.f90(7): error #6580: Name in only-list does not exist or is not accessible. [FIRE_PARAMS] use module_fr_fire_phys, only: fire_params , fire_ros -------------------------------^ module_fr_fire_core.f90(7): error #6580: Name in only-list does not exist or is not accessible. [FIRE_ROS] use module_fr_fire_phys, only: fire_params , fire_ros ---------------------------------------------^ module_fr_fire_core.f90(204): error #6404: This name does not have a type, and must have an explicit type. [FIRE_PRINT_MSG] if(fire_print_msg.ge.3)then -----------^ module_fr_fire_core.f90(380): error #6404: This name does not have a type, and must have an explicit type. [FUEL_LEFT_IRL] ir=fuel_left_irl ---^ module_fr_fire_core.f90(381): error #6404: This name does not have a type, and must have an explicit type. [FUEL_LEFT_JRL] jr=fuel_left_jrl ---^ module_fr_fire_core.f90(498): error #6404: This name does not have a type, and must have an explicit type. [FUEL_LEFT_METHOD] if(fuel_left_method.eq.1)then -----------^ module_fr_fire_core.f90(947): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ module_fr_fire_core.f90(948): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ module_fr_fire_core.f90(948): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ module_fr_fire_core.f90(948): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ module_fr_fire_core.f90(948): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ module_fr_fire_core.f90(965): error #6404: This name does not have a type, and must have an explicit type. [FP] fp & ----^ module_fr_fire_core.f90(1509): error #6404: This name does not have a type, and must have an explicit type. [FP] fp & ----^ module_fr_fire_core.f90(827): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks ----------------------------------^ module_fr_fire_core.f90(827): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks -------------------------------------------^ module_fr_fire_core.f90(827): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks ----------------------------------------------------^ module_fr_fire_core.f90(827): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks -----------------------------------------------------------------------^ module_fr_fire_core.f90(827): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks ------------------------------------------------------------------------------^ module_fr_fire_core.f90(1143): error #6404: This name does not have a type, and must have an explicit type. [FIRE_LSM_BAND_NGP] threshold_HLl=-fire_lsm_band_ngp*dx ---------------^ module_fr_fire_core.f90(1161): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ module_fr_fire_core.f90(1162): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ module_fr_fire_core.f90(1162): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ module_fr_fire_core.f90(1162): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ module_fr_fire_core.f90(2017): catastrophic error: Too many errors, exiting compilation aborted for module_fr_fire_core.f90 (code 1) make[3]: [module_fr_fire_core.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_mp_wdm7.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_bl_eddy_diff.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_tiedtke.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_diagnostics_driver.f90(70): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_LIGHTNING_DRIVER] USE module_lightning_driver, ONLY : lightning_driver ----------^ module_diagnostics_driver.f90(71): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DIAG_MISC] USE module_diag_misc, ONLY : diagnostic_output_calc ----------^ module_diagnostics_driver.f90(73): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DIAG_CL] USE module_diag_cl, ONLY : clwrf_output_calc ----------^ module_diagnostics_driver.f90(76): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DIAG_AFWA] USE module_diag_afwa, ONLY : afwa_diagnostics_driver ----------^ module_diagnostics_driver.f90(78): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DIAG_HAILCAST] USE module_diag_hailcast, ONLY : hailcast_diagnostic_driver ----------^ module_diagnostics_driver.f90(258): error #6632: Keyword arguments are invalid without an explicit interface. [ITS] ,ITS=grid%i_start(ij),ITE=grid%i_end(ij) & --------------------------^ module_diagnostics_driver.f90(258): error #6632: Keyword arguments are invalid without an explicit interface. [ITE] ,ITS=grid%i_start(ij),ITE=grid%i_end(ij) & -----------------------------------------------^ module_diagnostics_driver.f90(259): error #6632: Keyword arguments are invalid without an explicit interface. [JTS] ,JTS=grid%j_start(ij),JTE=grid%j_end(ij) & --------------------------^ module_diagnostics_driver.f90(259): error #6632: Keyword arguments are invalid without an explicit interface. [JTE] ,JTS=grid%j_start(ij),JTE=grid%j_end(ij) & -----------------------------------------------^ module_diagnostics_driver.f90(260): error #6632: Keyword arguments are invalid without an explicit interface. [K_START] ,K_START=k_start,K_END=k_end & --------------------------^ module_diagnostics_driver.f90(260): error #6632: Keyword arguments are invalid without an explicit interface. [K_END] ,K_START=k_start,K_END=k_end & ------------------------------------------^ module_diagnostics_driver.f90(261): error #6632: Keyword arguments are invalid without an explicit interface. [DT] ,dt=grid%dt, itimestep=grid%itimestep & --------------------------^ module_diagnostics_driver.f90(261): error #6632: Keyword arguments are invalid without an explicit interface. [ITIMESTEP] ,dt=grid%dt, itimestep=grid%itimestep & --------------------------------------^ module_diagnostics_driver.f90(262): error #6632: Keyword arguments are invalid without an explicit interface. [HAILDT] ,haildt=grid%haildt, curr_secs=curr_secs2 & --------------------------^ module_diagnostics_driver.f90(262): error #6632: Keyword arguments are invalid without an explicit interface. [CURR_SECS] ,haildt=grid%haildt, curr_secs=curr_secs2 & ----------------------------------------------^ module_diagnostics_driver.f90(263): error #6632: Keyword arguments are invalid without an explicit interface. [HAILDTACTTIME] ,haildtacttime=grid%haildtacttime ) --------------------------^ module_diagnostics_driver.f90(343): error #6632: Keyword arguments are invalid without an explicit interface. [DPSDT] DPSDT=grid%dpsdt ,DMUDT=grid%dmudt & -----------------^ module_diagnostics_driver.f90(343): error #6632: Keyword arguments are invalid without an explicit interface. [DMUDT] DPSDT=grid%dpsdt ,DMUDT=grid%dmudt & -------------------------------------^ module_diagnostics_driver.f90(344): error #6632: Keyword arguments are invalid without an explicit interface. [P8W] ,P8W=p8w ,PK1M=grid%pk1m & -----------------^ module_diagnostics_driver.f90(344): error #6632: Keyword arguments are invalid without an explicit interface. [PK1M] ,P8W=p8w ,PK1M=grid%pk1m & ----------------------------^ module_diagnostics_driver.f90(345): error #6632: Keyword arguments are invalid without an explicit interface. [MU_2] ,MU_2=grid%mu_2 ,MU_2M=grid%mu_2m & -----------------^ module_diagnostics_driver.f90(345): error #6632: Keyword arguments are invalid without an explicit interface. [MU_2M] ,MU_2=grid%mu_2 ,MU_2M=grid%mu_2m & ----------------------------------^ module_diagnostics_driver.f90(346): error #6632: Keyword arguments are invalid without an explicit interface. [RAINCV] ,RAINCV=grid%raincv ,RAINNCV=grid%rainncv & -----------------^ module_diagnostics_driver.f90(346): error #6632: Keyword arguments are invalid without an explicit interface. [RAINNCV] ,RAINCV=grid%raincv ,RAINNCV=grid%rainncv & ----------------------------------------^ module_diagnostics_driver.f90(347): error #6632: Keyword arguments are invalid without an explicit interface. [RAINC] ,RAINC=grid%rainc ,RAINNC=grid%rainnc & -----------------^ module_diagnostics_driver.f90(347): error #6632: Keyword arguments are invalid without an explicit interface. [RAINNC] ,RAINC=grid%rainc ,RAINNC=grid%rainnc & --------------------------------------^ module_diagnostics_driver.f90(348): error #6632: Keyword arguments are invalid without an explicit interface. [I_RAINC] ,I_RAINC=grid%i_rainc ,I_RAINNC=grid%i_rainnc & -----------------^ module_diagnostics_driver.f90(348): error #6632: Keyword arguments are invalid without an explicit interface. [I_RAINNC] ,I_RAINC=grid%i_rainc ,I_RAINNC=grid%i_rainnc & ------------------------------------------^ module_diagnostics_driver.f90(349): error #6632: Keyword arguments are invalid without an explicit interface. [HFX] ,HFX=grid%hfx ,SFCEVP=grid%sfcevp ,LH=grid%lh & -----------------^ module_diagnostics_driver.f90(349): error #6632: Keyword arguments are invalid without an explicit interface. [SFCEVP] ,HFX=grid%hfx ,SFCEVP=grid%sfcevp ,LH=grid%lh & ---------------------------------^ module_diagnostics_driver.f90(1196): catastrophic error: Too many errors, exiting compilation aborted for module_diagnostics_driver.f90 (code 1) make[3]: [module_diagnostics_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_model.f90(5): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_CORE] use module_fr_fire_core ----^ module_fr_fire_model.f90(6): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_UTIL] use module_fr_fire_util ----^ module_fr_fire_model.f90(7): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_PHYS] use module_fr_fire_phys ----^ module_fr_fire_model.f90(82): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks --------^ module_fr_fire_model.f90(118): error #6457: This derived type name has not been declared. [IGNITION_LINE_TYPE] type(ignition_line_type), dimension (num_ignitions), intent(in):: ignition_line -----^ module_fr_fire_model.f90(152): error #6457: This derived type name has not been declared. [FIRE_PARAMS] type(fire_params),intent(inout)::fp -----^ module_fr_fire_model.f90(181): error #6404: This name does not have a type, and must have an explicit type. [FIRE_CONST_TIME] freeze_fire = fire_const_time > 0. .and. time_start < fire_const_time --------------^ module_fr_fire_model.f90(197): error #6404: This name does not have a type, and must have an explicit type. [FP] fp%zsf) ------------^ module_fr_fire_model.f90(197): error #6460: This is not a field name that is defined in the encompassing structure. [ZSF] fp%zsf) ---------------^ module_fr_fire_model.f90(204): error #6460: This is not a field name that is defined in the encompassing structure. [DZDXF] erri = fp%dzdxf(i,j) - (fp%zsf(i+1,j)-fp%zsf(i-1,j))/(2.*fdx) --------------------------^ module_fr_fire_model.f90(205): error #6460: This is not a field name that is defined in the encompassing structure. [DZDYF] errj = fp%dzdyf(i,j) - (fp%zsf(i,j+1)-fp%zsf(i,j-1))/(2.*fdy) --------------------------^ module_fr_fire_model.f90(207): error #6404: This name does not have a type, and must have an explicit type. [SQRT] grad=sqrt(fp%dzdxf(i,j)**2+fp%dzdyf(i,j)**2) ---------------------^ module_fr_fire_model.f90(264): error #6404: This name does not have a type, and must have an explicit type. [FIRE_PRINT_MSG] if(fire_print_msg.ge.stat_lev)then -------^ module_fr_fire_model.f90(265): error #6404: This name does not have a type, and must have an explicit type. [RNRM_SUM] aw=fun_real(RNRM_SUM, & ------------------^ module_fr_fire_model.f90(270): error #6460: This is not a field name that is defined in the encompassing structure. [VX] fp%vx,fp%vy)/((ifde-ifds+1)*(jfde-jfds+1)) -----------^ module_fr_fire_model.f90(270): error #6460: This is not a field name that is defined in the encompassing structure. [VY] fp%vx,fp%vy)/((ifde-ifds+1)*(jfde-jfds+1)) -----------------^ module_fr_fire_model.f90(265): error #6404: This name does not have a type, and must have an explicit type. [FUN_REAL] aw=fun_real(RNRM_SUM, & ---------^ module_fr_fire_model.f90(271): error #6404: This name does not have a type, and must have an explicit type. [RNRM_MAX] mw=fun_real(RNRM_MAX, & ------------------^ module_fr_fire_model.f90(334): error #6460: This is not a field name that is defined in the encompassing structure. [IBOROS] ros,fp%iboros,flame_length,ros_front,fire_area) -------------------------------------^ module_fr_fire_model.f90(336): error #6404: This name does not have a type, and must have an explicit type. [FIRE_LSM_REINIT] if (fire_lsm_reinit) then -----------^ module_fr_fire_model.f90(336): error #6341: A logical data type is required in this context. [FIRE_LSM_REINIT] if (fire_lsm_reinit) then -----------^ module_fr_fire_model.f90(378): error #6404: This name does not have a type, and must have an explicit type. [IGNITION_LINE] start_time_ig = ignition_line(ig)%start_time ------------------^ module_fr_fire_model.f90(457): error #6460: This is not a field name that is defined in the encompassing structure. [FGIP] fp%fgip, & -----------^ module_fr_fire_model.f90(462): error #6404: This name does not have a type, and must have an explicit type. [REAL_SUM] tfa=fun_real(REAL_SUM, & -------------------^ module_fr_fire_model.f90(474): error #6404: This name does not have a type, and must have an explicit type. [REAL_MAX] mhf=fun_real(REAL_MAX, & -------------------^ module_fr_fire_model.f90(511): error #6404: This name does not have a type, and must have an explicit type. [FIRE_CONST_GRNHFX] if (fire_const_grnhfx >= 0. .and. fire_const_grnqfx >= 0.) then ---------^ module_fr_fire_model.f90(511): error #6404: This name does not have a type, and must have an explicit type. [FIRE_CONST_GRNQFX] if (fire_const_grnhfx >= 0. .and. fire_const_grnqfx >= 0.) then ---------------------------------------^ module_fr_fire_model.f90(82): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks ----------------------------------^ module_fr_fire_model.f90(82): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks -------------------------------------------^ module_fr_fire_model.f90(82): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks ----------------------------------------------------^ module_fr_fire_model.f90(548): catastrophic error: Too many errors, exiting compilation aborted for module_fr_fire_model.f90 (code 1) make[3]: [module_fr_fire_model.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_wv_saturation.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_molec_diff.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_osas.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_bep_bem.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_mp_modal_aero_initialize_data_phys.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_data_cam_mam_asect.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_sas.o] Error 1 (ignored) make[3]: [module_cam_mp_ndrop.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_driver.f90(21): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_MODEL] use module_fr_fire_model ----^ module_fr_fire_driver.f90(23): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_UTIL] use module_fr_fire_util ----^ module_fr_fire_driver.f90(22): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_PHYS] use module_fr_fire_phys, only : fire_params , init_fuel_cats ----^ module_fr_fire_driver.f90(24): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_CORE] use module_fr_fire_core, only: ignition_line_type ----^ module_fr_fire_driver.f90(25): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_ATM] use module_fr_fire_atm, only: add_fire_tracer_emissions ----^ module_sf_noahmpdrv.f90(1942): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks --------^ module_fr_fire_driver.f90(59): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks --------^ make[3]: [module_cu_scalesas.o] Error 1 (ignored) module_sf_noahmpdrv.f90(2021): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ module_sf_noahmpdrv.f90(2022): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ module_sf_noahmpdrv.f90(2022): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ module_sf_noahmpdrv.f90(2022): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ module_sf_noahmpdrv.f90(2022): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ module_sf_noahmpdrv.f90(1942): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks ----------------------------------^ module_sf_noahmpdrv.f90(1942): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks -------------------------------------------^ module_sf_noahmpdrv.f90(1942): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks ----------------------------------------------------^ module_sf_noahmpdrv.f90(1942): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks -----------------------------------------------------------------------^ module_sf_noahmpdrv.f90(1942): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks ------------------------------------------------------------------------------^ compilation aborted for module_sf_noahmpdrv.f90 (code 1) make[3]: [module_sf_noahmpdrv.o] Error 1 (ignored) module_fr_fire_driver.f90(82): error #6457: This derived type name has not been declared. [IGNITION_LINE_TYPE] TYPE(ignition_line_type), DIMENSION(fire_max_ignitions):: ignition_line ---------^ module_fr_fire_driver.f90(89): error #6457: This derived type name has not been declared. [FIRE_PARAMS] type(fire_params)::fp ---------^ module_fr_fire_driver.f90(579): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, only:wrf_dm_maxval ----^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_driver.f90(633): error #6457: This derived type name has not been declared. [IGNITION_LINE_TYPE] TYPE (ignition_line_type), DIMENSION(num_ignitions), intent(out):: ignition_line ------^ module_fr_fire_driver.f90(697): error #6457: This derived type name has not been declared. [FIRE_PARAMS] type(fire_params),intent(inout)::fp -----^ module_fr_fire_driver.f90(1189): error #6457: This derived type name has not been declared. [IGNITION_LINE_TYPE] TYPE (ignition_line_type), DIMENSION(fire_max_ignitions), intent(out):: ignition_line ----------^ module_fr_fire_driver.f90(22): error #6580: Name in only-list does not exist or is not accessible. [FIRE_PARAMS] use module_fr_fire_phys, only : fire_params , init_fuel_cats --------------------------------^ module_fr_fire_driver.f90(22): error #6580: Name in only-list does not exist or is not accessible. [INIT_FUEL_CATS] use module_fr_fire_phys, only : fire_params , init_fuel_cats ----------------------------------------------^ module_fr_fire_driver.f90(24): error #6580: Name in only-list does not exist or is not accessible. [IGNITION_LINE_TYPE] use module_fr_fire_core, only: ignition_line_type -------------------------------^ module_fr_fire_driver.f90(25): error #6580: Name in only-list does not exist or is not accessible. [ADD_FIRE_TRACER_EMISSIONS] use module_fr_fire_atm, only: add_fire_tracer_emissions ------------------------------^ module_fr_fire_driver.f90(102): error #6404: This name does not have a type, and must have an explicit type. [FP] fp%vx => grid%uf ----^ module_fr_fire_driver.f90(102): error #6460: This is not a field name that is defined in the encompassing structure. [VX] fp%vx => grid%uf -------^ module_fr_fire_driver.f90(102): error #6794: The rank of the target is different from the pointer. [VX] fp%vx => grid%uf -------^ module_fr_fire_driver.f90(102): error #6795: The target must be of the same type and kind type parameters as the pointer. [VX] fp%vx => grid%uf -------^ module_fr_fire_driver.f90(103): error #6460: This is not a field name that is defined in the encompassing structure. [VY] fp%vy => grid%vf -------^ module_fr_fire_driver.f90(103): error #6794: The rank of the target is different from the pointer. [VY] fp%vy => grid%vf -------^ module_fr_fire_driver.f90(103): error #6795: The target must be of the same type and kind type parameters as the pointer. [VY] fp%vy => grid%vf -------^ module_fr_fire_driver.f90(104): error #6460: This is not a field name that is defined in the encompassing structure. [ZSF] fp%zsf => grid%zsf -------^ module_fr_fire_driver.f90(104): error #6794: The rank of the target is different from the pointer. [ZSF] fp%zsf => grid%zsf -------^ module_fr_fire_driver.f90(104): error #6795: The target must be of the same type and kind type parameters as the pointer. [ZSF] fp%zsf => grid%zsf -------^ module_fr_fire_driver.f90(105): error #6460: This is not a field name that is defined in the encompassing structure. [DZDXF] fp%dzdxf => grid%dzdxf -------^ module_fr_fire_driver.f90(105): error #6794: The rank of the target is different from the pointer. [DZDXF] fp%dzdxf => grid%dzdxf -------^ module_fr_fire_driver.f90(105): error #6795: The target must be of the same type and kind type parameters as the pointer. [DZDXF] fp%dzdxf => grid%dzdxf -------^ module_fr_fire_driver.f90(106): error #6460: This is not a field name that is defined in the encompassing structure. [DZDYF] fp%dzdyf => grid%dzdyf -------^ module_fr_fire_driver.f90(1801): catastrophic error: Too many errors, exiting compilation aborted for module_fr_fire_driver.f90 (code 1) make[3]: [module_fr_fire_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_cldwat.o] Error 1 (ignored) make[3]: [module_cam_esinti.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_fr_fire_driver_wrf.f90(8): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_DRIVER] use module_fr_fire_driver ----^ module_fr_fire_driver_wrf.f90(9): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_ATM] use module_fr_fire_atm ----^ module_fr_fire_driver_wrf.f90(77): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_UTIL] USE module_fr_fire_util, only : fire_test_steps --------^ module_fr_fire_driver_wrf.f90(105): error #6406: Conflicting attributes or multiple declaration of name. [FIRE_TEST_STEPS] ,3,6,fire_test_steps & -----------------^ module_fr_fire_driver_wrf.f90(77): error #6580: Name in only-list does not exist or is not accessible. [FIRE_TEST_STEPS] USE module_fr_fire_util, only : fire_test_steps ------------------------------------^ compilation aborted for module_fr_fire_driver_wrf.f90 (code 1) make[3]: [module_fr_fire_driver_wrf.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cam_mp_microp_aero.o] Error 1 (ignored) make[3]: [module_cam_mp_cldwat2m_micro.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_bl_camuwpbl_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_pbl_driver.f90(149): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WIND_FITCH] USE module_wind_fitch -------^ module_pbl_driver.f90(1814): error #6632: Keyword arguments are invalid without an explicit interface. [ID] & ID=id & -----------------------^ module_pbl_driver.f90(1815): error #6632: Keyword arguments are invalid without an explicit interface. [Z_AT_W] &,Z_AT_W=z_at_w,u=u_phy,v=v_phy & -----------------------^ module_pbl_driver.f90(1815): error #6632: Keyword arguments are invalid without an explicit interface. [U] &,Z_AT_W=z_at_w,u=u_phy,v=v_phy & -------------------------------------^ module_pbl_driver.f90(1815): error #6632: Keyword arguments are invalid without an explicit interface. [V] &,Z_AT_W=z_at_w,u=u_phy,v=v_phy & ---------------------------------------------^ module_pbl_driver.f90(1816): error #6632: Keyword arguments are invalid without an explicit interface. [DX] &,DX=dx,DZ=dz8w,DT=dt & -----------------------^ module_pbl_driver.f90(1816): error #6632: Keyword arguments are invalid without an explicit interface. [DZ] &,DX=dx,DZ=dz8w,DT=dt & -----------------------------^ module_pbl_driver.f90(1816): error #6632: Keyword arguments are invalid without an explicit interface. [DT] &,DX=dx,DZ=dz8w,DT=dt & -------------------------------------^ module_pbl_driver.f90(1817): error #6632: Keyword arguments are invalid without an explicit interface. [QKE] &,QKE=qke & -----------------------^ module_pbl_driver.f90(1818): error #6632: Keyword arguments are invalid without an explicit interface. [DU] &,DU=rublten,DV=rvblten & -----------------------^ module_pbl_driver.f90(1818): error #6632: Keyword arguments are invalid without an explicit interface. [DV] &,DU=rublten,DV=rvblten & ----------------------------------^ module_pbl_driver.f90(1819): error #6632: Keyword arguments are invalid without an explicit interface. [WINDFARM_OPT] &,WINDFARM_OPT=windfarm_opt,POWER=power & -----------------------^ module_pbl_driver.f90(1819): error #6632: Keyword arguments are invalid without an explicit interface. [POWER] &,WINDFARM_OPT=windfarm_opt,POWER=power & -------------------------------------------------^ module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [IDS] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & -----------------------^ module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [IDE] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & -------------------------------^ module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [JDS] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & ---------------------------------------^ module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [JDE] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & -----------------------------------------------^ module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [KDS] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & -------------------------------------------------------^ module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [KDE] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & ---------------------------------------------------------------^ module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [IMS] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & -----------------------^ module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [IME] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & -------------------------------^ module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [JMS] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & ---------------------------------------^ module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [JME] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & -----------------------------------------------^ module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [KMS] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & -------------------------------------------------------^ module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [KME] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & ---------------------------------------------------------------^ module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [ITS] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & -----------------------^ module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [ITE] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & -------------------------------^ module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [JTS] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & ---------------------------------------^ module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [JTE] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & -----------------------------------------------^ module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [KTS] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & -------------------------------------------------------^ module_pbl_driver.f90(2420): catastrophic error: Too many errors, exiting compilation aborted for module_pbl_driver.f90 (code 1) make[3]: [module_pbl_driver.o] Error 1 (ignored) make[3]: [module_sf_noahdrv.o] Error 1 (ignored) make[3]: [module_cu_camzm.o] Error 1 (ignored) make[3]: [module_ra_gfdleta.o] Error 1 (ignored) make[3]: [module_ra_HWRF.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_sf_clm.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_surface_driver.f90(280): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_MYJSFC] USE module_sf_myjsfc -------^ module_surface_driver.f90(281): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_QNSESFC] USE module_sf_qnsesfc -------^ module_surface_driver.f90(285): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_NOAHMPDRV] USE module_sf_noahmpdrv, only : noahmplsm, noahmp_urban -------^ module_surface_driver.f90(310): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_rcv_sfcdrv -------^ module_surface_driver.f90(3817): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_MYJSFC] USE module_sf_myjsfc ---------^ module_surface_driver.f90(4188): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_QNSESFC] USE module_sf_qnsesfc ---------^ module_surface_driver.f90(1317): error #6404: This name does not have a type, and must have an explicit type. [COUPLER_ON] IF ( coupler_on .and. present(cplmask) .and. present(sst_input) ) THEN -------^ module_surface_driver.f90(2901): error #6632: Keyword arguments are invalid without an explicit interface. [MP_RAINC] MP_RAINC = RAINCV, MP_RAINNC = RAINNCV, MP_SHCV = RAINSHV,& ----------------^ module_surface_driver.f90(2901): error #6632: Keyword arguments are invalid without an explicit interface. [MP_RAINNC] MP_RAINC = RAINCV, MP_RAINNC = RAINNCV, MP_SHCV = RAINSHV,& ------------------------------------^ module_surface_driver.f90(2901): error #6632: Keyword arguments are invalid without an explicit interface. [MP_SHCV] MP_RAINC = RAINCV, MP_RAINNC = RAINNCV, MP_SHCV = RAINSHV,& ------------------------------------------------------------^ module_surface_driver.f90(2902): error #6632: Keyword arguments are invalid without an explicit interface. [MP_SNOW] MP_SNOW = SNOWNCV, MP_GRAUP = GRAUPELNCV, MP_HAIL = HAILNCV ) ----------------^ module_surface_driver.f90(2902): error #6632: Keyword arguments are invalid without an explicit interface. [MP_GRAUP] MP_SNOW = SNOWNCV, MP_GRAUP = GRAUPELNCV, MP_HAIL = HAILNCV ) ------------------------------------^ module_surface_driver.f90(2902): error #6632: Keyword arguments are invalid without an explicit interface. [MP_HAIL] MP_SNOW = SNOWNCV, MP_GRAUP = GRAUPELNCV, MP_HAIL = HAILNCV ) ------------------------------------------------------------^ module_surface_driver.f90(285): error #6580: Name in only-list does not exist or is not accessible. [NOAHMPLSM] USE module_sf_noahmpdrv, only : noahmplsm, noahmp_urban -----------------------------------^ module_surface_driver.f90(285): error #6580: Name in only-list does not exist or is not accessible. [NOAHMP_URBAN] USE module_sf_noahmpdrv, only : noahmplsm, noahmp_urban ----------------------------------------------^ module_surface_driver.f90(310): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_rcv_sfcdrv --------------------------^ module_surface_driver.f90(310): error #6580: Name in only-list does not exist or is not accessible. [CPL_RCV_SFCDRV] USE module_cpl, ONLY : coupler_on, cpl_rcv_sfcdrv --------------------------------------^ module_surface_driver.f90(3964): error #6404: This name does not have a type, and must have an explicit type. [PQ0SEA] QSFC_SEA(i,j) = PQ0SEA/PSFC*EXP(A2S*(TSK(i,j)-A3S)/(TSK(i,j)-A4S)) ------------------------------^ module_surface_driver.f90(3964): error #6404: This name does not have a type, and must have an explicit type. [A2S] QSFC_SEA(i,j) = PQ0SEA/PSFC*EXP(A2S*(TSK(i,j)-A3S)/(TSK(i,j)-A4S)) ----------------------------------------------^ module_surface_driver.f90(3964): error #6404: This name does not have a type, and must have an explicit type. [A3S] QSFC_SEA(i,j) = PQ0SEA/PSFC*EXP(A2S*(TSK(i,j)-A3S)/(TSK(i,j)-A4S)) ------------------------------------------------------------^ module_surface_driver.f90(3964): error #6404: This name does not have a type, and must have an explicit type. [A4S] QSFC_SEA(i,j) = PQ0SEA/PSFC*EXP(A2S*(TSK(i,j)-A3S)/(TSK(i,j)-A4S)) ---------------------------------------------------------------------------^ compilation aborted for module_surface_driver.f90 (code 1) make[3]: [module_surface_driver.o] Error 1 (ignored) make[3]: [module_mp_cammgmp_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_cu_camzm_driver.o] Error 1 (ignored) make[3]: [module_shcu_camuwshcu.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[3]: [module_ra_rrtmg_sw.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_radiation_driver.f90(199): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_CAM] USE module_ra_cam , ONLY : camrad -------^ module_radiation_driver.f90(2607): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks,wrf_dm_minval_integer -------^ module_radiation_driver.f90(3315): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_THOMPSON] USE module_mp_thompson , ONLY : rsif, rslf ----------^ module_radiation_driver.f90(4679): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_THOMPSON] USE module_mp_thompson, only: RSLF ----------^ module_radiation_driver.f90(1704): error #6632: Keyword arguments are invalid without an explicit interface. [RTHRATENLW] CALL CAMRAD(RTHRATENLW=RTHRATEN,RTHRATENSW=RTHRATENSW, & -------------------------^ module_radiation_driver.f90(1704): error #6632: Keyword arguments are invalid without an explicit interface. [RTHRATENSW] CALL CAMRAD(RTHRATENLW=RTHRATEN,RTHRATENSW=RTHRATENSW, & ---------------------------------------------^ module_radiation_driver.f90(1705): error #6632: Keyword arguments are invalid without an explicit interface. [DOLW] dolw=.true.,dosw=.false., & ---------------------^ module_radiation_driver.f90(1705): error #6632: Keyword arguments are invalid without an explicit interface. [DOSW] dolw=.true.,dosw=.false., & ---------------------------------^ module_radiation_driver.f90(1706): error #6632: Keyword arguments are invalid without an explicit interface. [SWUPT] SWUPT=SWUPT,SWUPTC=SWUPTC, & ---------------------^ module_radiation_driver.f90(1706): error #6632: Keyword arguments are invalid without an explicit interface. [SWUPTC] SWUPT=SWUPT,SWUPTC=SWUPTC, & ---------------------------------^ module_radiation_driver.f90(1707): error #6632: Keyword arguments are invalid without an explicit interface. [SWDNT] SWDNT=SWDNT,SWDNTC=SWDNTC, & ---------------------^ module_radiation_driver.f90(1707): error #6632: Keyword arguments are invalid without an explicit interface. [SWDNTC] SWDNT=SWDNT,SWDNTC=SWDNTC, & ---------------------------------^ module_radiation_driver.f90(1708): error #6632: Keyword arguments are invalid without an explicit interface. [LWUPT] LWUPT=LWUPT,LWUPTC=LWUPTC, & ---------------------^ module_radiation_driver.f90(1708): error #6632: Keyword arguments are invalid without an explicit interface. [LWUPTC] LWUPT=LWUPT,LWUPTC=LWUPTC, & ---------------------------------^ module_radiation_driver.f90(1709): error #6632: Keyword arguments are invalid without an explicit interface. [LWDNT] LWDNT=LWDNT,LWDNTC=LWDNTC, & ---------------------^ module_radiation_driver.f90(1709): error #6632: Keyword arguments are invalid without an explicit interface. [LWDNTC] LWDNT=LWDNT,LWDNTC=LWDNTC, & ---------------------------------^ module_radiation_driver.f90(1710): error #6632: Keyword arguments are invalid without an explicit interface. [SWUPB] SWUPB=SWUPB,SWUPBC=SWUPBC, & ---------------------^ module_radiation_driver.f90(1710): error #6632: Keyword arguments are invalid without an explicit interface. [SWUPBC] SWUPB=SWUPB,SWUPBC=SWUPBC, & ---------------------------------^ module_radiation_driver.f90(1711): error #6632: Keyword arguments are invalid without an explicit interface. [SWDNB] SWDNB=SWDNB,SWDNBC=SWDNBC, & ---------------------^ module_radiation_driver.f90(1711): error #6632: Keyword arguments are invalid without an explicit interface. [SWDNBC] SWDNB=SWDNB,SWDNBC=SWDNBC, & ---------------------------------^ module_radiation_driver.f90(1712): error #6632: Keyword arguments are invalid without an explicit interface. [LWUPB] LWUPB=LWUPB,LWUPBC=LWUPBC, & ---------------------^ module_radiation_driver.f90(1712): error #6632: Keyword arguments are invalid without an explicit interface. [LWUPBC] LWUPB=LWUPB,LWUPBC=LWUPBC, & ---------------------------------^ module_radiation_driver.f90(1713): error #6632: Keyword arguments are invalid without an explicit interface. [LWDNB] LWDNB=LWDNB,LWDNBC=LWDNBC, & ---------------------^ module_radiation_driver.f90(1713): error #6632: Keyword arguments are invalid without an explicit interface. [LWDNBC] LWDNB=LWDNB,LWDNBC=LWDNBC, & ---------------------------------^ module_radiation_driver.f90(1714): error #6632: Keyword arguments are invalid without an explicit interface. [SWCF] SWCF=SWCF,LWCF=LWCF,OLR=RLWTOA,CEMISS=CEMISS, & ---------------------^ module_radiation_driver.f90(1714): error #6632: Keyword arguments are invalid without an explicit interface. [LWCF] SWCF=SWCF,LWCF=LWCF,OLR=RLWTOA,CEMISS=CEMISS, & -------------------------------^ module_radiation_driver.f90(1714): error #6632: Keyword arguments are invalid without an explicit interface. [OLR] SWCF=SWCF,LWCF=LWCF,OLR=RLWTOA,CEMISS=CEMISS, & -----------------------------------------^ module_radiation_driver.f90(1714): error #6632: Keyword arguments are invalid without an explicit interface. [CEMISS] SWCF=SWCF,LWCF=LWCF,OLR=RLWTOA,CEMISS=CEMISS, & ----------------------------------------------------^ module_radiation_driver.f90(1715): error #6632: Keyword arguments are invalid without an explicit interface. [TAUCLDC] TAUCLDC=TAUCLDC,TAUCLDI=TAUCLDI,COSZR=COSZR, & ---------------------^ module_radiation_driver.f90(1715): error #6632: Keyword arguments are invalid without an explicit interface. [TAUCLDI] TAUCLDC=TAUCLDC,TAUCLDI=TAUCLDI,COSZR=COSZR, & -------------------------------------^ module_radiation_driver.f90(4868): catastrophic error: Too many errors, exiting compilation aborted for module_radiation_driver.f90 (code 1) make[3]: [module_radiation_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_mixactivate.f90(262): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RADIATION_DRIVER] USE module_radiation_driver, only: cal_cldfra2 ------^ module_mixactivate.f90(262): error #6580: Name in only-list does not exist or is not accessible. [CAL_CLDFRA2] USE module_radiation_driver, only: cal_cldfra2 -------------------------------------^ compilation aborted for module_mixactivate.f90 (code 1) make[3]: [module_mixactivate.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_microphysics_driver.f90(164): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_THOMPSON] USE module_mp_thompson -------^ module_microphysics_driver.f90(166): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_FAST_SBM] USE module_mp_fast_sbm -------^ module_microphysics_driver.f90(145): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : & ------^ module_cu_kfcup.f90(4873): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MIXACTIVATE] use module_mixactivate, only: activate ----------^ module_cu_kfcup.f90(4950): error #6406: Conflicting attributes or multiple declaration of name. [ACTIVATE] call activate( w_act, 0.0, 0.0, 0.0, 1.0, tk_act, rho_act, & -----------^ module_cu_kfcup.f90(4873): error #6580: Name in only-list does not exist or is not accessible. [ACTIVATE] use module_mixactivate, only: activate -------------------------------------^ module_microphysics_driver.f90(182): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MIXACTIVATE] USE module_mixactivate, only: prescribe_aerosol_mixactivate -------^ compilation aborted for module_cu_kfcup.f90 (code 1) make[3]: [module_cu_kfcup.o] Error 1 (ignored) module_microphysics_driver.f90(670): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MAX_REAL] wmax = wrf_dm_max_real ( wmax ) -------------^ module_microphysics_driver.f90(671): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MIN_REAL] wmin = wrf_dm_min_real ( wmin ) -------------^ module_microphysics_driver.f90(783): error #6632: Keyword arguments are invalid without an explicit interface. [F_QC] F_QC=f_qc, F_QI=f_qi ) ------------------^ module_microphysics_driver.f90(783): error #6632: Keyword arguments are invalid without an explicit interface. [F_QI] F_QC=f_qc, F_QI=f_qi ) -----------------------------^ module_microphysics_driver.f90(836): error #6632: Keyword arguments are invalid without an explicit interface. [QV] QV=qv_curr, & ---------------------^ module_microphysics_driver.f90(837): error #6632: Keyword arguments are invalid without an explicit interface. [QC] QC=qc_curr, & ---------------------^ module_microphysics_driver.f90(838): error #6632: Keyword arguments are invalid without an explicit interface. [QR] QR=qr_curr, & ---------------------^ module_microphysics_driver.f90(839): error #6632: Keyword arguments are invalid without an explicit interface. [QI] QI=qi_curr, & ---------------------^ module_microphysics_driver.f90(840): error #6632: Keyword arguments are invalid without an explicit interface. [QS] QS=qs_curr, & ---------------------^ module_microphysics_driver.f90(841): error #6632: Keyword arguments are invalid without an explicit interface. [QG] QG=qg_curr, & ---------------------^ module_microphysics_driver.f90(842): error #6632: Keyword arguments are invalid without an explicit interface. [NI] NI=qni_curr, & ---------------------^ module_microphysics_driver.f90(843): error #6632: Keyword arguments are invalid without an explicit interface. [NR] NR=qnr_curr, & ---------------------^ module_microphysics_driver.f90(844): error #6632: Keyword arguments are invalid without an explicit interface. [NC] NC=qnc_curr, & ---------------------^ module_microphysics_driver.f90(845): error #6632: Keyword arguments are invalid without an explicit interface. [NWFA] NWFA=qnwfa_curr, & ---------------------^ module_microphysics_driver.f90(846): error #6632: Keyword arguments are invalid without an explicit interface. [NIFA] NIFA=qnifa_curr, & ---------------------^ module_microphysics_driver.f90(847): error #6632: Keyword arguments are invalid without an explicit interface. [NWFA2D] NWFA2D=qnwfa2d, & ---------------------^ module_microphysics_driver.f90(848): error #6632: Keyword arguments are invalid without an explicit interface. [NIFA2D] NIFA2D=qnifa2d, & ---------------------^ module_microphysics_driver.f90(849): error #6632: Keyword arguments are invalid without an explicit interface. [TH] TH=th, & ---------------------^ module_microphysics_driver.f90(850): error #6632: Keyword arguments are invalid without an explicit interface. [PII] PII=pi_phy, & ---------------------^ module_microphysics_driver.f90(851): error #6632: Keyword arguments are invalid without an explicit interface. [P] P=p, & ---------------------^ module_microphysics_driver.f90(852): error #6632: Keyword arguments are invalid without an explicit interface. [W] W=w, & ---------------------^ module_microphysics_driver.f90(853): error #6632: Keyword arguments are invalid without an explicit interface. [DZ] DZ=dz8w, & ---------------------^ module_microphysics_driver.f90(854): error #6632: Keyword arguments are invalid without an explicit interface. [DT_IN] DT_IN=dt, & ---------------------^ module_microphysics_driver.f90(855): error #6632: Keyword arguments are invalid without an explicit interface. [ITIMESTEP] ITIMESTEP=itimestep, & ---------------------^ module_microphysics_driver.f90(856): error #6632: Keyword arguments are invalid without an explicit interface. [RAINNC] RAINNC=RAINNC, & ---------------------^ module_microphysics_driver.f90(857): error #6632: Keyword arguments are invalid without an explicit interface. [RAINNCV] RAINNCV=RAINNCV, & ---------------------^ module_microphysics_driver.f90(2478): catastrophic error: Too many errors, exiting compilation aborted for module_microphysics_driver.f90 (code 1) make[3]: [module_microphysics_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_cumulus_driver.f90(152): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks -------^ module_physics_init.f90(256): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WIND_FITCH] USE module_wind_fitch -------^ module_physics_init.f90(1837): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_CAM] USE module_ra_cam , ONLY : camradinit -------^ module_physics_init.f90(1838): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_CAM_SUPPORT] USE module_ra_cam_support , ONLY : oznini -------^ module_physics_init.f90(2286): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_MYJSFC] USE module_sf_myjsfc -------^ module_physics_init.f90(2287): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_QNSESFC] USE module_sf_qnsesfc -------^ module_physics_init.f90(2290): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_NOAHMPDRV] USE module_sf_noahmpdrv -------^ module_physics_init.f90(3310): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CU_KFCUP] USE module_cu_kfcup -------^ module_physics_init.f90(3715): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_THOMPSON] USE module_mp_thompson -------^ module_physics_init.f90(3717): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_FAST_SBM] USE module_mp_fast_sbm -------^ module_physics_init.f90(3932): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDA_SPNUDGING] USE module_fdda_spnudging, ONLY : fddaspnudginginit -------^ module_physics_init.f90(4074): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDAOBS_RTFDDA] USE module_fddaobs_rtfdda -------^ module_physics_init.f90(1837): error #6580: Name in only-list does not exist or is not accessible. [CAMRADINIT] USE module_ra_cam , ONLY : camradinit ------------------------------------^ module_physics_init.f90(1838): error #6580: Name in only-list does not exist or is not accessible. [OZNINI] USE module_ra_cam_support , ONLY : oznini --------------------------------------^ module_physics_init.f90(3842): error #6632: Keyword arguments are invalid without an explicit interface. [HGT] CALL thompson_init(HGT=z_at_q, & -------------------------------^ module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [IDS] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & --------------------------^ module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [IDE] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & -----------------------------------^ module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [JDS] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & --------------------------------------------^ module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [JDE] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & -----------------------------------------------------^ module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [KDS] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & --------------------------------------------------------------^ module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [KDE] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & -----------------------------------------------------------------------^ module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [IMS] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & --------------------------^ module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [IME] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & -----------------------------------^ module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [JMS] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & --------------------------------------------^ module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [JME] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & -----------------------------------------------------^ module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [KMS] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & --------------------------------------------------------------^ module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [KME] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & -----------------------------------------------------------------------^ module_physics_init.f90(3845): error #6632: Keyword arguments are invalid without an explicit interface. [ITS] ITS=its, ITE=ite, JTS=jts, JTE=jte, KTS=kts, KTE=kte) --------------------------^ module_physics_init.f90(3845): error #6632: Keyword arguments are invalid without an explicit interface. [ITE] ITS=its, ITE=ite, JTS=jts, JTE=jte, KTS=kts, KTE=kte) -----------------------------------^ module_physics_init.f90(3845): error #6632: Keyword arguments are invalid without an explicit interface. [JTS] ITS=its, ITE=ite, JTS=jts, JTE=jte, KTS=kts, KTE=kte) --------------------------------------------^ module_physics_init.f90(3845): error #6632: Keyword arguments are invalid without an explicit interface. [JTE] ITS=its, ITE=ite, JTS=jts, JTE=jte, KTS=kts, KTE=kte) -----------------------------------------------------^ module_physics_init.f90(4855): catastrophic error: Too many errors, exiting compilation aborted for module_physics_init.f90 (code 1) make[3]: [module_physics_init.o] Error 1 (ignored) module_cumulus_driver.f90(163): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CU_KFCUP] USE module_cu_kfcup , ONLY : KF_CUP_CPS -------^ module_cumulus_driver.f90(828): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ module_cumulus_driver.f90(829): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ module_cumulus_driver.f90(829): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ module_cumulus_driver.f90(829): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ module_cumulus_driver.f90(829): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ module_cumulus_driver.f90(1419): error #6632: Keyword arguments are invalid without an explicit interface. [GRID_ID] CALL KF_CUP_CPS( GRID_ID=grid%grid_id & -------------------------^ module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [U] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & --------------^ module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [V] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & -------------------^ module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [TH] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & ------------------------^ module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [T] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & -------------------------------^ module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [W] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & ------------------------------------^ module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [RHO] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & -----------------------------------------^ module_cumulus_driver.f90(1421): error #6632: Keyword arguments are invalid without an explicit interface. [RAINCV] ,RAINCV=raincv,NCA=nca ,DZ8W=dz8w,XLAND=xland & --------------^ module_cumulus_driver.f90(1421): error #6632: Keyword arguments are invalid without an explicit interface. [NCA] ,RAINCV=raincv,NCA=nca ,DZ8W=dz8w,XLAND=xland & ----------------------------^ module_cumulus_driver.f90(1421): error #6632: Keyword arguments are invalid without an explicit interface. [DZ8W] ,RAINCV=raincv,NCA=nca ,DZ8W=dz8w,XLAND=xland & -------------------------------------^ module_cumulus_driver.f90(1421): error #6632: Keyword arguments are invalid without an explicit interface. [XLAND] ,RAINCV=raincv,NCA=nca ,DZ8W=dz8w,XLAND=xland & -----------------------------------------------^ module_cumulus_driver.f90(1422): error #6632: Keyword arguments are invalid without an explicit interface. [PCPS] ,PCPS=p, PI=pi ,W0AVG=W0AVG & --------------^ module_cumulus_driver.f90(1422): error #6632: Keyword arguments are invalid without an explicit interface. [PI] ,PCPS=p, PI=pi ,W0AVG=W0AVG & ----------------------^ module_cumulus_driver.f90(1422): error #6632: Keyword arguments are invalid without an explicit interface. [W0AVG] ,PCPS=p, PI=pi ,W0AVG=W0AVG & -----------------------------^ module_cumulus_driver.f90(1423): error #6632: Keyword arguments are invalid without an explicit interface. [CUTOP] ,CUTOP=HTOP,CUBOT=HBOT & --------------^ module_cumulus_driver.f90(1423): error #6632: Keyword arguments are invalid without an explicit interface. [CUBOT] ,CUTOP=HTOP,CUBOT=HBOT & -------------------------^ module_cumulus_driver.f90(1424): error #6632: Keyword arguments are invalid without an explicit interface. [XLV0] ,XLV0=XLV0 ,XLV1=XLV1 ,XLS0=XLS0 ,XLS1=XLS1 & --------------^ module_cumulus_driver.f90(1424): error #6632: Keyword arguments are invalid without an explicit interface. [XLV1] ,XLV0=XLV0 ,XLV1=XLV1 ,XLS0=XLS0 ,XLS1=XLS1 & -------------------------^ module_cumulus_driver.f90(1424): error #6632: Keyword arguments are invalid without an explicit interface. [XLS0] ,XLV0=XLV0 ,XLV1=XLV1 ,XLS0=XLS0 ,XLS1=XLS1 & ------------------------------------^ module_cumulus_driver.f90(1424): error #6632: Keyword arguments are invalid without an explicit interface. [XLS1] ,XLV0=XLV0 ,XLV1=XLV1 ,XLS0=XLS0 ,XLS1=XLS1 & -----------------------------------------------^ module_cumulus_driver.f90(1425): error #6632: Keyword arguments are invalid without an explicit interface. [CP] ,CP=CP ,R=R_d ,G=G ,EP1=EP_1 ,EP2=EP_2 & --------------^ module_cumulus_driver.f90(1425): error #6632: Keyword arguments are invalid without an explicit interface. [R] ,CP=CP ,R=R_d ,G=G ,EP1=EP_1 ,EP2=EP_2 & ---------------------^ module_cumulus_driver.f90(1425): error #6632: Keyword arguments are invalid without an explicit interface. [G] ,CP=CP ,R=R_d ,G=G ,EP1=EP_1 ,EP2=EP_2 & ----------------------------^ module_cumulus_driver.f90(1813): catastrophic error: Too many errors, exiting compilation aborted for module_cumulus_driver.f90 (code 1) make[3]: [module_cumulus_driver.o] Error 1 (ignored) make[3]: [module_shcu_camuwshcu_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_shallowcu_driver.f90(81): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm -------^ compilation aborted for module_shallowcu_driver.f90 (code 1) make[3]: [module_shallowcu_driver.o] Error 1 (ignored) xiar: executing 'ar' ar: creating ../main/libwrflib.a ar: module_cu_kfcup.o: No such file or directory make[2]: [physics] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_wps_io_arw.f90(3): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_OPTIONAL_INPUT] USE module_optional_input -------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_wps_io_arw.f90(217): error #6404: This name does not have a type, and must have an explicit type. [FLAG_ST000010] flag_st000010 = 0 ------^ module_wps_io_arw.f90(218): error #6404: This name does not have a type, and must have an explicit type. [FLAG_ST010040] flag_st010040 = 0 ------^ module_wps_io_arw.f90(219): error #6404: This name does not have a type, and must have an explicit type. [FLAG_ST040100] flag_st040100 = 0 ------^ module_wps_io_arw.f90(220): error #6404: This name does not have a type, and must have an explicit type. [FLAG_ST100200] flag_st100200 = 0 ------^ module_wps_io_arw.f90(221): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SM000010] flag_sm000010 = 0 ------^ module_wps_io_arw.f90(222): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SM010040] flag_sm010040 = 0 ------^ module_wps_io_arw.f90(223): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SM040100] flag_sm040100 = 0 ------^ module_wps_io_arw.f90(224): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SM100200] flag_sm100200 = 0 ------^ module_wps_io_arw.f90(225): error #6404: This name does not have a type, and must have an explicit type. [FLAG_ST010200] flag_st010200 = 0 ------^ module_wps_io_arw.f90(226): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SM010200] flag_sm010200 = 0 ------^ module_wps_io_arw.f90(229): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SOILT040] flag_soilt040 = 0 ------^ module_wps_io_arw.f90(233): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SOILM040] flag_soilm040 = 0 ------^ module_wps_io_arw.f90(237): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SST] flag_sst = 0 ------^ module_wps_io_arw.f90(238): error #6404: This name does not have a type, and must have an explicit type. [FLAG_TOPOSOIL] flag_toposoil = 0 ------^ module_wps_io_arw.f90(242): error #6404: This name does not have a type, and must have an explicit type. [NUM_ST_LEVELS_INPUT] num_st_levels_input = 0 ------^ module_wps_io_arw.f90(243): error #6404: This name does not have a type, and must have an explicit type. [NUM_SM_LEVELS_INPUT] num_sm_levels_input = 0 ------^ module_wps_io_arw.f90(244): error #6404: This name does not have a type, and must have an explicit type. [ST_LEVELS_INPUT] st_levels_input = -1 ------^ module_wps_io_arw.f90(245): error #6404: This name does not have a type, and must have an explicit type. [SM_LEVELS_INPUT] sm_levels_input = -1 ------^ module_wps_io_arw.f90(378): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SNOWH] flag_snowh=igarb --------^ module_wps_io_arw.f90(385): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SNOW] flag_snow=igarb --------^ module_wps_io_arw.f90(393): error #6404: This name does not have a type, and must have an explicit type. [FLAG_METGRID] flag_metgrid=igarb --------^ module_wps_io_arw.f90(402): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SOILHGT] flag_soilhgt=igarb --------^ module_wps_io_arw.f90(411): error #6404: This name does not have a type, and must have an explicit type. [FLAG_PSFC] flag_psfc=igarb --------^ module_wps_io_arw.f90(420): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SLP] flag_slp=igarb --------^ module_wps_io_arw.f90(430): error #6404: This name does not have a type, and must have an explicit type. [NUM_SW_LEVELS_INPUT] num_sw_levels_input=igarb --------^ module_wps_io_arw.f90(439): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SOIL_LEVELS] flag_soil_levels=igarb --------^ module_wps_io_arw.f90(448): error #6404: This name does not have a type, and must have an explicit type. [FLAG_SOIL_LAYERS] flag_soil_layers=igarb --------^ module_wps_io_arw.f90(1234): error #6410: This name has not been declared as an array or a function. [ST_LEVELS_INPUT] st_levels_input(num_st_levels_input) = char2int2(varName(3:8)) -------^ module_wps_io_arw.f90(1234): error #6404: This name does not have a type, and must have an explicit type. [CHAR2INT2] st_levels_input(num_st_levels_input) = char2int2(varName(3:8)) ----------------------------------------------^ module_wps_io_arw.f90(2589): catastrophic error: Too many errors, exiting compilation aborted for module_wps_io_arw.f90 (code 1) make[2]: [module_wps_io_arw.o] Error 1 (ignored) make[2]: [module_init_utilities.o] Error 1 (ignored) make[2]: [module_solvedebug_em.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_polarfft.f90(82): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y & -------^ module_polarfft.f90(171): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(171): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(193): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(193): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(208): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(208): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(232): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(232): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(260): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(260): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(293): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(293): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(318): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(318): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(339): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(339): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(354): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(354): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(376): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(376): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(397): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(397): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(418): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(418): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(441): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(441): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(462): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(462): error #6406: Conflicting attributes or multiple declaration of name. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 0, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_polarfft.f90(477): error #6406: Conflicting attributes or multiple declaration of name. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_polarfft.f90(1319): catastrophic error: Too many errors, exiting compilation aborted for module_polarfft.f90 (code 1) make[2]: [module_polarfft.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_damping_em.o] Error 1 (ignored) ../phys/module_radiation_driver.f90(199): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_CAM] USE module_ra_cam , ONLY : camrad -------^ ../phys/module_radiation_driver.f90(2607): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks,wrf_dm_minval_integer -------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../phys/module_cumulus_driver.f90(152): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks -------^ make[2]: [module_convtrans_prep.o] Error 1 (ignored) ../phys/module_surface_driver.f90(280): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_MYJSFC] USE module_sf_myjsfc -------^ ../phys/module_surface_driver.f90(281): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_QNSESFC] USE module_sf_qnsesfc -------^ ../phys/module_surface_driver.f90(285): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_NOAHMPDRV] USE module_sf_noahmpdrv, only : noahmplsm, noahmp_urban -------^ ../phys/module_surface_driver.f90(310): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_rcv_sfcdrv -------^ ../phys/module_surface_driver.f90(3817): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_MYJSFC] USE module_sf_myjsfc ---------^ ../phys/module_surface_driver.f90(4188): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_QNSESFC] USE module_sf_qnsesfc ---------^ ../phys/module_surface_driver.f90(1317): error #6404: This name does not have a type, and must have an explicit type. [COUPLER_ON] IF ( coupler_on .and. present(cplmask) .and. present(sst_input) ) THEN -------^ ../phys/module_surface_driver.f90(2901): error #6632: Keyword arguments are invalid without an explicit interface. [MP_RAINC] MP_RAINC = RAINCV, MP_RAINNC = RAINNCV, MP_SHCV = RAINSHV,& ----------------^ ../phys/module_surface_driver.f90(2901): error #6632: Keyword arguments are invalid without an explicit interface. [MP_RAINNC] MP_RAINC = RAINCV, MP_RAINNC = RAINNCV, MP_SHCV = RAINSHV,& ------------------------------------^ ../phys/module_surface_driver.f90(2901): error #6632: Keyword arguments are invalid without an explicit interface. [MP_SHCV] MP_RAINC = RAINCV, MP_RAINNC = RAINNCV, MP_SHCV = RAINSHV,& ------------------------------------------------------------^ ../phys/module_surface_driver.f90(2902): error #6632: Keyword arguments are invalid without an explicit interface. [MP_SNOW] MP_SNOW = SNOWNCV, MP_GRAUP = GRAUPELNCV, MP_HAIL = HAILNCV ) ----------------^ ../phys/module_surface_driver.f90(2902): error #6632: Keyword arguments are invalid without an explicit interface. [MP_GRAUP] MP_SNOW = SNOWNCV, MP_GRAUP = GRAUPELNCV, MP_HAIL = HAILNCV ) ------------------------------------^ ../phys/module_surface_driver.f90(2902): error #6632: Keyword arguments are invalid without an explicit interface. [MP_HAIL] MP_SNOW = SNOWNCV, MP_GRAUP = GRAUPELNCV, MP_HAIL = HAILNCV ) ------------------------------------------------------------^ ../phys/module_surface_driver.f90(285): error #6580: Name in only-list does not exist or is not accessible. [NOAHMPLSM] USE module_sf_noahmpdrv, only : noahmplsm, noahmp_urban -----------------------------------^ ../phys/module_surface_driver.f90(285): error #6580: Name in only-list does not exist or is not accessible. [NOAHMP_URBAN] USE module_sf_noahmpdrv, only : noahmplsm, noahmp_urban ----------------------------------------------^ ../phys/module_surface_driver.f90(310): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_rcv_sfcdrv --------------------------^ ../phys/module_surface_driver.f90(310): error #6580: Name in only-list does not exist or is not accessible. [CPL_RCV_SFCDRV] USE module_cpl, ONLY : coupler_on, cpl_rcv_sfcdrv --------------------------------------^ ../phys/module_surface_driver.f90(3964): error #6404: This name does not have a type, and must have an explicit type. [PQ0SEA] QSFC_SEA(i,j) = PQ0SEA/PSFC*EXP(A2S*(TSK(i,j)-A3S)/(TSK(i,j)-A4S)) ------------------------------^ ../phys/module_surface_driver.f90(3964): error #6404: This name does not have a type, and must have an explicit type. [A2S] QSFC_SEA(i,j) = PQ0SEA/PSFC*EXP(A2S*(TSK(i,j)-A3S)/(TSK(i,j)-A4S)) ----------------------------------------------^ ../phys/module_surface_driver.f90(3964): error #6404: This name does not have a type, and must have an explicit type. [A3S] QSFC_SEA(i,j) = PQ0SEA/PSFC*EXP(A2S*(TSK(i,j)-A3S)/(TSK(i,j)-A4S)) ------------------------------------------------------------^ ../phys/module_surface_driver.f90(3964): error #6404: This name does not have a type, and must have an explicit type. [A4S] QSFC_SEA(i,j) = PQ0SEA/PSFC*EXP(A2S*(TSK(i,j)-A3S)/(TSK(i,j)-A4S)) ---------------------------------------------------------------------------^ compilation aborted for ../phys/module_surface_driver.f90 (code 1) make[2]: [../phys/module_surface_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../phys/module_shallowcu_driver.f90(81): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm -------^ compilation aborted for ../phys/module_shallowcu_driver.f90 (code 1) make[2]: [../phys/module_shallowcu_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../phys/module_pbl_driver.f90(149): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WIND_FITCH] USE module_wind_fitch -------^ ../phys/module_pbl_driver.f90(1814): error #6632: Keyword arguments are invalid without an explicit interface. [ID] & ID=id & -----------------------^ ../phys/module_pbl_driver.f90(1815): error #6632: Keyword arguments are invalid without an explicit interface. [Z_AT_W] &,Z_AT_W=z_at_w,u=u_phy,v=v_phy & -----------------------^ ../phys/module_pbl_driver.f90(1815): error #6632: Keyword arguments are invalid without an explicit interface. [U] &,Z_AT_W=z_at_w,u=u_phy,v=v_phy & -------------------------------------^ ../phys/module_pbl_driver.f90(1815): error #6632: Keyword arguments are invalid without an explicit interface. [V] &,Z_AT_W=z_at_w,u=u_phy,v=v_phy & ---------------------------------------------^ ../phys/module_pbl_driver.f90(1816): error #6632: Keyword arguments are invalid without an explicit interface. [DX] &,DX=dx,DZ=dz8w,DT=dt & -----------------------^ ../phys/module_pbl_driver.f90(1816): error #6632: Keyword arguments are invalid without an explicit interface. [DZ] &,DX=dx,DZ=dz8w,DT=dt & -----------------------------^ ../phys/module_pbl_driver.f90(1816): error #6632: Keyword arguments are invalid without an explicit interface. [DT] &,DX=dx,DZ=dz8w,DT=dt & -------------------------------------^ ../phys/module_pbl_driver.f90(1817): error #6632: Keyword arguments are invalid without an explicit interface. [QKE] &,QKE=qke & -----------------------^ ../phys/module_pbl_driver.f90(1818): error #6632: Keyword arguments are invalid without an explicit interface. [DU] &,DU=rublten,DV=rvblten & -----------------------^ ../phys/module_pbl_driver.f90(1818): error #6632: Keyword arguments are invalid without an explicit interface. [DV] &,DU=rublten,DV=rvblten & ----------------------------------^ ../phys/module_pbl_driver.f90(1819): error #6632: Keyword arguments are invalid without an explicit interface. [WINDFARM_OPT] &,WINDFARM_OPT=windfarm_opt,POWER=power & -----------------------^ ../phys/module_pbl_driver.f90(1819): error #6632: Keyword arguments are invalid without an explicit interface. [POWER] &,WINDFARM_OPT=windfarm_opt,POWER=power & -------------------------------------------------^ ../phys/module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [IDS] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & -----------------------^ ../phys/module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [IDE] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & -------------------------------^ ../phys/module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [JDS] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & ---------------------------------------^ ../phys/module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [JDE] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & -----------------------------------------------^ ../phys/module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [KDS] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & -------------------------------------------------------^ ../phys/module_pbl_driver.f90(1820): error #6632: Keyword arguments are invalid without an explicit interface. [KDE] &,IDS=ids,IDE=ide,JDS=jds,JDE=jde,KDS=kds,KDE=kde & ---------------------------------------------------------------^ ../phys/module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [IMS] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & -----------------------^ ../phys/module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [IME] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & -------------------------------^ ../phys/module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [JMS] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & ---------------------------------------^ ../phys/module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [JME] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & -----------------------------------------------^ ../phys/module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [KMS] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & -------------------------------------------------------^ ../phys/module_pbl_driver.f90(1821): error #6632: Keyword arguments are invalid without an explicit interface. [KME] &,IMS=ims,IME=ime,JMS=jms,JME=jme,KMS=kms,KME=kme & ---------------------------------------------------------------^ ../phys/module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [ITS] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & -----------------------^ ../phys/module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [ITE] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & -------------------------------^ ../phys/module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [JTS] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & ---------------------------------------^ ../phys/module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [JTE] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & -----------------------------------------------^ ../phys/module_pbl_driver.f90(1822): error #6632: Keyword arguments are invalid without an explicit interface. [KTS] &,ITS=its,ITE=ite,JTS=jts,JTE=jte,KTS=kts,KTE=kte & -------------------------------------------------------^ ../phys/module_pbl_driver.f90(2420): catastrophic error: Too many errors, exiting compilation aborted for ../phys/module_pbl_driver.f90 (code 1) make[2]: [../phys/module_pbl_driver.o] Error 1 (ignored) ../phys/module_fr_fire_driver_wrf.f90(8): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_DRIVER] use module_fr_fire_driver ----^ ../phys/module_fr_fire_driver_wrf.f90(9): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_ATM] use module_fr_fire_atm ----^ ../phys/module_fr_fire_driver_wrf.f90(77): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_UTIL] USE module_fr_fire_util, only : fire_test_steps --------^ ../phys/module_fr_fire_driver_wrf.f90(105): error #6406: Conflicting attributes or multiple declaration of name. [FIRE_TEST_STEPS] ,3,6,fire_test_steps & -----------------^ ../phys/module_fr_fire_driver_wrf.f90(77): error #6580: Name in only-list does not exist or is not accessible. [FIRE_TEST_STEPS] USE module_fr_fire_util, only : fire_test_steps ------------------------------------^ compilation aborted for ../phys/module_fr_fire_driver_wrf.f90 (code 1) make[2]: [../phys/module_fr_fire_driver_wrf.o] Error 1 (ignored) ../phys/module_radiation_driver.f90(3315): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_THOMPSON] USE module_mp_thompson , ONLY : rsif, rslf ----------^ ../phys/module_radiation_driver.f90(4679): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_THOMPSON] USE module_mp_thompson, only: RSLF ----------^ ../phys/module_radiation_driver.f90(1704): error #6632: Keyword arguments are invalid without an explicit interface. [RTHRATENLW] CALL CAMRAD(RTHRATENLW=RTHRATEN,RTHRATENSW=RTHRATENSW, & -------------------------^ ../phys/module_radiation_driver.f90(1704): error #6632: Keyword arguments are invalid without an explicit interface. [RTHRATENSW] CALL CAMRAD(RTHRATENLW=RTHRATEN,RTHRATENSW=RTHRATENSW, & ---------------------------------------------^ ../phys/module_radiation_driver.f90(1705): error #6632: Keyword arguments are invalid without an explicit interface. [DOLW] dolw=.true.,dosw=.false., & ---------------------^ ../phys/module_radiation_driver.f90(1705): error #6632: Keyword arguments are invalid without an explicit interface. [DOSW] dolw=.true.,dosw=.false., & ---------------------------------^ ../phys/module_radiation_driver.f90(1706): error #6632: Keyword arguments are invalid without an explicit interface. [SWUPT] SWUPT=SWUPT,SWUPTC=SWUPTC, & ---------------------^ ../phys/module_radiation_driver.f90(1706): error #6632: Keyword arguments are invalid without an explicit interface. [SWUPTC] SWUPT=SWUPT,SWUPTC=SWUPTC, & ---------------------------------^ ../phys/module_radiation_driver.f90(1707): error #6632: Keyword arguments are invalid without an explicit interface. [SWDNT] SWDNT=SWDNT,SWDNTC=SWDNTC, & ---------------------^ ../phys/module_radiation_driver.f90(1707): error #6632: Keyword arguments are invalid without an explicit interface. [SWDNTC] SWDNT=SWDNT,SWDNTC=SWDNTC, & ---------------------------------^ ../phys/module_radiation_driver.f90(1708): error #6632: Keyword arguments are invalid without an explicit interface. [LWUPT] LWUPT=LWUPT,LWUPTC=LWUPTC, & ---------------------^ ../phys/module_radiation_driver.f90(1708): error #6632: Keyword arguments are invalid without an explicit interface. [LWUPTC] LWUPT=LWUPT,LWUPTC=LWUPTC, & ---------------------------------^ ../phys/module_radiation_driver.f90(1709): error #6632: Keyword arguments are invalid without an explicit interface. [LWDNT] LWDNT=LWDNT,LWDNTC=LWDNTC, & ---------------------^ ../phys/module_radiation_driver.f90(1709): error #6632: Keyword arguments are invalid without an explicit interface. [LWDNTC] LWDNT=LWDNT,LWDNTC=LWDNTC, & ---------------------------------^ ../phys/module_radiation_driver.f90(1710): error #6632: Keyword arguments are invalid without an explicit interface. [SWUPB] SWUPB=SWUPB,SWUPBC=SWUPBC, & ---------------------^ ../phys/module_radiation_driver.f90(1710): error #6632: Keyword arguments are invalid without an explicit interface. [SWUPBC] SWUPB=SWUPB,SWUPBC=SWUPBC, & ---------------------------------^ ../phys/module_radiation_driver.f90(1711): error #6632: Keyword arguments are invalid without an explicit interface. [SWDNB] SWDNB=SWDNB,SWDNBC=SWDNBC, & ---------------------^ ../phys/module_radiation_driver.f90(1711): error #6632: Keyword arguments are invalid without an explicit interface. [SWDNBC] SWDNB=SWDNB,SWDNBC=SWDNBC, & ---------------------------------^ ../phys/module_radiation_driver.f90(1712): error #6632: Keyword arguments are invalid without an explicit interface. [LWUPB] LWUPB=LWUPB,LWUPBC=LWUPBC, & ---------------------^ ../phys/module_radiation_driver.f90(1712): error #6632: Keyword arguments are invalid without an explicit interface. [LWUPBC] LWUPB=LWUPB,LWUPBC=LWUPBC, & ---------------------------------^ ../phys/module_radiation_driver.f90(1713): error #6632: Keyword arguments are invalid without an explicit interface. [LWDNB] LWDNB=LWDNB,LWDNBC=LWDNBC, & ---------------------^ ../phys/module_radiation_driver.f90(1713): error #6632: Keyword arguments are invalid without an explicit interface. [LWDNBC] LWDNB=LWDNB,LWDNBC=LWDNBC, & ---------------------------------^ ../phys/module_radiation_driver.f90(1714): error #6632: Keyword arguments are invalid without an explicit interface. [SWCF] SWCF=SWCF,LWCF=LWCF,OLR=RLWTOA,CEMISS=CEMISS, & ---------------------^ ../phys/module_radiation_driver.f90(1714): error #6632: Keyword arguments are invalid without an explicit interface. [LWCF] SWCF=SWCF,LWCF=LWCF,OLR=RLWTOA,CEMISS=CEMISS, & -------------------------------^ ../phys/module_radiation_driver.f90(1714): error #6632: Keyword arguments are invalid without an explicit interface. [OLR] SWCF=SWCF,LWCF=LWCF,OLR=RLWTOA,CEMISS=CEMISS, & -----------------------------------------^ ../phys/module_radiation_driver.f90(1714): error #6632: Keyword arguments are invalid without an explicit interface. [CEMISS] SWCF=SWCF,LWCF=LWCF,OLR=RLWTOA,CEMISS=CEMISS, & ----------------------------------------------------^ ../phys/module_radiation_driver.f90(1715): error #6632: Keyword arguments are invalid without an explicit interface. [TAUCLDC] TAUCLDC=TAUCLDC,TAUCLDI=TAUCLDI,COSZR=COSZR, & ---------------------^ ../phys/module_radiation_driver.f90(1715): error #6632: Keyword arguments are invalid without an explicit interface. [TAUCLDI] TAUCLDC=TAUCLDC,TAUCLDI=TAUCLDI,COSZR=COSZR, & -------------------------------------^ ../phys/module_radiation_driver.f90(4868): catastrophic error: Too many errors, exiting compilation aborted for ../phys/module_radiation_driver.f90 (code 1) make[2]: [../phys/module_radiation_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../phys/module_fddagd_driver.f90(45): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDA_SPNUDGING] USE module_fdda_spnudging -------^ ../phys/module_cumulus_driver.f90(163): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CU_KFCUP] USE module_cu_kfcup , ONLY : KF_CUP_CPS -------^ ../phys/module_cumulus_driver.f90(828): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ ../phys/module_cumulus_driver.f90(829): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ ../phys/module_cumulus_driver.f90(829): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ ../phys/module_cumulus_driver.f90(829): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ ../phys/module_cumulus_driver.f90(829): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ ../phys/module_cumulus_driver.f90(1419): error #6632: Keyword arguments are invalid without an explicit interface. [GRID_ID] CALL KF_CUP_CPS( GRID_ID=grid%grid_id & -------------------------^ ../phys/module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [U] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & --------------^ ../phys/module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [V] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & -------------------^ ../phys/module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [TH] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & ------------------------^ ../phys/module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [T] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & -------------------------------^ ../phys/module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [W] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & ------------------------------------^ ../phys/module_cumulus_driver.f90(1420): error #6632: Keyword arguments are invalid without an explicit interface. [RHO] ,U=u ,V=v ,TH=th ,T=t ,W=w ,RHO=rho & -----------------------------------------^ ../phys/module_cumulus_driver.f90(1421): error #6632: Keyword arguments are invalid without an explicit interface. [RAINCV] ,RAINCV=raincv,NCA=nca ,DZ8W=dz8w,XLAND=xland & --------------^ ../phys/module_cumulus_driver.f90(1421): error #6632: Keyword arguments are invalid without an explicit interface. [NCA] ,RAINCV=raincv,NCA=nca ,DZ8W=dz8w,XLAND=xland & ----------------------------^ ../phys/module_cumulus_driver.f90(1421): error #6632: Keyword arguments are invalid without an explicit interface. [DZ8W] ,RAINCV=raincv,NCA=nca ,DZ8W=dz8w,XLAND=xland & -------------------------------------^ ../phys/module_cumulus_driver.f90(1421): error #6632: Keyword arguments are invalid without an explicit interface. [XLAND] ,RAINCV=raincv,NCA=nca ,DZ8W=dz8w,XLAND=xland & -----------------------------------------------^ ../phys/module_cumulus_driver.f90(1422): error #6632: Keyword arguments are invalid without an explicit interface. [PCPS] ,PCPS=p, PI=pi ,W0AVG=W0AVG & --------------^ ../phys/module_cumulus_driver.f90(1422): error #6632: Keyword arguments are invalid without an explicit interface. [PI] ,PCPS=p, PI=pi ,W0AVG=W0AVG & ----------------------^ ../phys/module_cumulus_driver.f90(1422): error #6632: Keyword arguments are invalid without an explicit interface. [W0AVG] ,PCPS=p, PI=pi ,W0AVG=W0AVG & -----------------------------^ ../phys/module_cumulus_driver.f90(1423): error #6632: Keyword arguments are invalid without an explicit interface. [CUTOP] ,CUTOP=HTOP,CUBOT=HBOT & --------------^ ../phys/module_cumulus_driver.f90(1423): error #6632: Keyword arguments are invalid without an explicit interface. [CUBOT] ,CUTOP=HTOP,CUBOT=HBOT & -------------------------^ ../phys/module_cumulus_driver.f90(1424): error #6632: Keyword arguments are invalid without an explicit interface. [XLV0] ,XLV0=XLV0 ,XLV1=XLV1 ,XLS0=XLS0 ,XLS1=XLS1 & --------------^ ../phys/module_cumulus_driver.f90(1424): error #6632: Keyword arguments are invalid without an explicit interface. [XLV1] ,XLV0=XLV0 ,XLV1=XLV1 ,XLS0=XLS0 ,XLS1=XLS1 & -------------------------^ ../phys/module_cumulus_driver.f90(1424): error #6632: Keyword arguments are invalid without an explicit interface. [XLS0] ,XLV0=XLV0 ,XLV1=XLV1 ,XLS0=XLS0 ,XLS1=XLS1 & ------------------------------------^ ../phys/module_cumulus_driver.f90(1424): error #6632: Keyword arguments are invalid without an explicit interface. [XLS1] ,XLV0=XLV0 ,XLV1=XLV1 ,XLS0=XLS0 ,XLS1=XLS1 & -----------------------------------------------^ ../phys/module_cumulus_driver.f90(1425): error #6632: Keyword arguments are invalid without an explicit interface. [CP] ,CP=CP ,R=R_d ,G=G ,EP1=EP_1 ,EP2=EP_2 & --------------^ ../phys/module_cumulus_driver.f90(1425): error #6632: Keyword arguments are invalid without an explicit interface. [R] ,CP=CP ,R=R_d ,G=G ,EP1=EP_1 ,EP2=EP_2 & ---------------------^ ../phys/module_cumulus_driver.f90(1425): error #6632: Keyword arguments are invalid without an explicit interface. [G] ,CP=CP ,R=R_d ,G=G ,EP1=EP_1 ,EP2=EP_2 & ----------------------------^ ../phys/module_cumulus_driver.f90(1813): catastrophic error: Too many errors, exiting compilation aborted for ../phys/module_fddagd_driver.f90 (code 1) make[2]: [../phys/module_fddagd_driver.o] Error 1 (ignored) compilation aborted for ../phys/module_cumulus_driver.f90 (code 1) make[2]: [../phys/module_cumulus_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_stoch.f90(113): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & --------^ module_stoch.f90(927): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & --------^ module_stoch.f90(113): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & --------------------------^ module_stoch.f90(113): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & ----------------------------------------------^ module_stoch.f90(113): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & ------------------------------------------------------^ module_stoch.f90(113): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & --------------------------------------------------------------^ module_stoch.f90(113): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & ------------------------------------------------------------------------^ module_stoch.f90(113): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_PERIODIC] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & ----------------------------------------------------------------------------------^ module_stoch.f90(114): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy --------------------------^ module_stoch.f90(114): error #6580: Name in only-list does not exist or is not accessible. [WRF_ERR_MESSAGE] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy -----------------------------------------^ module_stoch.f90(114): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_X] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy ----------------------------------------------------------^ module_stoch.f90(114): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_Y] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy --------------------------------------------------------------------------------^ module_stoch.f90(114): error #6580: Name in only-list does not exist or is not accessible. [DATA_ORDER_XZY] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy ------------------------------------------------------------------------------------------------------^ module_stoch.f90(1081): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_stoch.f90(1081): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_stoch.f90(1081): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_XZY] call trans_z2x ( ntasks_x, local_communicator_x, 1, 4, 4, DATA_ORDER_XZY , & ------------------------------------------------------------^ module_stoch.f90(1173): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] call trans_x2y ( ntasks_y, local_communicator_y, 1, 4, 4, DATA_ORDER_XZY , & -------------------^ module_stoch.f90(1173): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_Y] call trans_x2y ( ntasks_y, local_communicator_y, 1, 4, 4, DATA_ORDER_XZY , & -----------------------------^ module_stoch.f90(927): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & --------------------------^ module_stoch.f90(927): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & ----------------------------------------------^ module_stoch.f90(927): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & ------------------------------------------------------^ module_stoch.f90(927): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & --------------------------------------------------------------^ module_stoch.f90(927): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & ------------------------------------------------------------------------^ module_stoch.f90(927): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_PERIODIC] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, & ----------------------------------------------------------------------------------^ module_stoch.f90(928): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy --------------------------^ module_stoch.f90(928): error #6580: Name in only-list does not exist or is not accessible. [WRF_ERR_MESSAGE] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy -----------------------------------------^ module_stoch.f90(928): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_X] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy ----------------------------------------------------------^ module_stoch.f90(928): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_Y] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy --------------------------------------------------------------------------------^ module_stoch.f90(928): error #6580: Name in only-list does not exist or is not accessible. [DATA_ORDER_XZY] wrf_dm_maxval, wrf_err_message, local_communicator_x, local_communicator_y, data_order_xzy ------------------------------------------------------------------------------------------------------^ compilation aborted for module_stoch.f90 (code 1) make[2]: [module_stoch.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../phys/module_fddaobs_driver.f90(69): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDAOBS_RTFDDA] USE module_fddaobs_rtfdda ------^ ../phys/module_fddaobs_driver.f90(478): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDAOBS_RTFDDA] USE module_fddaobs_rtfdda ------^ compilation aborted for ../phys/module_fddaobs_driver.f90 (code 1) make[2]: [../phys/module_fddaobs_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../frame/module_dm.f90(22): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL] USE module_cpl, ONLY : coupler_on, cpl_init -------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../frame/module_dm.f90(22): error #6580: Name in only-list does not exist or is not accessible. [COUPLER_ON] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------^ ../frame/module_dm.f90(22): error #6580: Name in only-list does not exist or is not accessible. [CPL_INIT] USE module_cpl, ONLY : coupler_on, cpl_init --------------------------------------^ ../frame/module_dm.f90(5589): error #6404: This name does not have a type, and must have an explicit type. [COUPLER_ON] IF ( coupler_on ) THEN -------------^ ../frame/module_dm.f90(5589): error #6341: A logical data type is required in this context. [COUPLER_ON] IF ( coupler_on ) THEN -------------^ ../frame/module_dm.f90(6207): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ----------^ ../frame/module_dm.f90(6214): error #6410: This name has not been declared as an array or a function. [ID_STACK] id_stack(communicator_stack_cursor) = current_id ------^ ../frame/module_dm.f90(6215): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_STACK] local_communicator_stack( communicator_stack_cursor ) = local_communicator ------^ ../frame/module_dm.f90(6216): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_PERIODIC_STACK] local_communicator_periodic_stack( communicator_stack_cursor ) = local_communicator_periodic ------^ ../frame/module_dm.f90(6217): error #6410: This name has not been declared as an array or a function. [LOCAL_IOCOMMUNICATOR_STACK] local_iocommunicator_stack( communicator_stack_cursor ) = local_iocommunicator ------^ ../frame/module_dm.f90(6218): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_X_STACK] local_communicator_x_stack( communicator_stack_cursor ) = local_communicator_x ------^ ../frame/module_dm.f90(6219): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_Y_STACK] local_communicator_y_stack( communicator_stack_cursor ) = local_communicator_y ------^ ../frame/module_dm.f90(6220): error #6410: This name has not been declared as an array or a function. [NTASKS_STACK] ntasks_stack( communicator_stack_cursor ) = ntasks ------^ ../frame/module_dm.f90(6221): error #6410: This name has not been declared as an array or a function. [NTASKS_Y_STACK] ntasks_y_stack( communicator_stack_cursor ) = ntasks_y ------^ ../frame/module_dm.f90(6222): error #6410: This name has not been declared as an array or a function. [NTASKS_X_STACK] ntasks_x_stack( communicator_stack_cursor ) = ntasks_x ------^ ../frame/module_dm.f90(6223): error #6410: This name has not been declared as an array or a function. [MYTASK_STACK] mytask_stack( communicator_stack_cursor ) = mytask ------^ ../frame/module_dm.f90(6224): error #6410: This name has not been declared as an array or a function. [MYTASK_X_STACK] mytask_x_stack( communicator_stack_cursor ) = mytask_x ------^ ../frame/module_dm.f90(6225): error #6410: This name has not been declared as an array or a function. [MYTASK_Y_STACK] mytask_y_stack( communicator_stack_cursor ) = mytask_y ------^ ../frame/module_dm.f90(6230): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm ----------^ ../frame/module_dm.f90(6233): error #6404: This name does not have a type, and must have an explicit type. [COMMUNICATOR_STACK_CURSOR] IF ( communicator_stack_cursor .LT. 1 ) CALL wrf_error_fatal3("",6233,& -----------^ ../frame/module_dm.f90(6235): error #6404: This name does not have a type, and must have an explicit type. [CURRENT_ID] current_id = id_stack(communicator_stack_cursor) ------^ ../frame/module_dm.f90(6235): error #6404: This name does not have a type, and must have an explicit type. [ID_STACK] current_id = id_stack(communicator_stack_cursor) -------------------^ ../frame/module_dm.f90(6236): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator = local_communicator_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6236): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_STACK] local_communicator = local_communicator_stack( communicator_stack_cursor ) ---------------------------^ ../frame/module_dm.f90(6237): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC] local_communicator_periodic = local_communicator_periodic_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6237): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC_STACK] local_communicator_periodic = local_communicator_periodic_stack( communicator_stack_cursor ) ------------------------------------^ ../frame/module_dm.f90(6238): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_IOCOMMUNICATOR] local_iocommunicator = local_iocommunicator_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6238): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_IOCOMMUNICATOR_STACK] local_iocommunicator = local_iocommunicator_stack( communicator_stack_cursor ) -----------------------------^ ../frame/module_dm.f90(6239): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X] local_communicator_x = local_communicator_x_stack( communicator_stack_cursor ) ------^ ../frame/module_dm.f90(6239): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_X_STACK] local_communicator_x = local_communicator_x_stack( communicator_stack_cursor ) -----------------------------^ ../frame/module_dm.f90(6864): catastrophic error: Too many errors, exiting compilation aborted for ../frame/module_dm.f90 (code 1) make[2]: [../frame/module_dm.o] Error 1 (ignored) ../phys/module_diagnostics_driver.f90(70): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_LIGHTNING_DRIVER] USE module_lightning_driver, ONLY : lightning_driver ----------^ ../phys/module_diagnostics_driver.f90(71): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DIAG_MISC] USE module_diag_misc, ONLY : diagnostic_output_calc ----------^ ../phys/module_diagnostics_driver.f90(73): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DIAG_CL] USE module_diag_cl, ONLY : clwrf_output_calc ----------^ ../phys/module_diagnostics_driver.f90(76): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DIAG_AFWA] USE module_diag_afwa, ONLY : afwa_diagnostics_driver ----------^ ../phys/module_diagnostics_driver.f90(78): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DIAG_HAILCAST] USE module_diag_hailcast, ONLY : hailcast_diagnostic_driver ----------^ ../phys/module_diagnostics_driver.f90(258): error #6632: Keyword arguments are invalid without an explicit interface. [ITS] ,ITS=grid%i_start(ij),ITE=grid%i_end(ij) & --------------------------^ ../phys/module_diagnostics_driver.f90(258): error #6632: Keyword arguments are invalid without an explicit interface. [ITE] ,ITS=grid%i_start(ij),ITE=grid%i_end(ij) & -----------------------------------------------^ ../phys/module_diagnostics_driver.f90(259): error #6632: Keyword arguments are invalid without an explicit interface. [JTS] ,JTS=grid%j_start(ij),JTE=grid%j_end(ij) & --------------------------^ ../phys/module_diagnostics_driver.f90(259): error #6632: Keyword arguments are invalid without an explicit interface. [JTE] ,JTS=grid%j_start(ij),JTE=grid%j_end(ij) & -----------------------------------------------^ ../phys/module_diagnostics_driver.f90(260): error #6632: Keyword arguments are invalid without an explicit interface. [K_START] ,K_START=k_start,K_END=k_end & --------------------------^ ../phys/module_diagnostics_driver.f90(260): error #6632: Keyword arguments are invalid without an explicit interface. [K_END] ,K_START=k_start,K_END=k_end & ------------------------------------------^ ../phys/module_diagnostics_driver.f90(261): error #6632: Keyword arguments are invalid without an explicit interface. [DT] ,dt=grid%dt, itimestep=grid%itimestep & --------------------------^ ../phys/module_diagnostics_driver.f90(261): error #6632: Keyword arguments are invalid without an explicit interface. [ITIMESTEP] ,dt=grid%dt, itimestep=grid%itimestep & --------------------------------------^ ../phys/module_diagnostics_driver.f90(262): error #6632: Keyword arguments are invalid without an explicit interface. [HAILDT] ,haildt=grid%haildt, curr_secs=curr_secs2 & --------------------------^ ../phys/module_diagnostics_driver.f90(262): error #6632: Keyword arguments are invalid without an explicit interface. [CURR_SECS] ,haildt=grid%haildt, curr_secs=curr_secs2 & ----------------------------------------------^ ../phys/module_diagnostics_driver.f90(263): error #6632: Keyword arguments are invalid without an explicit interface. [HAILDTACTTIME] ,haildtacttime=grid%haildtacttime ) --------------------------^ ../phys/module_diagnostics_driver.f90(343): error #6632: Keyword arguments are invalid without an explicit interface. [DPSDT] DPSDT=grid%dpsdt ,DMUDT=grid%dmudt & -----------------^ ../phys/module_diagnostics_driver.f90(343): error #6632: Keyword arguments are invalid without an explicit interface. [DMUDT] DPSDT=grid%dpsdt ,DMUDT=grid%dmudt & -------------------------------------^ ../phys/module_diagnostics_driver.f90(344): error #6632: Keyword arguments are invalid without an explicit interface. [P8W] ,P8W=p8w ,PK1M=grid%pk1m & -----------------^ ../phys/module_diagnostics_driver.f90(344): error #6632: Keyword arguments are invalid without an explicit interface. [PK1M] ,P8W=p8w ,PK1M=grid%pk1m & ----------------------------^ ../phys/module_diagnostics_driver.f90(345): error #6632: Keyword arguments are invalid without an explicit interface. [MU_2] ,MU_2=grid%mu_2 ,MU_2M=grid%mu_2m & -----------------^ ../phys/module_diagnostics_driver.f90(345): error #6632: Keyword arguments are invalid without an explicit interface. [MU_2M] ,MU_2=grid%mu_2 ,MU_2M=grid%mu_2m & ----------------------------------^ make[2]: [module_avgflx_em.o] Error 1 (ignored) ../phys/module_diagnostics_driver.f90(346): error #6632: Keyword arguments are invalid without an explicit interface. [RAINCV] ,RAINCV=grid%raincv ,RAINNCV=grid%rainncv & -----------------^ ../phys/module_diagnostics_driver.f90(346): error #6632: Keyword arguments are invalid without an explicit interface. [RAINNCV] ,RAINCV=grid%raincv ,RAINNCV=grid%rainncv & ----------------------------------------^ ../phys/module_diagnostics_driver.f90(347): error #6632: Keyword arguments are invalid without an explicit interface. [RAINC] ,RAINC=grid%rainc ,RAINNC=grid%rainnc & -----------------^ ../phys/module_diagnostics_driver.f90(347): error #6632: Keyword arguments are invalid without an explicit interface. [RAINNC] ,RAINC=grid%rainc ,RAINNC=grid%rainnc & --------------------------------------^ ../phys/module_diagnostics_driver.f90(348): error #6632: Keyword arguments are invalid without an explicit interface. [I_RAINC] ,I_RAINC=grid%i_rainc ,I_RAINNC=grid%i_rainnc & -----------------^ ../phys/module_diagnostics_driver.f90(348): error #6632: Keyword arguments are invalid without an explicit interface. [I_RAINNC] ,I_RAINC=grid%i_rainc ,I_RAINNC=grid%i_rainnc & ------------------------------------------^ ../phys/module_diagnostics_driver.f90(349): error #6632: Keyword arguments are invalid without an explicit interface. [HFX] ,HFX=grid%hfx ,SFCEVP=grid%sfcevp ,LH=grid%lh & -----------------^ ../phys/module_diagnostics_driver.f90(349): error #6632: Keyword arguments are invalid without an explicit interface. [SFCEVP] ,HFX=grid%hfx ,SFCEVP=grid%sfcevp ,LH=grid%lh & ---------------------------------^ ../phys/module_diagnostics_driver.f90(1196): catastrophic error: Too many errors, exiting compilation aborted for ../phys/module_diagnostics_driver.f90 (code 1) make[2]: [../phys/module_diagnostics_driver.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../frame/module_cpl.f90(7): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CPL_OASIS3] USE module_cpl_oasis3 -------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../frame/module_cpl.f90(246): error #6404: This name does not have a type, and must have an explicit type. [CPL_OASIS_TORECEIVE] IF ( coupler_name == 'oasis' ) cpl_toreceive = cpl_oasis_toreceive( kdomwrf, kdomext, kfldid ) -----------------------------------------------------^ ../frame/module_cpl.f90(267): error #6404: This name does not have a type, and must have an explicit type. [CPL_OASIS_TOSEND] IF ( coupler_name == 'oasis' ) cpl_tosend(jext) = cpl_oasis_tosend( kdomwrf, jext, kfldid ) -------------------------------------------------------------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' compilation aborted for ../frame/module_cpl.f90 (code 1) make[2]: [../frame/module_cpl.o] Error 1 (ignored) ../share/module_io_domain.f90(5): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] USE module_io ----^ ../phys/module_microphysics_driver.f90(164): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_THOMPSON] USE module_mp_thompson -------^ ../phys/module_microphysics_driver.f90(166): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_FAST_SBM] USE module_mp_fast_sbm -------^ ../phys/module_microphysics_driver.f90(145): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : & ------^ ../phys/module_microphysics_driver.f90(182): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MIXACTIVATE] USE module_mixactivate, only: prescribe_aerosol_mixactivate -------^ ../phys/module_microphysics_driver.f90(670): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MAX_REAL] wmax = wrf_dm_max_real ( wmax ) -------------^ ../phys/module_microphysics_driver.f90(671): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MIN_REAL] wmin = wrf_dm_min_real ( wmin ) -------------^ ../phys/module_microphysics_driver.f90(783): error #6632: Keyword arguments are invalid without an explicit interface. [F_QC] F_QC=f_qc, F_QI=f_qi ) ------------------^ ../phys/module_microphysics_driver.f90(783): error #6632: Keyword arguments are invalid without an explicit interface. [F_QI] F_QC=f_qc, F_QI=f_qi ) -----------------------------^ ../phys/module_microphysics_driver.f90(836): error #6632: Keyword arguments are invalid without an explicit interface. [QV] QV=qv_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(837): error #6632: Keyword arguments are invalid without an explicit interface. [QC] QC=qc_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(838): error #6632: Keyword arguments are invalid without an explicit interface. [QR] QR=qr_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(839): error #6632: Keyword arguments are invalid without an explicit interface. [QI] QI=qi_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(840): error #6632: Keyword arguments are invalid without an explicit interface. [QS] QS=qs_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(841): error #6632: Keyword arguments are invalid without an explicit interface. [QG] QG=qg_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(842): error #6632: Keyword arguments are invalid without an explicit interface. [NI] NI=qni_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(843): error #6632: Keyword arguments are invalid without an explicit interface. [NR] NR=qnr_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(844): error #6632: Keyword arguments are invalid without an explicit interface. [NC] NC=qnc_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(845): error #6632: Keyword arguments are invalid without an explicit interface. [NWFA] NWFA=qnwfa_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(846): error #6632: Keyword arguments are invalid without an explicit interface. [NIFA] NIFA=qnifa_curr, & ---------------------^ ../phys/module_microphysics_driver.f90(847): error #6632: Keyword arguments are invalid without an explicit interface. [NWFA2D] NWFA2D=qnwfa2d, & ---------------------^ ../phys/module_microphysics_driver.f90(848): error #6632: Keyword arguments are invalid without an explicit interface. [NIFA2D] NIFA2D=qnifa2d, & ---------------------^ ../phys/module_microphysics_driver.f90(849): error #6632: Keyword arguments are invalid without an explicit interface. [TH] TH=th, & ---------------------^ ../phys/module_microphysics_driver.f90(850): error #6632: Keyword arguments are invalid without an explicit interface. [PII] PII=pi_phy, & ---------------------^ ../phys/module_microphysics_driver.f90(851): error #6632: Keyword arguments are invalid without an explicit interface. [P] P=p, & ---------------------^ ../phys/module_microphysics_driver.f90(852): error #6632: Keyword arguments are invalid without an explicit interface. [W] W=w, & ---------------------^ ../phys/module_microphysics_driver.f90(853): error #6632: Keyword arguments are invalid without an explicit interface. [DZ] DZ=dz8w, & ---------------------^ ../phys/module_microphysics_driver.f90(854): error #6632: Keyword arguments are invalid without an explicit interface. [DT_IN] DT_IN=dt, & ---------------------^ ../phys/module_microphysics_driver.f90(855): error #6632: Keyword arguments are invalid without an explicit interface. [ITIMESTEP] ITIMESTEP=itimestep, & ---------------------^ ../phys/module_microphysics_driver.f90(856): error #6632: Keyword arguments are invalid without an explicit interface. [RAINNC] RAINNC=RAINNC, & ---------------------^ ../phys/module_microphysics_driver.f90(857): error #6632: Keyword arguments are invalid without an explicit interface. [RAINNCV] RAINNCV=RAINNCV, & ---------------------^ ../share/module_io_domain.f90(1533): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO] ../phys/module_microphysics_driver.f90(2478): catastrophic error: Too many errors, exiting USE module_io, ONLY : wrf_ioinit -------^ ../share/module_io_domain.f90(1536): error #6406: Conflicting attributes or multiple declaration of name. [WRF_IOINIT] CALL wrf_ioinit(ierr) --------^ ../share/module_io_domain.f90(1533): error #6580: Name in only-list does not exist or is not accessible. [WRF_IOINIT] USE module_io, ONLY : wrf_ioinit -------------------------^ compilation aborted for ../phys/module_microphysics_driver.f90 (code 1) make[2]: [../phys/module_microphysics_driver.o] Error 1 (ignored) compilation aborted for ../share/module_io_domain.f90 (code 1) make[2]: [../share/module_io_domain.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ../phys/module_physics_init.f90(256): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WIND_FITCH] USE module_wind_fitch -------^ shift_domain_em.f90(23): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -------^ ../phys/module_physics_init.f90(1837): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_CAM] USE module_ra_cam , ONLY : camradinit -------^ ../phys/module_physics_init.f90(1838): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_CAM_SUPPORT] USE module_ra_cam_support , ONLY : oznini -------^ couple_or_uncouple_em.f90(30): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic -------^ ../phys/module_physics_init.f90(2286): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_MYJSFC] USE module_sf_myjsfc -------^ ../phys/module_physics_init.f90(2287): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_QNSESFC] USE module_sf_qnsesfc -------^ ../phys/module_physics_init.f90(2290): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_NOAHMPDRV] USE module_sf_noahmpdrv -------^ ../phys/module_physics_init.f90(3310): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CU_KFCUP] USE module_cu_kfcup -------^ ../phys/module_physics_init.f90(3715): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_THOMPSON] USE module_mp_thompson -------^ ../phys/module_physics_init.f90(3717): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_FAST_SBM] USE module_mp_fast_sbm -------^ ../phys/module_physics_init.f90(3932): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDA_SPNUDGING] USE module_fdda_spnudging, ONLY : fddaspnudginginit -------^ ../phys/module_physics_init.f90(4074): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FDDAOBS_RTFDDA] USE module_fddaobs_rtfdda -------^ ../phys/module_physics_init.f90(1837): error #6580: Name in only-list does not exist or is not accessible. [CAMRADINIT] USE module_ra_cam , ONLY : camradinit ------------------------------------^ ../phys/module_physics_init.f90(1838): error #6580: Name in only-list does not exist or is not accessible. [OZNINI] USE module_ra_cam_support , ONLY : oznini --------------------------------------^ ../phys/module_physics_init.f90(3842): error #6632: Keyword arguments are invalid without an explicit interface. [HGT] CALL thompson_init(HGT=z_at_q, & -------------------------------^ ../phys/module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [IDS] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & --------------------------^ ../phys/module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [IDE] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & -----------------------------------^ ../phys/module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [JDS] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & --------------------------------------------^ ../phys/module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [JDE] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & -----------------------------------------------------^ ../phys/module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [KDS] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & --------------------------------------------------------------^ ../phys/module_physics_init.f90(3843): error #6632: Keyword arguments are invalid without an explicit interface. [KDE] IDS=ids, IDE=ide, JDS=jds, JDE=jde, KDS=kds, KDE=kde, & -----------------------------------------------------------------------^ ../phys/module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [IMS] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & --------------------------^ ../phys/module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [IME] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & -----------------------------------^ ../phys/module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [JMS] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & --------------------------------------------^ ../phys/module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [JME] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & -----------------------------------------------------^ ../phys/module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [KMS] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & --------------------------------------------------------------^ ../phys/module_physics_init.f90(3844): error #6632: Keyword arguments are invalid without an explicit interface. [KME] IMS=ims, IME=ime, JMS=jms, JME=jme, KMS=kms, KME=kme, & -----------------------------------------------------------------------^ ../phys/module_physics_init.f90(3845): error #6632: Keyword arguments are invalid without an explicit interface. [ITS] ITS=its, ITE=ite, JTS=jts, JTE=jte, KTS=kts, KTE=kte) --------------------------^ ../phys/module_physics_init.f90(3845): error #6632: Keyword arguments are invalid without an explicit interface. [ITE] ITS=its, ITE=ite, JTS=jts, JTE=jte, KTS=kts, KTE=kte) -----------------------------------^ ../phys/module_physics_init.f90(3845): error #6632: Keyword arguments are invalid without an explicit interface. [JTS] ITS=its, ITE=ite, JTS=jts, JTE=jte, KTS=kts, KTE=kte) --------------------------------------------^ ../phys/module_physics_init.f90(3845): error #6632: Keyword arguments are invalid without an explicit interface. [JTE] ITS=its, ITE=ite, JTS=jts, JTE=jte, KTS=kts, KTE=kte) -----------------------------------------------------^ ../phys/module_physics_init.f90(4855): catastrophic error: Too many errors, exiting compilation aborted for ../phys/module_physics_init.f90 (code 1) make[2]: [../phys/module_physics_init.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' couple_or_uncouple_em.f90(187): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ couple_or_uncouple_em.f90(188): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ couple_or_uncouple_em.f90(188): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ couple_or_uncouple_em.f90(188): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ couple_or_uncouple_em.f90(188): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ couple_or_uncouple_em.f90(201): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC] local_communicator_periodic, & --^ couple_or_uncouple_em.f90(30): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic -------------------------^ couple_or_uncouple_em.f90(30): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic ---------------------------------------------^ couple_or_uncouple_em.f90(30): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic -----------------------------------------------------^ couple_or_uncouple_em.f90(30): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic -------------------------------------------------------------^ couple_or_uncouple_em.f90(30): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic -----------------------------------------------------------------------^ couple_or_uncouple_em.f90(30): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_PERIODIC] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic ---------------------------------------------------------------------------------^ shift_domain_em.f90(23): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -------------------------^ shift_domain_em.f90(23): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace ---------------------------------------------^ shift_domain_em.f90(23): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -----------------------------------------------------^ shift_domain_em.f90(23): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -------------------------------------------------------------^ shift_domain_em.f90(23): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -----------------------------------------------------------------------^ shift_domain_em.f90(23): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_PERIODIC] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace ---------------------------------------------------------------------------------^ shift_domain_em.f90(23): error #6580: Name in only-list does not exist or is not accessible. [ITRACE] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace --------------------------------------------------------------------------------------------------------------^ compilation aborted for couple_or_uncouple_em.f90 (code 1) make[2]: [couple_or_uncouple_em.o] Error 1 (ignored) shift_domain_em.f90(226): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' make[2]: [module_bc_em.o] Error 1 (ignored) make[2]: [interp_domain_em.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_after_all_rk_steps.f90(49): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : & ----------^ nest_init_utils.f90(981): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : ntasks, ntasks_x, ntasks_y, itrace, local_communicator, mytask -------^ make[2]: [module_sfs_nba.o] Error 1 (ignored) shift_domain_em.f90(226): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -------------------------^ shift_domain_em.f90(226): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace ---------------------------------------------^ shift_domain_em.f90(226): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -----------------------------------------------------^ shift_domain_em.f90(226): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -------------------------------------------------------------^ shift_domain_em.f90(226): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace -----------------------------------------------------------------------^ shift_domain_em.f90(226): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_PERIODIC] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace ---------------------------------------------------------------------------------^ shift_domain_em.f90(226): error #6580: Name in only-list does not exist or is not accessible. [ITRACE] USE module_dm, ONLY : local_communicator, mytask, ntasks, ntasks_x, ntasks_y, local_communicator_periodic, itrace --------------------------------------------------------------------------------------------------------------^ compilation aborted for shift_domain_em.f90 (code 1) make[2]: [shift_domain_em.o] Error 1 (ignored) ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' adapt_timestep_em.f90(20): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_maxval, wrf_dm_minval, wrf_dm_mintile_double, wrf_dm_tile_val_int, wrf_dm_maxtile_real ------^ adapt_timestep_em.f90(223): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MAXVAL] call wrf_dm_maxval(num_small_steps, idex, jdex) -------------^ adapt_timestep_em.f90(230): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MINVAL] call wrf_dm_minval(num_small_steps, idex, jdex) -------------^ adapt_timestep_em.f90(245): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MINTILE_DOUBLE] call wrf_dm_mintile_double(dt, tile) -------^ adapt_timestep_em.f90(247): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_TILE_VAL_INT] call wrf_dm_tile_val_int(dt_num, tile) -------^ adapt_timestep_em.f90(248): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_TILE_VAL_INT] call wrf_dm_tile_val_int(dt_den, tile) -------^ adapt_timestep_em.f90(249): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_TILE_VAL_INT] call wrf_dm_tile_val_int(dt_whole, tile) -------^ adapt_timestep_em.f90(252): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MAXTILE_REAL] call wrf_dm_maxtile_real(grid%max_vert_cfl, tile) -------^ adapt_timestep_em.f90(253): error #6406: Conflicting attributes or multiple declaration of name. [WRF_DM_MAXTILE_REAL] call wrf_dm_maxtile_real(grid%max_horiz_cfl, tile) -------^ adapt_timestep_em.f90(20): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] USE module_dm, ONLY : wrf_dm_maxval, wrf_dm_minval, wrf_dm_mintile_double, wrf_dm_tile_val_int, wrf_dm_maxtile_real ------------------------^ adapt_timestep_em.f90(20): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MINVAL] USE module_dm, ONLY : wrf_dm_maxval, wrf_dm_minval, wrf_dm_mintile_double, wrf_dm_tile_val_int, wrf_dm_maxtile_real ---------------------------------------^ adapt_timestep_em.f90(20): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MINTILE_DOUBLE] USE module_dm, ONLY : wrf_dm_maxval, wrf_dm_minval, wrf_dm_mintile_double, wrf_dm_tile_val_int, wrf_dm_maxtile_real ------------------------------------------------------^ adapt_timestep_em.f90(20): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_TILE_VAL_INT] USE module_dm, ONLY : wrf_dm_maxval, wrf_dm_minval, wrf_dm_mintile_double, wrf_dm_tile_val_int, wrf_dm_maxtile_real -----------------------------------------------------------------------------^ adapt_timestep_em.f90(20): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXTILE_REAL] USE module_dm, ONLY : wrf_dm_maxval, wrf_dm_minval, wrf_dm_mintile_double, wrf_dm_tile_val_int, wrf_dm_maxtile_real --------------------------------------------------------------------------------------------------^ compilation aborted for adapt_timestep_em.f90 (code 1) make[2]: [adapt_timestep_em.o] Error 1 (ignored) module_after_all_rk_steps.f90(60): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DIAGNOSTICS_DRIVER] USE module_diagnostics_driver, ONLY : diagnostics_driver ----------^ module_after_all_rk_steps.f90(145): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ module_after_all_rk_steps.f90(146): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ module_after_all_rk_steps.f90(146): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ module_after_all_rk_steps.f90(146): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ module_after_all_rk_steps.f90(146): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ module_after_all_rk_steps.f90(172): error #6406: Conflicting attributes or multiple declaration of name. [DIAGNOSTICS_DRIVER] CALL diagnostics_driver ( grid, config_flags, & -----------^ module_after_all_rk_steps.f90(50): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & ------------------^ module_after_all_rk_steps.f90(50): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & --------------------------------------^ module_after_all_rk_steps.f90(50): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & ----------------------------------------------^ module_after_all_rk_steps.f90(50): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & ------------------------------------------------------^ module_after_all_rk_steps.f90(50): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] local_communicator, mytask, ntasks, ntasks_x, ntasks_y & ----------------------------------------------------------------^ module_after_all_rk_steps.f90(51): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR_PERIODIC] ,local_communicator_periodic, wrf_dm_maxval ------------------^ module_after_all_rk_steps.f90(51): error #6580: Name in only-list does not exist or is not accessible. [WRF_DM_MAXVAL] ,local_communicator_periodic, wrf_dm_maxval -----------------------------------------------^ module_after_all_rk_steps.f90(60): error #6580: Name in only-list does not exist or is not accessible. [DIAGNOSTICS_DRIVER] USE module_diagnostics_driver, ONLY : diagnostics_driver --------------------------------------------^ compilation aborted for module_after_all_rk_steps.f90 (code 1) make[2]: [module_after_all_rk_steps.o] Error 1 (ignored) nest_init_utils.f90(1081): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ nest_init_utils.f90(1082): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ nest_init_utils.f90(1082): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ nest_init_utils.f90(1082): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ nest_init_utils.f90(1082): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ nest_init_utils.f90(981): error #6580: Name in only-list does not exist or is not accessible. [NTASKS] USE module_dm, ONLY : ntasks, ntasks_x, ntasks_y, itrace, local_communicator, mytask -------------------------^ nest_init_utils.f90(981): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_X] USE module_dm, ONLY : ntasks, ntasks_x, ntasks_y, itrace, local_communicator, mytask ---------------------------------^ nest_init_utils.f90(981): error #6580: Name in only-list does not exist or is not accessible. [NTASKS_Y] USE module_dm, ONLY : ntasks, ntasks_x, ntasks_y, itrace, local_communicator, mytask -------------------------------------------^ nest_init_utils.f90(981): error #6580: Name in only-list does not exist or is not accessible. [ITRACE] USE module_dm, ONLY : ntasks, ntasks_x, ntasks_y, itrace, local_communicator, mytask -----------------------------------------------------^ nest_init_utils.f90(981): error #6580: Name in only-list does not exist or is not accessible. [LOCAL_COMMUNICATOR] USE module_dm, ONLY : ntasks, ntasks_x, ntasks_y, itrace, local_communicator, mytask -------------------------------------------------------------^ nest_init_utils.f90(981): error #6580: Name in only-list does not exist or is not accessible. [MYTASK] USE module_dm, ONLY : ntasks, ntasks_x, ntasks_y, itrace, local_communicator, mytask ---------------------------------------------------------------------------------^ ifort: error #10236: File not found: '/build/lib/mct' ifort: error #10236: File not found: '/build/lib/psmile.MPI1' module_sfs_driver.f90(73): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm -------^ make[2]: [module_force_scm.o] Error 1 (ignored) start_em.f90(36): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_PHYSICS_INIT] USE module_physics_init -------^ start_em.f90(31): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM] USE module_dm, ONLY : wrf_dm_min_real, wrf_dm_max_real, wrf_dm_maxval, & -------^ start_em.f90(37): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SF_NOAHMPDRV] USE module_sf_noahmpdrv, ONLY : groundwater_init -------^ start_em.f90(38): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_LIGHTNING_DRIVER] USE module_lightning_driver, ONLY : lightning_init -------^ start_em.f90(39): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_FIRE_DRIVER_WRF] USE module_fr_fire_driver_wrf, ONLY : fire_driver_em_init -------^ start_em.f90(40): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_STOCH] USE module_stoch, ONLY : setup_rand_perturb, rand_seed, update_stoch, initialize_stoch -------^ start_em.f90(41): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_TRAJECTORY] USE module_trajectory, ONLY : trajectory_init -------^ start_em.f90(301): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MAX_REAL] max_mf = wrf_dm_max_real ( max_mf ) ---------------^ start_em.f90(428): error #6404: This name does not have a type, and must have an explicit type. [WRF_DM_MIN_REAL] lat1 = wrf_dm_min_real ( lat1 ) ----------------^ start_em.f90(1051): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ start_em.f90(1052): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ start_em.f90(1052): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ start_em.f90(1052): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ start_em.f90(1052): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ start_em.f90(1343): error #6632: Keyword arguments are invalid without an explicit interface. [ID] CALL lightning_init ( id=grid%id, itimestep=grid%itimestep, restart=grid%restart, dt=grid%dt, dx=grid%dx & -------------------------^ start_em.f90(1343): error #6632: Keyword arguments are invalid without an explicit interface. [ITIMESTEP] CALL lightning_init ( id=grid%id, itimestep=grid%itimestep, restart=grid%restart, dt=grid%dt, dx=grid%dx & -------------------------------------^ start_em.f90(1343): error #6632: Keyword arguments are invalid without an explicit interface. [RESTART] CALL lightning_init ( id=grid%id, itimestep=grid%itimestep, restart=grid%restart, dt=grid%dt, dx=grid%dx & ---------------------------------------------------------------^ start_em.f90(1343): error #6632: Keyword arguments are invalid without an explicit interface. [DT] CALL lightning_init ( id=grid%id, itimestep=grid%itimestep, restart=grid%restart, dt=grid%dt, dx=grid%dx & -------------------------------------------------------------------------------------^ start_em.f90(1343): error #6632: Keyword arguments are invalid without an explicit interface. [DX] CALL lightning_init ( id=grid%id, itimestep=grid%itimestep, restart=grid%restart, dt=grid%dt, dx=grid%dx & -------------------------------------------------------------------------------------------------^ start_em.f90(1345): error #6632: Keyword arguments are invalid without an explicit interface. [CU_PHYSICS] ,cu_physics=config_flags%cu_physics,mp_physics=config_flags%mp_physics & -------------------------^ start_em.f90(1345): error #6632: Keyword arguments are invalid without an explicit interface. [MP_PHYSICS] ,cu_physics=config_flags%cu_physics,mp_physics=config_flags%mp_physics & ------------------------------------------------------------^ start_em.f90(1346): error #6632: Keyword arguments are invalid without an explicit interface. [DO_RADAR_REF] ,do_radar_ref=config_flags%do_radar_ref & -------------------------^ start_em.f90(1347): error #6632: Keyword arguments are invalid without an explicit interface. [LIGHTNING_OPTION] ,lightning_option=config_flags%lightning_option & -------------------------^ start_em.f90(1348): error #6632: Keyword arguments are invalid without an explicit interface. [LIGHTNING_DT] ,lightning_dt=config_flags%lightning_dt & -------------------------^ start_em.f90(1349): error #6632: Keyword arguments are invalid without an explicit interface. [LIGHTNING_START_SECONDS] ,lightning_start_seconds=config_flags%lightning_start_seconds & -------------------------^ start_em.f90(1350): error #6632: Keyword arguments are invalid without an explicit interface. [LTNGACTTIME] ,ltngacttime=grid%ltngacttime & -------------------------^ start_em.f90(1351): error #6632: Keyword arguments are invalid without an explicit interface. [ICCG_PRESCRIBED_NUM] ,iccg_prescribed_num=config_flags%iccg_prescribed_num & -------------------------^ start_em.f90(1352): error #6632: Keyword arguments are invalid without an explicit interface. [ICCG_PRESCRIBED_DEN] ,iccg_prescribed_den=config_flags%iccg_prescribed_den & -------------------------^ start_em.f90(1353): error #6632: Keyword arguments are invalid without an explicit interface. [CELLCOUNT_METHOD] ,cellcount_method=config_flags%cellcount_method & -------------------------^ start_em.f90(1355): error #6632: Keyword arguments are invalid without an explicit interface. [IDS] ,ids=ids, ide=ide, jds=jds, jde=jde, kds=kds, kde=kde & -------------------------^ start_em.f90(2372): catastrophic error: Too many errors, exiting compilation aborted for start_em.f90 (code 1) make[2]: [start_em.o] Error 1 (ignored) module_sfs_driver.f90(199): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR] local_communicator, & --^ module_sfs_driver.f90(200): error #6404: This name does not have a type, and must have an explicit type. [MYTASK] mytask, ntasks, ntasks_x, ntasks_y, & --^ module_sfs_driver.f90(200): error #6404: This name does not have a type, and must have an explicit type. [NTASKS] mytask, ntasks, ntasks_x, ntasks_y, & ----------^ module_sfs_driver.f90(200): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_X] mytask, ntasks, ntasks_x, ntasks_y, & ------------------^ module_sfs_driver.f90(200): error #6404: This name does not have a type, and must have an explicit type. [NTASKS_Y] mytask, ntasks, ntasks_x, ntasks_y, & ----------------------------^ module_sfs_driver.f90(215): error #6404: This name does not have a type, and must have an explicit type. [LOCAL_COMMUNICATOR_PERIODIC] local_communicator_periodic, & --^ compilation aborted for module_sfs_driver.f90 (code 1) make[2]: [module_sfs_driver.o] Error 1 (ignored) compilation aborted for nest_init_utils.f90 (code 1) make[2]: [nest_init_utils.o] Error 1 (ignored) make[2]: [module_small_step_em.o] Error 1 (ignored) make[2]: *** Deleting file `module_big_step_utilities_em.o' make[2]: *** Deleting file `module_advect_em.o' make[2]: [module_advect_em.o] Error 2 (ignored) make[2]: [module_big_step_utilities_em.o] Error 2 (ignored) make[1]: *** [em_core] Interrupt make: *** [wrf] Interrupt