Search found 4 matches

by leikvin
Thu Sep 03, 2009 10:08 pm
Forum: ROMS Problems
Topic: Problem with reading grid size!
Replies: 6
Views: 3435

Re: Problem with reading grid size!

Jippiii! Finally finding the reason for not being able to read the .in-file properly. The reason was that there was about 5 <TAB>s spread over the infile, which confused the model to not read variables properly. This was the case with the grid size!!! I removed these <TAB>s and then I managed to ...
by leikvin
Wed Aug 26, 2009 1:51 am
Forum: ROMS Problems
Topic: Problem with reading grid size!
Replies: 6
Views: 3435

Re: Problem with reading grid size!

Hi, again! Now I have set debug to "ON" in the makefile, and I do receive an "oceanG"-file when compiling. When trying to run the model, I still get the same output in the ocean.out-file like written above, even if the debugger has been activated (or have I missed something?). The oceanG-file seems ...
by leikvin
Thu Aug 20, 2009 9:09 pm
Forum: ROMS Problems
Topic: Problem with reading grid size!
Replies: 6
Views: 3435

Re: Problem with reading grid size!

Thank you for help, Kate! Now I have done a new effort in switching off all 3D-options. However, still I seem to not manage to read the grid size numbers from the .in file. Why? I still get 0000x0000x0000, even if I have numbers written in the .in-file. Is it true that the .in-file-options are ...
by leikvin
Tue Jul 28, 2009 4:50 am
Forum: ROMS Problems
Topic: Problem with reading grid size!
Replies: 6
Views: 3435

Problem with reading grid size!

Dear Roms-friends, I am a new user to ROMS, and my understanding is still limited :D . I am now going to run a 2D-model, to get indications on the barotropic component of the ocean current in the model domain. I want have a parallel run, with MPI. I have compiled the structure, OK. I have Netcdf ...