Search found 9 matches
- Tue Aug 05, 2014 6:57 am
- Forum: ROMS Discussion
- Topic: Failure when change the grid in upwelling case
- Replies: 3
- Views: 3372
Re: Failure when change the grid in upwelling case
If the model is blowing up with 2 time steps it sounds like you're violating the CFL criteria. Try using a smaller time step. Thank you for your suggestion. However, it doesn't work. No matter I use the smaller time intervals (10s) or a fine resolution grid file, it blows all the time Q_Q. Besides ...
- Mon Aug 04, 2014 4:51 pm
- Forum: ROMS Discussion
- Topic: Failure when change the grid in upwelling case
- Replies: 3
- Views: 3372
Failure when change the grid in upwelling case
dear all, When I try to compile my own climatology case, I created the grid file, clim file, initial file, bry file and forc file, but I always met the problem of 'blowing up' after 2-hours in the model time. Then I try to test my topography in the upwelling case. So I keep everything the same with ...
- Mon Jun 16, 2014 1:28 am
- Forum: ROMS Problems
- Topic: error: globaldefs.h: No such file or directory
- Replies: 5
- Views: 3791
Re: error: globaldefs.h: No such file or directory
/share/home/my/make_macros.mk:1: *** missing separator. Stop. This is in your home directory, right? It has nothing to do with where your build directory is. If your file looks like mine, look for hidden characters in there. ETA: a web search on that error brings up the make issue of spaces instead ...
- Sat Jun 14, 2014 11:30 am
- Forum: ROMS Problems
- Topic: error: globaldefs.h: No such file or directory
- Replies: 5
- Views: 3791
Re: error: globaldefs.h: No such file or directory
Have you looked at that make_macros.mk file? Mine looks like: USE_ADJOINT := USE_TANGENT := USE_REPRESENTER := USE_SEAICE := on USE_WRF := USE_SWAN := USE_REFDIF := USE_ARPACK := USE_MCT := USE_ESMF := Don't worry if you don't have the SEAICE line. Which version of make are you using? I've got ...
- Fri Jun 13, 2014 2:16 pm
- Forum: ROMS Problems
- Topic: error: globaldefs.h: No such file or directory
- Replies: 5
- Views: 3791
error: globaldefs.h: No such file or directory
dear all, I am new to ROMS. I want to run a South China Sea case and I have prepared ncfiels. But when I run ./build.bash I met the problem as below: In file included from Compilers/../ROMS/Include/cppdefs.h:617, from Compilers/make_macros.h:16: /share/home/my/ROMS/myTest/wmscs/wmscs.h:73:24: error ...
- Sat Mar 15, 2014 2:09 pm
- Forum: ROMS Installation
- Topic: Problem with gfortran compilation
- Replies: 2
- Views: 3766
Re: Problem with gfortran compilation
hi Kate,kate wrote:Indeed, you found a netcdf.mod file that was compiled with a different compiler.
thanks for your reply. I did compile netcdf with gfortran. I don't know why, but when I download the ROMS again, somehow, it works now.
It is a surprise to me. Afterall, it works~~~^_^
- Fri Mar 14, 2014 11:50 am
- Forum: ROMS Installation
- Topic: Problem with gfortran compilation
- Replies: 2
- Views: 3766
Problem with gfortran compilation
Hi all, I got a problem when I compiled ROMS with gfortran. It said that cd Build; /share/apps/intel/impi/3.2.0.011/bin64/mpif90 -c -frepack-arrays -O3 -ffast-math -ffree-form -ffree-line-length-none distribute.f90 In file distribute.f90:1991 USE netcdf 1 Fatal Error: File 'netcdf.mod' opened at (1 ...
- Tue Mar 04, 2014 7:52 am
- Forum: ROMS Problems
- Topic: ask help for Roms_tools
- Replies: 0
- Views: 1763
ask help for Roms_tools
dear all, I'm a beginner of ROMS. Now I tried to prepare some initial files with roms_tools. However, when I use the matlab 2011b, it always reminds me as " Undefined function or variable 'netcdf' ". Since the later version of matlab includes native nc-files, the mexcdf package did not support ...
- Wed Feb 26, 2014 12:26 pm
- Forum: ROMS Tools and Techniques
- Topic: seagrid2roms
- Replies: 2
- Views: 4534
Re: seagrid2roms
hi, I'm just starting ROMS. Could you please help me to solve one problem? I want to use ROMS_Tools to plot the results of upwelling case. The version of matlab is 2013a. However, it always gets problems as "netcdf is not defined". Since the later version of matlab does not use the netcdf plug-in, I ...