Installing E3SMv3 getting error #7837
popatsalunke9
started this conversation in
E3SM model help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to install the latest E3SMv3 on my cluster.
For testing, I am using the following command:
./create_newcase --case /net/fs12/d0/psalunke/E3SM3/latest/cases/E3SM1-P2 --res ne30pg2_r05_IcoswISC30E3r5 --compset F20TR --machine svante --compiler intel
Here I am using the config_machine.xml file
MIT Svante cluster, SLURM batch system LINUX intel,pgi openmpi mpirun -n {{ total_tasks }} /usr/share/Modules/init/perl.pm /usr/share/Modules/init/python.py /usr/share/Modules/init/sh /usr/share/Modules/init/csh /usr/bin/modulecmd perl /usr/bin/modulecmd python module module intel/2021.4.0 mkl/2022.2.0 openmpi/2.1.6 netcdf/4.8.1 /home/software/intel/2021.4.0/pkg/netcdf/4.8.1 /home/software/intel/2021.4.0/pkg/netcdf/4.8.1/include /home/software/intel/2021.4.0/pkg/netcdf/4.8.1The model case builds some steps complete, but I am encountering an error during the csm_share.
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(391): error #6632: Keyword arguments are invalid without an explicit interface. [LEN]
rcode = nf90_inquire_dimension(fid,dids(n),len=ns(n))
--------------------------------------------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(391): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE_DIMENSION]
rcode = nf90_inquire_dimension(fid,dids(n),len=ns(n))
---------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(469): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_DIMID]
rcode = nf90_inq_dimid (fid, trim(dimName), did) ! size of dimension
------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(471): error #6632: Keyword arguments are invalid without an explicit interface. [LEN]
rcode = nf90_inquire_dimension(fid,did,len=ns)
-------------------------------------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(471): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE_DIMENSION]
rcode = nf90_inquire_dimension(fid,did,len=ns)
------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(1346): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID]
rCode = nf90_inq_varid(fid,trim(fldName),vid)
------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(1348): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE_VARIABLE]
rCode = nf90_inquire_variable(fid,vid,xtype,ndims)
------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(1363): error #6404: This name does not have a type, and must have an explicit type. [DIMIDS]
rCode = nf90_inquire_variable(fid,vid,dimids)
------------------------------------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(1366): error #6632: Keyword arguments are invalid without an explicit interface. [NAME]
rCode = nf90_inquire_dimension(fid,dids(n),name=name(n),len=len(n))
--------------------------------------------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(1366): error #6632: Keyword arguments are invalid without an explicit interface. [LEN]
rCode = nf90_inquire_dimension(fid,dids(n),name=name(n),len=len(n))
---------------------------------------------------------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(1366): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE_DIMENSION]
rCode = nf90_inquire_dimension(fid,dids(n),name=name(n),len=len(n))
---------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(1497): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_VAR]
rCode = nf90_get_var(fid,vid,rin,start,count2d)
---------------------^
/net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90(1603): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOWRITE]
rCode = nf90_open(fileName,nf90_nowrite,fid)
-------------------------------^
/tmp/ifortM3Y195.i90(1816): catastrophic error: Too many errors, exiting
compilation aborted for /net/fs12/d0/psalunke/E3SM3/latest/share/util/shr_ncread_mod.F90 (code 1)
gmake[2]: *** [CMakeFiles/csm_share.dir/util/shr_ncread_mod.F90.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [CMakeFiles/csm_share.dir/all] Error 2
gmake: *** [all] Error 2
Could you please assist me in resolving this issue?
Thanks and Reagrds,
Popat
Beta Was this translation helpful? Give feedback.
All reactions