[MITgcm-support] MITgcm, gfortran and Archer

Renske Gelderloos Renske.Gelderloos at earth.ox.ac.uk
Fri Apr 4 10:11:17 EDT 2014


The dot solved the problem, thanks! I am a very tiny bit worried about 
the run though. Instead of a nice row of 'NORMAL END', I now get the 
following:



STOP NORMAL END
STOP NORMAL ENDSTOP STOP
STOP NORMAL ENDNORMAL ENDSTOP NORMAL END
NORMAL END

STOP STOP NORMAL ENDNORMAL END

STOP NORMAL END




Is this something I should worry about? All STDOUT's say "PROGRAM MAIN: 
Execution ended Normally" on their last line.

Renske


On 04/04/14 14:48, Patrick Heimbach wrote:
> Hi Renske,
>
> a quick guess:
> niter0 is an integer, you may have to remove the dot "."
> i.e. 0 instead of 0.
>
> p.
>
> On Apr 4, 2014, at 9:43 AM, Renske Gelderloos <Renske.Gelderloos at earth.ox.ac.uk> wrote:
>
>> Dear fellow MITgcm users (specifically those in the UK working on Archer, but if anyone else knows the solution I would be happy too of course!),
>>
>> I am running a simple setup of the MITgcm on Archer. So far, I have been compiling with Intel and that worked fine (apparently this had some other issues though which is why I am trying to switch). I am now trying to compile with gfortran, but this gives me the following runtime error message:
>>
>> At line 2595 of file ini_parms.f (unit = 11, file = './gfortrantmpMV1kxT')
>> Fortran runtime error: Cannot match namelist object name .
>>
>> Line 2595 of file ini_parms.f refers to reading in PARM03 of the 'data' file, which is in my case
>>
>>   &PARM03
>>   niter0=0.,
>>   endtime=2400.,
>>   abEps=0.1,
>>   deltaT=240.,
>>   cAdjFreq=0.,
>>   taveFreq=2592000.,
>>   monitorFreq=2592000.,
>>   pChkptFreq=155520000.,
>>   forcing_In_AB=.FALSE.,
>>   pickupStrictlyMatch=.FALSE.,
>>   &
>>
>> Again, it works fine with intel, so do not think there is anything wrong with my data file, but perhaps there is a compatibility issue with gfortran or some other known bug? I tried gcc/4.8.1 and gcc/4.8.2, which are the two available modules on Archer.
>>
>> Renske
>> _______________________________________________
>> MITgcm-support mailing list
>> MITgcm-support at mitgcm.org
>> http://mitgcm.org/mailman/listinfo/mitgcm-support
>
> ---
> Patrick Heimbach | heimbach at mit.edu | http://www.mit.edu/~heimbach
> MIT | EAPS 54-1420 | 77 Massachusetts Ave | Cambridge MA 02139 USA
> FON +1-617-253-5259 | FAX +1-617-253-4464 | SKYPE patrick.heimbach
>
>
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20140404/37fd1b4b/attachment.htm>


More information about the MITgcm-support mailing list