I get the error message
module_configure.f90(32867): error #6404: This name does not have a type, and must have an explicit type. [MOZCART_KPP]
chm_opts_ndx
nchm_opts) = (/ mozcart_kpp ,t1_mozcart_kpp ,mozart_mosaic_4bin_kpp ,mozart_mosaic_4bin_aq_kpp /)
--------------------------------^
module_configure.f90(32867): error #6404: This name does not have a type, and must have an explicit type. [T1_MOZCART_KPP]
chm_opts_ndx
nchm_opts) = (/ mozcart_kpp ,t1_mozcart_kpp ,mozart_mosaic_4bin_kpp ,mozart_mosaic_4bin_aq_kpp /)
---------------------------------------------^
module_configure.f90(32867): error #6404: This name does not have a type, and must have an explicit type. [MOZART_MOSAIC_4BIN_KPP]
chm_opts_ndx
nchm_opts) = (/ mozcart_kpp ,t1_mozcart_kpp ,mozart_mosaic_4bin_kpp ,mozart_mosaic_4bin_aq_kpp /)
-------------------------------------------------------------^
Which is interesting because the find command cannot even locate 'module_configure.f90'.
Has anyone ever managed to compile wrfda on Perlmutter? And if so, which compiler did you use? I have issues with intel and gnu, and the compiler issues are different. (Gnu finds a lot of depreciated old fortran, a bit embarrassing...)
Thanks!
Peter Jan
module_configure.f90(32867): error #6404: This name does not have a type, and must have an explicit type. [MOZCART_KPP]
chm_opts_ndx
--------------------------------^
module_configure.f90(32867): error #6404: This name does not have a type, and must have an explicit type. [T1_MOZCART_KPP]
chm_opts_ndx
---------------------------------------------^
module_configure.f90(32867): error #6404: This name does not have a type, and must have an explicit type. [MOZART_MOSAIC_4BIN_KPP]
chm_opts_ndx
-------------------------------------------------------------^
Which is interesting because the find command cannot even locate 'module_configure.f90'.
Has anyone ever managed to compile wrfda on Perlmutter? And if so, which compiler did you use? I have issues with intel and gnu, and the compiler issues are different. (Gnu finds a lot of depreciated old fortran, a bit embarrassing...)
Thanks!
Peter Jan