No subject


Fri Oct 2 04:25:39 EDT 2015


is is throwing an error in MDSIO_READ_FIELD:

C File name should not be too long:
C    IL(+pIL if not useCurrentDir)(+5: '.data')(+8: bi,bj) =3D< MAX_LEN_FNA=
M
C    and shorter enough to be written to msgBuf with other informations
      IF ( useCurrentDir .AND. (90+IL).GT.MAX_LEN_MBUF ) THEN
        WRITE(msgBuf,'(2A,2(I4,A))') 'MDS_READ_FIELD: ',
     &   'Too long (IL=3D',IL,') file name:'
        CALL PRINT_ERROR( msgBuf, myThid )
        WRITE(errorMessageUnit,'(3A)')'file: >',fName(1:IL),'<'
        CALL ALL_PROC_DIE( myThid )
        STOP 'ABNORMAL END: S/R MDS_READ_FIELD'
      ELSEIF ( (90+IL+pIL).GT.MAX_LEN_MBUF ) THEN
        WRITE(msgBuf,'(2A,2(I4,A))') 'MDS_READ_FIELD: ',
     &   'Too long (pIL=3D',pIL,', IL=3D',IL,') pfix + file name:'
        CALL PRINT_ERROR( msgBuf, myThid )
        WRITE(errorMessageUnit,'(3A)')'pfix: >',mdsioLocalDir(1:pIL),'<'
        WRITE(errorMessageUnit,'(3A)')'file: >',fName(1:IL),'<'
!##########################################################################=
####
        WRITE(errorMessageUnit,*) 'MAX_LEN_MBUF:',MAX_LEN_MBUF
        WRITE(errorMessageUnit,*) '90+IL+PIL   :',90+IL+PIL
!##########################################################################=
####
        CALL ALL_PROC_DIE( myThid )
        STOP 'ABNORMAL END: S/R MDS_READ_FIELD'
      ENDIF

(I added the code between the !### lines to get some extra printout.)   I h=
ave been trying to figure out which file the code is choking on but have no=
t been successful.

Does this type of error mean that a file is being specified in one of the d=
ata.* files but is not present on disk (or that a symbolic link is broken)?

The packages that I am using are:

useEXF         =3D .TRUE.      ,
useGMRedi      =3D .TRUE.      ,
useSBO         =3D .TRUE.      ,
useSeaice      =3D .TRUE.      ,
useGGL90       =3D .TRUE.      ,
useSALT_PlUME  =3D .TRUE.      ,
useDiagnostics =3D .TRUE.      ,
useECCO        =3D .TRUE.      ,
useCTRL        =3D .TRUE.      ,
useProfiles    =3D .TRUE.      ,
useSMOOTH      =3D .TRUE.      ,
usePtracers    =3D .TRUE.      ,
useGChem       =3D .TRUE.      ,

We've also developed a similar custom simulation for Hg species (also based=
 on PTRACERS), but that does not die with this error.  So I'm thinking that=
 something may be amiss in my PFC run directory, either in the files or in =
the data* namelist files.

Any ideas?  Thanks for your assistance.

Best,

Bob Y.


--
Bob Yantosca
Senior Software Engineer
GEOS-Chem Support Team
http://wiki.geos-chem.org/GEOS-Chem_Support_Team
Group email: geos-chem-support at as.harvard.edu<mailto:geos-chem-support at as.h=
arvard.edu>
Individual email: yantosca at seas.harvard.edu<mailto:yantosca at seas.harvard.ed=
u>
(617) 496-9424


--_000_BN3PR0701MB12824D1F14256BB24625829AECBD0BN3PR0701MB1282_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Georgia;
	panose-1:2 4 5 2 5 4 5 2 3 3;}
@font-face
	{font-family:"Lucida Console";
	panose-1:2 11 6 9 4 5 4 2 2 4;}
@font-face
	{font-family:"MS PGothic";
	panose-1:2 11 6 0 7 2 5 8 2 4;}
@font-face
	{font-family:"\@MS PGothic";
	panose-1:2 11 6 0 7 2 5 8 2 4;}
@font-face
	{font-family:"DejaVu Sans";
	panose-1:2 11 6 3 3 8 4 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Georgia","serif";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">Hi &#8211;<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">I am creating a custom simulation for PFC&#8=
217;s (based on PTRACERS) and have been getting this error in the MDSIO pac=
kage:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">(PID.TID 0000.0001) *** ERROR *** MDS_READ_FIELD: Too l=
ong (pIL=3D&nbsp;&nbsp; 0, IL=3D 512) pfix &#43; file name:<o:p></o:p></spa=
n></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">pfix: &gt;&lt;<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">file: &gt;^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@&lt;<o:p></o:=
p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">MAX_LEN_MBUF:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp; 512<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">90&#43;IL&#43;PIL&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp; 602<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">(PID.TID 0000.0001) *** ERROR *** S/R ALL_PROC_DIE: end=
ing the run<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">From what I can gather, the error means that=
 the file name is too long.&nbsp; This is throwing an error in MDSIO_READ_F=
IELD:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">C File name should not be to=
o long:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">C&nbsp;&nbsp;&nbsp; IL(&#43;=
pIL if not useCurrentDir)(&#43;5: '.data')(&#43;8: bi,bj) =3D&lt; MAX_LEN_F=
NAM<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">C&nbsp;&nbsp;&nbsp; and shor=
ter enough to be written to msgBuf with other informations<o:p></o:p></span=
></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; IF ( useCurrentDir .AND. (90&#43;IL).GT.MAX_LEN_MBUF ) THEN<o:p></o:p></=
span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; WRITE(msgBuf,'(2A,2(I4,A))') 'MDS_READ_FIELD: ',<o:p></o:p><=
/span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp; &am=
p;&nbsp;&nbsp; 'Too long (IL=3D',IL,') file name:'<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; CALL PRINT_ERROR( msgBuf, myThid )<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; WRITE(errorMessageUnit,'(3A)')'file: &gt;',fName(1:IL),'&lt;=
'<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; CALL ALL_PROC_DIE( myThid )<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; STOP 'ABNORMAL END: S/R MDS_READ_FIELD'<o:p></o:p></span></p=
>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; ELSEIF ( (90&#43;IL&#43;pIL).GT.MAX_LEN_MBUF ) THEN<o:p></o:p></span></p=
>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; WRITE(msgBuf,'(2A,2(I4,A))') 'MDS_READ_FIELD: ',<o:p></o:p><=
/span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp; &am=
p;&nbsp;&nbsp; 'Too long (pIL=3D',pIL,', IL=3D',IL,') pfix &#43; file name:=
'<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; CALL PRINT_ERROR( msgBuf, myThid )<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; WRITE(errorMessageUnit,'(3A)')'pfix: &gt;',mdsioLocalDir(1:p=
IL),'&lt;'<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; WRITE(errorMessageUnit,'(3A)')'file: &gt;',fName(1:IL),'&lt;=
'<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">!###########################=
###################################################<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; WRITE(errorMessageUnit,*) 'MAX_LEN_MBUF:',MAX_LEN_MBUF<o:p><=
/o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; WRITE(errorMessageUnit,*) '90&#43;IL&#43;PIL&nbsp;&nbsp; :',=
90&#43;IL&#43;PIL&nbsp;
<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">!###########################=
###################################################<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; CALL ALL_PROC_DIE( myThid )<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; STOP 'ABNORMAL END: S/R MDS_READ_FIELD'<o:p></o:p></span></p=
>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:&quot;Lucida Console&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p; ENDIF<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">(I added the code between the !### lines to =
get some extra printout.)&nbsp;&nbsp; I have been trying to figure out whic=
h file the code is choking on but have not been successful.&nbsp;
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">Does this type of error mean that a file is =
being specified in one of the data.* files but is not present on disk (or t=
hat a symbolic link is broken)?&nbsp;
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">The packages that I am using are:<o:p></o:p>=
</span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useEXF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
=3D .TRUE.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useGMRedi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D .TRUE.&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useSBO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
=3D .TRUE.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useSeaice&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D .TRUE.&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useGGL90&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D .TRUE.=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useSALT_PlUME&nbsp; =3D .TRUE.&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useDiagnostics =3D .TRUE.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useECCO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D .=
TRUE.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useCTRL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D .=
TRUE.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useProfiles&nbsp;&nbsp;&nbsp; =3D .TRUE.&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useSMOOTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D .TRUE.&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">usePtracers&nbsp;&nbsp;&nbsp; =3D .TRUE.&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;">useGChem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D .TRUE.=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">We&#8217;ve also developed a similar custom =
simulation for Hg species (also based on PTRACERS), but that does not die w=
ith this error.&nbsp; So I&#8217;m thinking that something may be amiss in
 my PFC run directory, either in the files or in the data* namelist files.&=
nbsp; <o:p>
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">Any ideas?&nbsp; Thanks for your assistance.=
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">Best,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;">Bob Y.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Lu=
cida Console&quot;"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;;color:black;mso-fareast-language:JA">--<o:p><=
/o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;;color:black;mso-fareast-language:JA">Bob Yant=
osca<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;;color:black;mso-fareast-language:JA">Senior S=
oftware Engineer<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;;color:black;mso-fareast-language:JA">GEOS-Che=
m Support Team<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;;color:black;mso-fareast-language:JA"><a href=
=3D"http://wiki.geos-chem.org/GEOS-Chem_Support_Team"><span style=3D"color:=
blue">http://wiki.geos-chem.org/GEOS-Chem_Support_Team</span></a><o:p></o:p=
></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;;color:black;mso-fareast-language:JA">Group em=
ail:
<a href=3D"mailto:geos-chem-support at as.harvard.edu"><span style=3D"color:bl=
ue">geos-chem-support at as.harvard.edu</span></a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;;color:black;mso-fareast-language:JA">Individu=
al email:
<a href=3D"mailto:yantosca at seas.harvard.edu"><span style=3D"color:blue">yan=
tosca at seas.harvard.edu</span></a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ge=
orgia&quot;,&quot;serif&quot;;color:black;mso-fareast-language:JA">(617) 49=
6-9424<o:p></o:p></span></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

--_000_BN3PR0701MB12824D1F14256BB24625829AECBD0BN3PR0701MB1282_--



More information about the MITgcm-support mailing list