Continue Run not working (GETFIL): failed getting file from full path Error

Status
Not open for further replies.

Sreerag

Sreerag
Member
when I run a continue for FHIST compset I got error like this...I checked case.mosart.rh0.1979-01-03-00000.nc manually in run directory and I checked the file using ncdump command its not corrupted... The error is follow........
Reading restart dataset
(GETFIL): attempting to find local file >·IM~{¾+>>ï*Dra%>0ê½<8c>ä<92>">Áy<8d>T
(GETFIL): failed getting file from full path:
./case.mosart.rh0.1979-01-03-00000.ncÕhê^P9>N£j|ËÖ;>Yq×´<9c>ä>>ÁÄ^Tÿ^[M>>ú|Î^]
Ý]@>^PÉ<9a>_áC><síqØ»E>^FbPAqÇG>ð; f¯(C><£±*`ß@>^OEZ<99>u<94>9>2§AoÒì4>,Ia{@<88>1>Ht(^O^G^M1>«Ù¸
ìñ<90>/>Çp²C<88>\.>§u!Än&2>zm°¼qU9>ì 5jïÙB>ÃÀ:®<8d>^\D>X<8c>«^N^W<88>D>è^FÖÛP¦:><8f>P¦Lö^A/>·IM~{¾+>>ï
*Dra%>0ê½<8c>ä<92>">Áy<8d>T
ERROR:
GETFIL: FAILED to get ./case.mosart.rh0.1979-01-03-00000.ncÕhê^P9>N£j|ËÖ
;>Yq×´<9c>ä>>ÁÄ^Tÿ^[M>>ú|Î^]Ý]@>^PÉ<9a>_áC><síqØ»E>^FbPAqÇG>ð; f¯(C><£±*`ß@>^OEZ<99>u<94>9>2§AoÒ
ì4>,Ia{@<88>1>Ht(^O^G^M1>«Ù¸ìñ<90>/>Çp²C<88>\.>§u!Än&2>zm°¼qU9>ì 5jïÙB>ÃÀ:®<8d>^\D>X<8c>«^N^W<88>D>è^FÖÛ
P¦:><8f>P¦Lö^A/>·IM~{¾+>>ï*Dra%>0ê½<8c>ä<92>">Áy<8d>T

Please help
thankfully
Sreerag
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
What do you get when you do this on your mosart restart file (the *.r.* file, not the *.rh0.* file):
ncdump -v locfnhr [mosart restart file].
 

Sreerag

Sreerag
Member
My *.r.* restart file is properly reading which I saw in the log file.

when I do the ncdump -v locfnhr *.r.*
ncdump: locfnhr: No such variable

when I do the ncdump -v locfnhr *.rh0.*
data:

locfnhr =
"./case.mosart.rh0.1979-01-03-00000.nc\325h\352\255\0209>N\243j|\313\326;>Yq\327\264\234\344>>\301\304\024\377\033M>>\372|\316\035\335]@>\020\311\232_\303\241C><s\355q\330\273E>\006bPAq\307G>\360;\tf\257(C><\243\261*`\337@>\017EZ\231u\2249>2\247Ao\322\3544>,Ia{@\2101>Ht(\017\007\r1>\253\331\270\354\361\220/>\307p\262C\210\\.>\247u!\304n&2>zm\260\274qU9>\354\2405j\357\331B>\303\300:\256\215\034D>X\214\253\016\027\210D>\350\006\326\333P\246:>\217P\246L\366\001/>\267IM~{\276+>>\357*Dra%>0\352\275\214\344\222\">\301y\215T" ;
 

Sreerag

Sreerag
Member
sorry the above mail have a correction....
My *.r.* restart file is properly reading which I saw in the log file.

when I do the ncdump -v locfnhr *.rh0.*
ncdump: locfnhr: No such variable

when I do the ncdump -v locfnhr *.r.*
data:

locfnhr =
"./case.mosart.rh0.1979-01-03-00000.nc\325h\352\255\0209>N\243j|\313\326;>Yq\327\264\234\344>>\301\304\024\377\033M>>\372|\316\035\335]@>\020\311\232_\303\241C><s\355q\330\273E>\006bPAq\307G>\360;\tf\257(C><\243\261*`\337@>\017EZ\231u\2249>2\247Ao\322\3544>,Ia{@\2101>Ht(\017\007\r1>\253\331\270\354\361\220/>\307p\262C\210\\.>\247u!\304n&2>zm\260\274qU9>\354\2405j\357\331B>\303\300:\256\215\034D>X\214\253\016\027\210D>\350\006\326\333P\246:>\217P\246L\366\001/>\267IM~{\276+>>\357*Dra%>0\352\275\214\344\222\">\301y\215T" ;
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Another user had a similar problem on a platform other than cheyenne. It might be due to a library problem. The problem is all the garbage characters at the end of the file name. They solved it by switching from pnetcdf to netcdf.
I think you can change this in env_run.xml (PIO_TYPENAME).
Maybe a software engineer can help further with the library problem.
 
Status
Not open for further replies.
Back
Top