need help to run ROMS1d with Restart IN option active

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
bikirandas
Posts: 12
Joined: Sun Mar 13, 2016 7:58 pm
Location: IIT Bhubaneswar

need help to run ROMS1d with Restart IN option active

#1 Unread post by bikirandas »

i am facing problem running the ROMS1d Model after defining the RESTART IN option in cppdefs.h file

Code: Select all

#define RESTART_OUT     /* Dump a restart file */
#define RESTART_IN      /* Restart from a file */
#define BIN_OUTPUT      /* Binary output */
#define ASCII_OUTPUT    /* ASCII output */

the following is the error shown

fort.60 file is missing

Read forces from datafile OK
forrtl: No such file or directory
forrtl: severe (29): file not found, unit 60, file /media/rony/New Volume/Rony Important/IIT BBS ( Climate Science)/Final Year Project and Phd/Final Year Project/ROMS 1D/Roms_1d/fort.60
Image PC Routine Line Source
roms1d 00000000004172BC Unknown Unknown Unknown
roms1d 000000000042EDA7 Unknown Unknown Unknown
roms1d 0000000000405BBF Unknown Unknown Unknown
roms1d 0000000000402DDD Unknown Unknown Unknown
roms1d 0000000000402CDE Unknown Unknown Unknown
libc-2.24.so 00007F419DB453F1 __libc_start_main Unknown Unknown
roms1d 0000000000402BAA Unknown Unknown Unknown


Please help me building the fort.61 file or anyother way to get the restart file saved during the model run

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: need help to run ROMS1d with Restart IN option active

#2 Unread post by kate »

I think this must be a different ROMS than the code we are using here. My restart files are all netcdf. Should you be asking this somewhere else?

bikirandas
Posts: 12
Joined: Sun Mar 13, 2016 7:58 pm
Location: IIT Bhubaneswar

Re: need help to run ROMS1d with Restart IN option active

#3 Unread post by bikirandas »

i m working in Roms 1D model .. can you please share the model you are using ?
Thanks in advance Kate

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: need help to run ROMS1d with Restart IN option active

#4 Unread post by kate »

I'm using my own branch of ROMS (on github), but it's a branch of the ROMS hosted here at myroms.org.

bikirandas
Posts: 12
Joined: Sun Mar 13, 2016 7:58 pm
Location: IIT Bhubaneswar

Re: need help to run ROMS1d with Restart IN option active

#5 Unread post by bikirandas »

Thanks Kate ...

My issue is resolved by renaming the fort.50 to fort.60

since fort.50 is the binary output of the restart steps.

Post Reply