[MITgcm-support] about compilation

王洋 effwang at 126.com
Thu Jul 30 09:05:42 EDT 2015


dear all,
when doing 'make ' I got another trouble as follow:
make[1]: Entering directory `/public/home/wang_yang/MITgcm2015/verification/summer/build'
mpif77 -w95 -W0 -WB -convert big_endian -assume byterecl -fPIC -O2 -align -xW -ip  -c obcs_readparms.f
fortcom: Error: obcs_readparms.f, line 1920: This name does not have a type, and must have an explicit type.   [TIDALETAPHAS]
     &          TidalFreq, TidalU0, TidalUPhase, TidalEta0, TidalEtaPhase
------------------------------------------------------------^
compilation aborted for obcs_readparms.f (code 1)
make[1]: *** [obcs_readparms.o] Error 1
make[1]: Leaving directory `/public/home/wang_yang/MITgcm2015/verification/summer/build'
make: *** [fwd_exe_target] Error 2


but i've checked the  obcs_readparms.f, the TidalFreq, TidalU0, TidalUPhase, TidalEta0, TidalEtaPhase do have an explicit type:
  
      COMMON /TIDAL_FORCING_PARMS/
     & TidalFreq, TidalU0, TidalUPhase, TidalEta0, TidalEtaPhase
     
      Real*8 TidalFreq(8)
      Real*8 TidalU0(8),   TidalUPhase(8),
     &    TidalEta0(8), TidalEtaPhase(8)
so how should I solve the problem?
thanks for your help!
Wangyang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20150730/1267db9a/attachment.htm>


More information about the MITgcm-support mailing list