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:"Ge=
orgia","serif"">Hi –<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif"">I am creating a custom simulation for PFC=
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:"Ge=
orgia","serif""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">(PID.TID 0000.0001) *** ERROR *** MDS_READ_FIELD: Too l=
ong (pIL=3D   0, IL=3D 512) pfix + file name:<o:p></o:p></spa=
n></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">pfix: ><<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">file: >^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^=
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@=
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@<<o:p></o:=
p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">MAX_LEN_MBUF:       =
  512<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">90+IL+PIL   :    =
     602<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">(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:"Lu=
cida Console""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif"">From what I can gather, the error means that=
 the file name is too long.  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:"Ge=
orgia","serif""><o:p> </o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:"Lucida Console"">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:"Lucida Console"">C    IL(+=
pIL if not useCurrentDir)(+5: '.data')(+8: bi,bj) =3D< 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:"Lucida Console"">C    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:"Lucida Console"">    &nbs=
p; IF ( useCurrentDir .AND. (90+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:"Lucida Console"">    &nbs=
p;   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:"Lucida Console"">     &am=
p;   '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:"Lucida Console"">    &nbs=
p;   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:"Lucida Console"">    &nbs=
p;   WRITE(errorMessageUnit,'(3A)')'file: >',fName(1:IL),'<=
'<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:"Lucida Console"">    &nbs=
p;   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:"Lucida Console"">    &nbs=
p;   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:"Lucida Console"">    &nbs=
p; ELSEIF ( (90+IL+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:"Lucida Console"">    &nbs=
p;   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:"Lucida Console"">     &am=
p;   'Too long (pIL=3D',pIL,', IL=3D',IL,') pfix + 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:"Lucida Console"">    &nbs=
p;   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:"Lucida Console"">    &nbs=
p;   WRITE(errorMessageUnit,'(3A)')'pfix: >',mdsioLocalDir(1:p=
IL),'<'<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:"Lucida Console"">    &nbs=
p;   WRITE(errorMessageUnit,'(3A)')'file: >',fName(1:IL),'<=
'<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:"Lucida Console"">!###########################=
###################################################<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:"Lucida Console"">    &nbs=
p;   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:"Lucida Console"">    &nbs=
p;   WRITE(errorMessageUnit,*) '90+IL+PIL   :',=
90+IL+PIL 
<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:"Lucida Console"">!###########################=
###################################################<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
12.0pt;font-family:"Lucida Console"">    &nbs=
p;   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:"Lucida Console"">    &nbs=
p;   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:"Lucida Console"">    &nbs=
p; ENDIF<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif"">(I added the code between the !### lines to =
get some extra printout.)   I have been trying to figure out whic=
h file the code is choking on but have not been successful. 
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif"">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)? 
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif"">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:"Lu=
cida Console""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useEXF         =
=3D .TRUE.      ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useGMRedi      =3D .TRUE. =
;     ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useSBO         =
=3D .TRUE.      ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useSeaice      =3D .TRUE. =
;     ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useGGL90       =3D .TRUE.=
      ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useSALT_PlUME  =3D .TRUE.    &=
nbsp; ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useDiagnostics =3D .TRUE.     =
 ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useECCO        =3D .=
TRUE.      ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useCTRL        =3D .=
TRUE.      ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useProfiles    =3D .TRUE.  &nb=
sp;   ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useSMOOTH      =3D .TRUE. =
;     ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">usePtracers    =3D .TRUE.  &nb=
sp;   ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console"">useGChem       =3D .TRUE.=
      ,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif"">We’ve also developed a similar custom =
simulation for Hg species (also based on PTRACERS), but that does not die w=
ith 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.&=
nbsp; <o:p>
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif"">Any ideas?  Thanks for your assistance.=
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif"">Best,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif"">Bob Y.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Lu=
cida Console""><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:"Ge=
orgia","serif";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:"Ge=
orgia","serif";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:"Ge=
orgia","serif";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:"Ge=
orgia","serif";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:"Ge=
orgia","serif";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:"Ge=
orgia","serif";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:"Ge=
orgia","serif";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:"Ge=
orgia","serif";color:black;mso-fareast-language:JA">(617) 49=
6-9424<o:p></o:p></span></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>
--_000_BN3PR0701MB12824D1F14256BB24625829AECBD0BN3PR0701MB1282_--
    
    
More information about the MITgcm-support
mailing list