Search found 13 matches
- Sat Oct 22, 2016 11:46 am
- Forum: ROMS Installation
- Topic: Problem for the upwelling case when turning OpenMP on
- Replies: 5
- Views: 10564
Re: Problem for the upwelling case when turning OpenMP on
I have solved this problem :D , there are 2 ways: Way 1: edit the ocean_upwelling.in file, modify the value of "NQCK" (with a default value of 0) to an integer larger than 0 @around line 221 THIS WILL OUTPUT A QUICKSAVE FILE, ALTHOUGH I DON'T KNOW WHAT IT IS Way 2: sudo gedit ROMS\Nolinear\output.F ...
- Thu Oct 20, 2016 3:16 pm
- Forum: ROMS Installation
- Topic: Problem for the upwelling case when turning OpenMP on
- Replies: 5
- Views: 10564
Problem for the upwelling case when turning OpenMP on
There is no problems when turned off OpenMP ( comment "export USE_OpenMP=on # shared-memory parallelism" in build.bash script): I got compiled oceanS file, and I run the model successfully afterwards. But when I wanted to turn it on, strange things happened. Although I got the compiled oceanO file ...
- Tue Dec 25, 2012 10:19 am
- Forum: ROMS Discussion
- Topic: How can I decide the most appropriate parameter
- Replies: 7
- Views: 8570
Re: How can I decide the most appropriate parameter
Many thanks everyone.Your suggestions can be of great help to my study. However, the 'VolCons Option' problem is perplexing me now.The thing is, I added the tides in my model, and I set the Volume Conservation (known as VolCons) option to F as the ocean.in file suggests that ' Usually activated with ...
- Sat Dec 22, 2012 6:08 am
- Forum: ROMS Discussion
- Topic: How can I decide the most appropriate parameter
- Replies: 7
- Views: 8570
How can I decide the most appropriate parameter
For instance, the horizontal diffusion/viscosity coefficient .Although the website https://www.myroms.org/wiki/index.php/Horizontal_Mixing has offered a guideline for coefficient values, the range seems to be too wide.The set up of the coefficient may play a significant role in the quality of the ...
- Mon Sep 17, 2012 7:16 am
- Forum: ROMS Tools and Techniques
- Topic: Where is the 'ncinfo' file?
- Replies: 0
- Views: 2158
Where is the 'ncinfo' file?
Hi,I'm using MATLAB tools provided by www.myroms.org/svn/src/matlab.With seagrid,I had got seagrid.mat file.However, when I tryed to convert it to netcdf fortmat file ,an error occured: seagrid2roms('seagrid.mat') theRomsFile = E:\seagrid_mat\dd.nc ## SeaGrid Source File : seagrid.mat ## ROMS ...
- Tue Aug 28, 2012 7:23 am
- Forum: ROMS Tools and Techniques
- Topic: Build grid -Topography
- Replies: 4
- Views: 5696
Re: Build grid -Topography
Hello,Wei,I did what you have posted,but it still didn't work.Here is the error message: >> rnt_compile Warning: You are using gcc version "4.6.3-1ubuntu5)". The earliest gcc version supported with mex is "4.1". The latest version tested for use with mex is "4.2". To download a different version of ...
- Sun Aug 26, 2012 2:59 pm
- Forum: ROMS Discussion
- Topic: Error encountered in compiling jobcomp using Romstools
- Replies: 8
- Views: 7422
Re: Error encountered in compiling jobcomp using Romstools
Thank God~Thank everyone.It finally works.I put "source /opt/intel/bin/ifortvars.csh ia32" in the head of the jobcomp file, and it ran smoothly!But I still don't know why I have to add this line.On my terminal, when I typed "which ifort",it gave the right path.While in the jobcomp script, I added ...
- Sun Aug 26, 2012 10:25 am
- Forum: ROMS Discussion
- Topic: Error encountered in compiling jobcomp using Romstools
- Replies: 8
- Views: 7422
Re: Error encountered in compiling jobcomp using Romstools
thanks everyone.I've just checked again, and found another error message appeared before these lines.Here is the message: cpp -traditional -DLinux -DIfort -DAGRIF_MPI -I/usr/local/include AGRIF_FILES/modtypes.F90 > AGRIF_YOURFILES/modtypes.f90 /usr/local/bin/mpif90 -O3 -w90 -w95 -cm -72 -fno-alias ...
- Fri Aug 24, 2012 7:12 am
- Forum: ROMS Discussion
- Topic: About compiling build.bash
- Replies: 1
- Views: 1873
About compiling build.bash
I was trying to compile build.bash, but got the error below: analytical.f90(177): error #5082: Syntax error, found ':' when expecting one of: % . = => ana_vmix.h: no values provided for Akv. ----------------^ analytical.f90(191): error #5082: Syntax error, found ':' when expecting one of ...
- Fri Aug 24, 2012 3:51 am
- Forum: ROMS Discussion
- Topic: Error encountered in compiling jobcomp using Romstools
- Replies: 8
- Views: 7422
Error encountered in compiling jobcomp using Romstools
Hi.I'm a newer to ROMS,and I'm using ROMSTOOLS to run my model.When I started to compile jobcomp in the ~/Romstools/Run directionary,there were some errors, here are the last several lines: cpp -traditional -DLinux -DIfort -P -I../netcdf_ifc/ -IROMSFILES/AGRIF_INC -I/usr/local/include main.F | ./mpc ...
- Thu Nov 03, 2011 2:03 am
- Forum: ROMS Discussion
- Topic: Some questions encountered reading the code
- Replies: 2
- Views: 2284
Some questions encountered reading the code
Hello, When I was reading the ana_initial.h,there were some variables defined I didn't understand.I am fresh on ROMS, with poor English.I do hope someone can help me with these problems which seems not worthy mentioning.I really appreciate that. Here are the variables: integer, intent(in) :: ng ...
- Fri Oct 14, 2011 7:32 am
- Forum: ROMS Discussion
- Topic: How to set the parallel threads?
- Replies: 1
- Views: 2104
How to set the parallel threads?
I am fresh on this model.I have just come up with a problem: I moved build.bash , ocean_upwelling.in , upwelling.h and varinfo.dat to a new directory, and set the path in the code.I typed ./build.bash and a lot of stuff came up , it seemed everything ran fine,and a new file named oceanG was created ...
- Sat Sep 10, 2011 4:40 am
- Forum: ROMS Tools and Techniques
- Topic: Problems on converting *.mat file to *.nc file
- Replies: 6
- Views: 9226
Problems on converting *.mat file to *.nc file
I've just encountered a problem on converting *.mat file to *.nc file. The *.mat(say,seagrid.mat) file was created by seagrid. So I used the command: seagrid2roms('seagrid.mat',grdfile); However,the converting process went wrong.Here are the error message: ## SeaGrid Source File : ~/tools/test-data ...