Search found 227 matches
- Thu Nov 14, 2024 4:36 pm
- Forum: ROMS Discussion
- Topic: negative ad_Hz in ad_diag.F yields negative total kinetic energy?
- Replies: 7
- Views: 770
Re: negative ad_Hz in ad_diag.F yields negative total kinetic energy?
The links in viewtopic.php?t=268 should now work. I converted them to mp4 files.
- Thu Nov 14, 2024 4:33 pm
- Forum: ROMS Bugs
- Topic: Cannot run upwelling test case
- Replies: 16
- Views: 35356
Re: Cannot run upwelling test case
Hi, thank you for your reply. Here is my loaded module (module list): Currently Loaded Modules: 1) craype-x86-genoa 4) perftools-base/23.12.0 7) CmrsEnv/default 10) perlbrew/5.38.2 13) cray-dsmml/0.2.2 16) PrgEnv-intel/8.5.0 2) libfabric/1.20.1 5) xpmem/2.9.6-1.1_20240510205610__g087dc11fc19d 8 ...
- Tue Nov 12, 2024 5:40 pm
- Forum: ROMS Bugs
- Topic: Cannot run upwelling test case
- Replies: 16
- Views: 35356
Re: Cannot run upwelling test case
After you have PrgEnv-intel/8.5.0 , cray-netcdf , and cray-hdf loaded, what does module list return? Also, what is the output of the ifort --version command? I would suggest you compile the code with USE_DEBUG=on in your build script so we can get a better sense of where in the code it is failing.
- Fri Sep 27, 2024 1:47 pm
- Forum: ROMS Ecosystem
- Topic: Error in compiling bio_toy
- Replies: 8
- Views: 2309
Re: Error in compiling bio_toy
Most likely you checked out the code without the git-lfs filters enabled. In the instructions section for the roms_test repository we give a couple different options. The issue is that git itself won't download large files like NetCDF files, so git-lfs (Large File Support) is needed to download the ...
- Tue Sep 03, 2024 4:32 pm
- Forum: ROMS Installation
- Topic: Missing openmpi directory during compiling
- Replies: 12
- Views: 6761
Re: Missing openmpi directory during compiling
Try having your sysadmin install libopenmpi-dev. It looks like the mpif.h you're looking for is contained in that package. It seems that Ubuntu requires the -dev package in order to actually compile with openmpi.
- Wed Aug 28, 2024 4:55 pm
- Forum: ROMS Installation
- Topic: Missing openmpi directory during compiling
- Replies: 12
- Views: 6761
Re: Missing openmpi directory during compiling
What files are in your '/usr/lib/x86_64-linux-gnu/openmpi/lib/../../fortran/gfortran-mod-15/mpich' directory?
Also, depending on the OS (redhat style vs. debian/ubuntu style), enter one of the following commands and report back what is listed.
rpm -qa | grep mpi
or:
apt list --installed | grep mpi
Also, depending on the OS (redhat style vs. debian/ubuntu style), enter one of the following commands and report back what is listed.
rpm -qa | grep mpi
or:
apt list --installed | grep mpi
- Tue Aug 06, 2024 8:25 pm
- Forum: ROMS Installation
- Topic: ROMS in MACmini Aple Chip M1
- Replies: 1
- Views: 3341
Re: ROMS in MACmini Aple Chip M1
Check that you have the latest non-beta Xcode and command line tools installed.
- Thu Jul 25, 2024 7:42 pm
- Forum: ROMS Installation
- Topic: Missing openmpi directory during compiling
- Replies: 12
- Views: 6761
Re: Missing openmpi directory during compiling
Are you certain that the 'mpirun' you used is at /home/jmette/openmpi/bin?
- Tue Mar 12, 2024 3:57 pm
- Forum: ROMS Installation
- Topic: ROMS NetCDF linking error / OSX / M1
- Replies: 4
- Views: 5605
Re: ROMS NetCDF linking error / OSX / M1
I just remembered that you are using cbuild_roms.sh and not build_roms.sh . I also checked the brew formula for netcdf and netcdf-fotran and neither is keg-only so there should be symlinks for libnetcdf.dylib and libnetcdff.dylib in ${HOMEBREW_PREFIX}/lib (probably /opt/homebrew/lib ) if libnetcdf ...
- Mon Mar 11, 2024 7:17 pm
- Forum: ROMS Installation
- Topic: ROMS NetCDF linking error / OSX / M1
- Replies: 4
- Views: 5605
Re: ROMS NetCDF linking error / OSX / M1
I use macports instead of homebrew. It appears from the output you shared above that homebrew puts the the netcdf-c libraries in a different directory than netcdf-fortran. There are several ways to fix this, the easiest is take the -L part of the output of ' nc-config --libs ' and add a LIBS =+ line ...
- Fri Mar 08, 2024 4:04 pm
- Forum: ROMS Installation
- Topic: ROMS NetCDF linking error / OSX / M1
- Replies: 4
- Views: 5605
Re: ROMS NetCDF linking error / OSX / M1
Setting netcdf lib and inc dirs as environment variables is really only for very old NetCDF versions where the fortran and c functions all reside in a single libnetcdf.a file and nf-config does not exits. What you want to do is set the environment variable NF_CONFIG to nf-config since that ...
- Fri Feb 23, 2024 3:17 pm
- Forum: ROMS Bugs
- Topic: Cannot run upwelling test case
- Replies: 16
- Views: 35356
Re: Cannot run upwelling test case
I am unsure what version actually corrected this compiler bug but I'm happy to report that Intel OneAPI 2024.0 (i.e. 2021.11.1 for the classic compilers) fixes this problem.
- Wed Feb 14, 2024 3:09 pm
- Forum: ROMS Discussion
- Topic: Adjoint blow-up if misfit forcing is too far after initial time
- Replies: 14
- Views: 7305
Re: Adjoint blow-up if misfit forcing is too far after initial time
Hmm, not sure if I understand. Which ROMS version on github, the 'develop' branch or the 'main' branch? Which revision should we use with the currently available tutorial? You should use the default develop branch on GitHub for pretty much everything. Think of develop as the latest svn revision and ...
- Thu Feb 01, 2024 3:21 pm
- Forum: ROMS Problems
- Topic: Found Error:** Line:164 Source:ROMS/Utility/def_var.F, def_var_nf90
- Replies: 1
- Views: 4924
Re: Found Error:** Line:164 Source:ROMS/Utility/def_var.F, def_var_nf90
There should be a variable name printed after the colon, i.e. "unable to define variable: ubar". Your error does not include a variable name. If you read further down in the log you will see: ERROR: Abnormal termination: NetCDF OUTPUT. REASON: NetCDF: Name contains illegal characters Looking at the ...
- Wed Oct 18, 2023 12:52 pm
- Forum: ROMS Bugs
- Topic: Cannot run upwelling test case
- Replies: 16
- Views: 35356
Re: Cannot run upwelling test case
As of now, the only fix is to use 2023.0.0 or older. It is questionable whether Intel will fix this since they are phasing out the classic C/C++ (icc/icpc) and Fortran (ifort) compilers in favor of their newer LLVM based counterparts (icx, icpx, and ifx).
- Tue Sep 26, 2023 1:45 pm
- Forum: ROMS Problems
- Topic: Help on ROMS Blowing before even running first time step
- Replies: 4
- Views: 13330
Re: Help on ROMS Blowing before even running first time step
You might also consider updating your ROMS source code; the revision you are using is over 3.5 years old.
- Tue Aug 29, 2023 5:46 pm
- Forum: ROMS Installation
- Topic: Error in compilation
- Replies: 1
- Views: 7881
Re: Error in compilation
Yes, this is indeed a syntax error caused by a typo: S.checksum should be S%checksum.
Thank you for reporting this error. The correction has been made, please update your code.
Thank you for reporting this error. The correction has been made, please update your code.
- Tue Aug 29, 2023 5:46 pm
- Forum: ROMS Installation
- Topic: ERROR while compiling executable
- Replies: 2
- Views: 8401
Re: ERROR while compiling executable
Yes, this is indeed a syntax error caused by a typo: S.checksum should be S%checksum.
Thank you for reporting this error. The correction has been made, please update your code.
Thank you for reporting this error. The correction has been made, please update your code.
- Fri Aug 25, 2023 5:06 pm
- Forum: ROMS Installation
- Topic: Problem with compling and build_roms.sh
- Replies: 1
- Views: 7120
Re: Problem with compling and build_roms.sh
Several observations/questions: My first guess would be that you downloaded the code with a different computer than you are trying to build on. Some of your paths seem to be incorrect ( nf-config , netcdf.mod and mpif90 not found) The permissions inside the source code are wrong: ROMS/Bin/cpp_clean ...
- Tue Aug 08, 2023 8:23 pm
- Forum: ROMS Bugs
- Topic: Cannot run upwelling test case
- Replies: 16
- Views: 35356
Re: Cannot run upwelling test case
I was able to reproduce your error by installing and using the same version of the Intel compiler ( 2023.2.0 released July 13, 2023). I tracked the issue in the TotalView debugger and appears to be a compiler bug. If you have access to an earlier version of the compiler I would try using that ...
- Tue May 09, 2023 7:29 pm
- Forum: ROMS Discussion
- Topic: compilation error mod_fourdvar
- Replies: 4
- Views: 4901
Re: compilation error mod_fourdvar
What compiler and version are you using?
- Wed Mar 08, 2023 3:14 pm
- Forum: ROMS Installation
- Topic: compile with ifort problems
- Replies: 2
- Views: 12527
Re: compile with ifort problems
Do you have USE_MPI and USE_MPIF90 set in your build script? If so, I would guess that your system has Intel MPI installed and in your path and you didn't change which_MPI to be set to intel . To access the MPI enabled Intel Fortran compilers when you are using Intel's MPI implementation, you need ...
- Fri Jan 27, 2023 2:04 pm
- Forum: ROMS Installation
- Topic: /usr/bin/env: perl^M: No such file or directory
- Replies: 2
- Views: 9482
Re: /usr/bin/env: perl^M: No such file or directory
This would indicate that you checked out the ROMS source code on a Windows machine then tried to build it on a non-Windows system. The '^M' is how Windows (DOS actually) style line endings/carriage returns are interpreted by non-Windows systems.
- Mon Dec 19, 2022 7:30 pm
- Forum: ROMS Discussion
- Topic: Unable to complete ./build.bash compilation
- Replies: 3
- Views: 5355
Re: Unable to complete ./build.bash compilation
If everything is consistent, the error would suggest that there is a typo somewhere that is making ROMS think it's supposed to be building something called '8'. Perhaps there's a path with a space in it or just an errant '8'?
- Mon Dec 19, 2022 2:38 pm
- Forum: ROMS Installation
- Topic: memory leakage error and netcdf error
- Replies: 1
- Views: 7697
Re: memory leakage error and netcdf error
You will need to build NetCDF4/HDF5 with the Intel compilers and update your build script (and probably my_build_paths.sh) to point to the correct location for the NetCDF built with Intel.
- Mon Dec 19, 2022 2:18 pm
- Forum: ROMS Discussion
- Topic: Unable to complete ./build.bash compilation
- Replies: 3
- Views: 5355
Re: Unable to complete ./build.bash compilation
How and when did you download your ROMS source code? The bash build script has not been named build.bash for almost 4 years and is now called build_roms.sh . Are you perhaps trying to use an old build.bash with the new source code? If so, I would suggest starting anew with the build_roms.sh file ...
- Fri Nov 04, 2022 5:11 pm
- Forum: ROMS Problems
- Topic: tides_date.f90 variable definition
- Replies: 14
- Views: 39441
Re: tides_date.f90 variable definition
I believe the issue is that your roms_almirante.in file is out of date. Several new parameters were added since 3.8. In particular, you are missing INP_LIB and OUT_LIB . Compare your .in file with one of the roms_*.in files in the ROMS/External folder of your new source code and add any missing ...
- Fri Nov 04, 2022 1:25 pm
- Forum: ROMS Problems
- Topic: tides_date.f90 variable definition
- Replies: 14
- Views: 39441
Re: tides_date.f90 variable definition
Could you also attach your tides_date.f90 from your Build_romsG directory?
- Fri Oct 28, 2022 7:06 pm
- Forum: ROMS Installation
- Topic: Compilation issue: libmpfr
- Replies: 7
- Views: 15192
Re: Compilation issue: libmpfr
If you have access to ifort I would definitely recommend using that rather than gfortran.
- Fri Oct 21, 2022 4:06 pm
- Forum: ROMS Installation
- Topic: Compilation issue: libmpfr
- Replies: 7
- Views: 15192
Re: Compilation issue: libmpfr
In our experience "signed integer overflow" runtime error with gfortran is a non-fatal error and ROMS will continue to run. The real problem is likely the stack trace that comes next. My first guess would be that something is missing or mistyped in your .in and or varinfo.yaml file. If you are using ...
- Thu Oct 20, 2022 4:17 pm
- Forum: ROMS Installation
- Topic: Compilation issue: libmpfr
- Replies: 7
- Views: 15192
Re: Compilation issue: libmpfr
Is that the full output of the build attempt? What command and options are you using to build? Are there any other differences between the build in your home directory and dfs? For example, different modules loaded or a different compiler, etc. What does the command ' /usr/bin/cpp --version ' give ...
- Thu Oct 13, 2022 2:03 pm
- Forum: ROMS Installation
- Topic: [Error]= [ 0] /lib/x86_64-linux-gnu/libc.so.6 when using mpirun
- Replies: 2
- Views: 9122
Re: [Error]= [ 0] /lib/x86_64-linux-gnu/libc.so.6 when using mpirun
make sure that the mpirun you are using is from the same openmpi directory that you compiled with. For example, if you are compiling with /self/compiled/openpmi/bin/mpif90 make sure that the command which mpirun returns /self/compiled/opempi/bin/mpirun and not something like /usr/bin/mpirun If the ...
- Tue Oct 11, 2022 1:53 pm
- Forum: ROMS Problems
- Topic: Running ROMS on SLURM scratch
- Replies: 2
- Views: 5484
Re: Running ROMS on SLURM scratch
You need to actually "cd" into the run directory. You create it and copy files into it but you never actually change into RUN_DIR.
- Mon Aug 29, 2022 3:41 pm
- Forum: ROMS Installation
- Topic: Errors when install Plotting Package
- Replies: 3
- Views: 8835
Re: Errors when install Plotting Package
The homebrew installed NCL (NCAR Graphics) was built for x86-64 (presumably under the Rosetta 2) but you are attempting to build the package for arm64. I'm not familiar with homebrew but a quick google search suggests maybe trying to install ncl with:
Code: Select all
arch -arm64 brew install ncl
- Mon May 16, 2022 2:45 pm
- Forum: ROMS Problems
- Topic: Error in ROMS execution
- Replies: 1
- Views: 4410
Re: Error in ROMS execution
Check your .in file. ROMS is telling you that you don't have a consistent order of values for Lm (and probably others). In your case, since you have 4 grids (Ngrids = 4), there should be 4 values, separated by spaces that correspond to your 4 grids in order . The values should be Lm for grid 1, grid ...
- Mon Apr 25, 2022 3:59 pm
- Forum: ROMS Installation
- Topic: compile ROMS error
- Replies: 12
- Views: 29757
Re: compile ROMS error
Double check your main makefile and make sure there are no libNLM.a references in there and that all other recent changes are there as well. Somewhere there is a reference to libNLM.a. Maybe not all the Module.mk files were updated properly? Check ROMS/Nonlinear/Module.mk first.
- Mon Apr 25, 2022 2:07 pm
- Forum: ROMS Installation
- Topic: compile ROMS error
- Replies: 12
- Views: 29757
Re: compile ROMS error
You need remove "$(SCRATCH_DIR)/libNLM.a" from line 51 of your Linux-ifort.mk so it reads: LIBS := By setting LIBS to "$(SCRATCH_DIR)/libNLM.a" you are asking the make system to build that library. However, there is no longer a rule do so because ROMS now builds a single library instead of one for ...
- Thu Apr 21, 2022 1:56 pm
- Forum: ROMS Problems
- Topic: At line 1895 of file mod_ncparam.f90 Fortran runtime error
- Replies: 6
- Views: 11165
Re: At line 1895 of file mod_ncparam.f90 Fortran runtime error
Vname is referenced 4 times in that code block. Which line is 1895? Also, that code block occurs 3 times in mod_ncparam.f90; which CASE block is line 1895 under? You will need to scroll up about 15 lines to see what CASE block you are in.
- Thu Mar 31, 2022 3:07 pm
- Forum: ROMS Problems
- Topic: yaml_parser error with the latest update
- Replies: 8
- Views: 16514
Re: yaml_parser error with the latest update
The fix for this was released two days ago in revision 1119 (Ticket 913). Please update your ROMS code.
- Tue Mar 29, 2022 1:33 pm
- Forum: ROMS Installation
- Topic: compile ROMS error
- Replies: 12
- Views: 29757
Re: compile ROMS error
In your build script, uncomment the "export USE_NETCDF4=on" line. This only tells ROMS that your NetCDF library is version 4 so it can link properly, it will not result in NetCDF4/HDF5 format output files. Also, whenever you post in the ROMS forum about an error you are encountering, the MOST ...
- Thu Mar 24, 2022 4:52 pm
- Forum: ROMS Installation
- Topic: compile ROMS error
- Replies: 12
- Views: 29757
Re: compile ROMS error
The error implies that the netcdf module your are attempting you use was built with a newer version of ifort than you are currently attempting to use. Are you sure you have attached the build script you used? Your build script has USE_MPI and USE_MPIF90 commented out yet the model is trying to ...
- Fri Mar 04, 2022 5:33 pm
- Forum: ROMS Discussion
- Topic: forrtl: severe (174): SIGSEGV, segmentation fault occurred
- Replies: 9
- Views: 19306
Re: forrtl: severe (174): SIGSEGV, segmentation fault occurred
Recompile your code in debug mode (un-comment the USE_DEBUG line in your build_roms.sh or build_roms.csh ), then run your model again with the resulting romsG (instead of romsM or romsS) executable. That will hopefully give you an idea where in the code the segfault is coming from to narrow down the ...
- Fri Mar 04, 2022 5:25 pm
- Forum: ROMS Problems
- Topic: Signed Integer Overflow
- Replies: 10
- Views: 24714
Re: Signed Integer Overflow
What compiler are you using? This error is almost certainly due to ROMS trying to take advantage of so called wrap-around addition for random number generation. Line 150 of your ran1.f90 is likely: ranv(1:n)=ieor(nran(1:n),ranv(1:n))+mran(1:n) Some compilers have decided to treat overflows as an ...
- Mon Feb 07, 2022 5:51 pm
- Forum: ROMS Installation
- Topic: Problems with ROMS installation related to Homebrew maybe
- Replies: 3
- Views: 7984
Re: Problems with ROMS installation related to Homebrew maybe
It appears from your output that you have not set USE_MY_LIBS to yes in your roms_build.sh . If you had, there would be a note about the full path to the my_build_paths.sh file being loaded. That is probably why you found it necessary to edit Darwin-gfortran.mk . I would suggest: undoing your edits ...
- Tue Oct 26, 2021 3:41 pm
- Forum: Job Opportunities
- Topic: Assistant Teaching Professor SOSE - U. of Southern Mississippi
- Replies: 0
- Views: 5200
Assistant Teaching Professor SOSE - U. of Southern Mississippi
The Division of Marine Science in the School of Ocean Science and Engineering (SOSE) at The University of Southern Mississippi invites qualified applicants for a non-tenure track faculty position as Assistant Teaching Professor (or Instructor, depending upon terminal degree) and Coordinator of the ...
- Fri Sep 17, 2021 2:45 pm
- Forum: Job Opportunities
- Topic: Post-Doctoral Position In Global Ocean Modelling - Sorbonne Université
- Replies: 0
- Views: 5154
Post-Doctoral Position In Global Ocean Modelling - Sorbonne Université
Two-year postdoctoral position for an experienced ocean modeler at Sorbonne Université at the Laboratoire d’Oceanographie de Villefranche/Mer (LOV). For more information, see the job posting on the EGU website: https://www.egu.eu/jobs/3764/post-doctoral-position-in-global-ocean-modelling/ Julia Uitz, ...
- Tue Sep 14, 2021 6:14 pm
- Forum: ROMS Installation
- Topic: ROMS compilation in multi processed environment
- Replies: 2
- Views: 8101
Re: ROMS compilation in multi processed environment
Your machine has 44 real cores with hyper-threading resulting in 88 CPUs being listed. Open MPI (and all other MPI implementations I have used) looks at your real cores only and that is the limit for mpirun. You can override this by issuing the --oversubscribe flag in your mpirun command but even ...
- Fri Jun 11, 2021 3:09 pm
- Forum: ROMS Bugs
- Topic: ROMS4 built with PIO, freeze on creating history file
- Replies: 17
- Views: 49228
Re: ROMS4 built with PIO, freeze on creating history file
FORT was undefined, but FC was defined with intel... So, ROMS setup was defaulting to setting things up for PGI then actually doing the compilation with IFORT. Somehow wasn't an issue when setting up 3.9 (beyond strings of warnings). Fixed by simply adding FORT=intel. ROMS uses a combination of ...
- Wed Jun 09, 2021 1:00 am
- Forum: ROMS Bugs
- Topic: ROMS4 built with PIO, freeze on creating history file
- Replies: 17
- Views: 49228
Re: ROMS4 built with PIO, freeze on creating history file
I see some rather amazing technical issues with that build. First it appears that you somehow have a mix of pgf90 (PGI), ifort (Intel), and gfortran (GNU). The compiling flags (-fastsse -Mipa=fast -Kieee) in your build are for the PGI compilers, suggesting that you have either not set FORT or set it ...
- Tue Jun 08, 2021 11:38 pm
- Forum: ROMS Bugs
- Topic: ROMS4 built with PIO, freeze on creating history file
- Replies: 17
- Views: 49228
Re: ROMS4 built with PIO, freeze on creating history file
We need to see the link line that produces that error so we can see if you have the all the includes and libraries that you need listed.
- Tue Jun 08, 2021 2:46 pm
- Forum: ROMS Bugs
- Topic: ROMS4 built with PIO, freeze on creating history file
- Replies: 17
- Views: 49228
Re: ROMS4 built with PIO, freeze on creating history file
USE_PIO (and USE_SCORPIO ) are used only by the build script to add PIO (or SCORPIO) libraries and includes to the ROMS compilation configuration. They do not automatically define the PIO_LIB CPP option. The same is true of USE_NETCDF4 which does not instruct ROMS to output NetCDF4/HDF5 files. You ...
- Mon May 24, 2021 3:50 pm
- Forum: ROMS Tools and Techniques
- Topic: Missing the ncgm2www script in the ROMS plotting package
- Replies: 6
- Views: 17962
Re: Missing the ncgm2www script in the ROMS plotting package
REC needs to start at 1 not 0
- Fri May 21, 2021 2:02 pm
- Forum: ROMS Tools and Techniques
- Topic: Missing the ncgm2www script in the ROMS plotting package
- Replies: 6
- Views: 17962
Re: Missing the ncgm2www script in the ROMS plotting package
It may be because you have not listed a coastline file after the grid file. I believe the coastline file is required even if your plotted area does not have any land.
- Mon May 03, 2021 4:41 pm
- Forum: ROMS Installation
- Topic: first time running upwelling test case
- Replies: 7
- Views: 14873
Re: first time running upwelling test case
Is it possible that you are trying to run an OpenMP (shared memory) ROMS executable using an 'mpirun' command? You have -fopenmp in your list of flags but the multiple occurrences of: -------------------------------------------------------------------------------- Model Input Parameters: ROMS/TOMS ...
- Mon May 03, 2021 2:05 pm
- Forum: ROMS Installation
- Topic: first time running upwelling test case
- Replies: 7
- Views: 14873
Re: first time running upwelling test case
In order have any idea what is going on we would need to see the error after you fixed your tiling error.
- Wed Mar 17, 2021 2:55 pm
- Forum: ROMS Problems
- Topic: Fatal erorr after update to ubuntu 20.04
- Replies: 2
- Views: 12156
Re: Fatal erorr after update to ubuntu 20.04
During the upgrade to ubuntu 20.04 the GNU Compilier Suite was likely upgraded to version 9.3. Assuming you built NetCDF 4.7.4 yourself, your options are: build NetCDF again with the new compiler, downgrade the compiler, or install the libnetcdff-dev and netcdf-bin packages (this will also install a ...
- Mon Mar 15, 2021 2:15 pm
- Forum: ROMS Installation
- Topic: upwelling - linux-ifort.mk compilation error
- Replies: 5
- Views: 15560
Re: upwelling - linux-ifort.mk compilation error
If indeed this path is correct /home/bangdt/netcdf-3.6.1/lib then that is an incredibly old build of NetCDF (3.6.1 Released 02/26/2006). At any rate, either you didn't build the Fortran interface or you split the library and there is both a libnetcdf and libnetcdff in that lib directory. For the ...
- Mon Mar 08, 2021 2:48 pm
- Forum: ROMS Installation
- Topic: Compilation error for plotting package
- Replies: 10
- Views: 22106
Re: Compilation error for plotting package
My guess is that /Users/sean/bin doesn't exist. Error number 2 is "No such file or directory".
- Wed Mar 03, 2021 4:51 pm
- Forum: ROMS Installation
- Topic: Compilation error for plotting package
- Replies: 10
- Views: 22106
Re: Compilation error for plotting package
You appear to be using a combination of Homebrew and anaconda so perhaps that is contributing to your issues. That said, in older versions of ncl/ncarg there was a separate library ( libncarg_gks_cairo.a) that had several added dependencies ( -lcairo -lfontconfig -lpixman-1 -lfreetype etc.). Some ...
- Tue Mar 02, 2021 5:14 am
- Forum: ROMS Tools and Techniques
- Topic: Error to plot by the ROMS plotting package
- Replies: 17
- Views: 44305
Re: Error to plot by the ROMS plotting package
Using an NCL/NCARG built with the system's gnu (4.8.5) is very unlikely to work with a NetCDF/HDF5 and ROMS plotting package compiled with Intel compilers. You have 2 options, find or compile NCL/NCARG with the Intel compilers or find or compile NetCDF/HDF5 with the GNU 4.8.5 compilers.
- Mon Mar 01, 2021 3:44 pm
- Forum: ROMS Installation
- Topic: Compilation error for plotting package
- Replies: 10
- Views: 22106
Re: Compilation error for plotting package
Try installing cairo and freetype (probably called freetype2) libraries. If they are already installed, make sure they are the 64-bit versions and are in the library search path.
- Mon Mar 01, 2021 3:14 pm
- Forum: ROMS Tools and Techniques
- Topic: Error to plot by the ROMS plotting package
- Replies: 17
- Views: 44305
Re: Error to plot by the ROMS plotting package
I also just noticed that your csecG executable seems to be link to libgfortran as well. Perhaps your version of NCAR Graphics was built with gfortran instead of the Intel compilers. What is your NCARG_ROOT environment variable set to?
- Fri Feb 26, 2021 2:56 pm
- Forum: ROMS Tools and Techniques
- Topic: Error to plot by the ROMS plotting package
- Replies: 17
- Views: 44305
Re: Error to plot by the ROMS plotting package
It looks like the netcdf and HDF5 you are linking with were compiled with a much older (2016) Intel compiler than you are using to compile the plotting package (2020). Do you have access to the Intel 2016 compiler? If so, try compiling the plotting package with that version instead.
- Mon Feb 15, 2021 5:17 am
- Forum: ROMS Tools and Techniques
- Topic: Error to plot by the ROMS plotting package
- Replies: 17
- Views: 44305
Re: Error to plot by the ROMS plotting package
Is it possible that when the plotting package runs it's actually using a different NetCDF than you compiled with? If you are running Linux type: ldd /path/to/csecG with /path/to replaced by the correct path to csecG. Make sure that the libnetcdf listed by the ldd command is the one you compiled ...
- Wed Feb 10, 2021 2:22 pm
- Forum: ROMS Tools and Techniques
- Topic: Error to plot by the ROMS plotting package
- Replies: 17
- Views: 44305
Re: Error to plot by the ROMS plotting package
You could try building the plotting package with PLT_DEBUG turned on. That might give you a better idea where the error is occurring. Building with debug will not replace your existing csec, etc. but will instead create a csecG, etc. in the MY_PROJECT_DIR, which is usually the directory you execute ...
- Mon Feb 08, 2021 2:43 pm
- Forum: ROMS Installation
- Topic: Compilation error for plotting package
- Replies: 10
- Views: 22106
Re: Compilation error for plotting package
The plotting package also has build scripts in src/Bin. However, the build scripts for the plotting packages have not been updated to use "my_build_paths" so the paths are set further down in the script. For the build_plt.bash script I believe you will need to edit lines 279 and 280. From your other ...
- Thu Feb 04, 2021 7:26 pm
- Forum: ROMS Installation
- Topic: Compilation error for netcdf-c-4.7.4
- Replies: 3
- Views: 5860
Re: Compilation error for netcdf-c-4.7.4
When you installed NetCDF, which packages did you choose? I believe if you choose "libnetcdf-fortran-devel" that should, as long as you allow the dependencies to install, get you everything you need as far as NetCDF is concerned. However, I have not tried this in many years so I could be missing ...
- Tue Feb 02, 2021 4:02 pm
- Forum: ROMS Tools and Techniques
- Topic: Error to plot by the ROMS plotting package
- Replies: 17
- Views: 44305
Re: Error to plot by the ROMS plotting package
You need to completely remove the line:
The plotting package is expecting "nfields" to be line 6. There can't be any missing or commented lines until line 45 and the order matters.
Code: Select all
!Wind-Driven Upwelling/Downwelling over a Periodic Channel
- Tue Feb 02, 2021 3:53 pm
- Forum: ROMS Installation
- Topic: Compilation error for netcdf-c-4.7.4
- Replies: 3
- Views: 5860
Re: Compilation error for netcdf-c-4.7.4
As noted near the end of the topic you referenced, we recommend against compiling your own NetCDF when working in Cygwin. The Cygwin installer includes binary packages NetCDF and also includes OpenMPI if you would like to run the model in parallel.
- Mon Feb 01, 2021 4:09 pm
- Forum: ROMS Tools and Techniques
- Topic: Error to plot by the ROMS plotting package
- Replies: 17
- Views: 44305
Re: Error to plot by the ROMS plotting package
I'm guessing you have a typo near the bottom:
cean_avg1_00001.nc
cean_avg1_00001.nc
- Sat Jan 30, 2021 8:31 am
- Forum: ROMS Tools and Techniques
- Topic: problem about the plotting package installation
- Replies: 27
- Views: 41077
Re: problem about the plotting package installation
In the makefile inside the src directory replace: NEED_VERSION := 3.80 3.81 3.82 $(if $(filter $(MAKE_VERSION),$(NEED_VERSION)),, \ $(error This makefile requires one of GNU make version $(NEED_VERSION).)) with: ifneq (3.80,$(firstword $(sort $(MAKE_VERSION) 3.80))) $(error This makefile requires ...
- Fri Jan 29, 2021 3:05 pm
- Forum: Job Opportunities
- Topic: Two-years postdoc position in regional ocean modelling
- Replies: 0
- Views: 4687
Two-years postdoc position in regional ocean modelling
Posted at the request of Jerry Tjiputra: Two-years postdoc position in regional ocean modelling (deadline 14.02.2021). The Norwegian Research Centre (NORCE, Bjerknes Centre) in Bergen, Norway is seeking a regional ocean modeller. The 2-yr postdoc position aims to develop a high-resolution regional ...
- Thu Jan 28, 2021 3:26 pm
- Forum: ROMS Installation
- Topic: Compilation error for build_roms.sh
- Replies: 16
- Views: 32921
Re: Compilation error for build_roms.sh
That is correct. I thought I had replaced all the occurrences of 'ocean*' with 'roms*' in the wiki but I clearly missed some. I corrected several more pages this morning but, out of curiosity, on which page did you find the reference to 'oceanS'?
- Thu Jan 28, 2021 8:21 am
- Forum: ROMS Installation
- Topic: Compilation error for build_roms.sh
- Replies: 16
- Views: 32921
Re: Compilation error for build_roms.sh
I'm not sure where homebrew is getting their patches but they are missing some important things and are actually further from a usable product than the netcdf-fortran 4.5.3 release is. I believe home brew puts symlinks to all libraries in /usr/local/lib so, if you have the proper permissions, I ...
- Wed Jan 27, 2021 4:06 pm
- Forum: ROMS Discussion
- Topic: I/O error
- Replies: 4
- Views: 5312
Re: I/O error
Maybe something was corrupted during transfer? What command(s) did you use to transfer to your own server? What operating system is "South Sea" and what operating system is your "own server"?
- Wed Jan 27, 2021 3:28 pm
- Forum: ROMS Installation
- Topic: Compilation error for build_roms.sh
- Replies: 16
- Views: 32921
Re: Compilation error for build_roms.sh
Your error is still in the linking. Those object files with no symbols are normal and most of them relate to the 4D-Var system which isn't used for the upwelling test case. From the paths you have shared, I'm assuming that you are using a Mac with Homebrew. What appears to be the issue is the 'nf ...
- Wed Jan 27, 2021 6:31 am
- Forum: ROMS Installation
- Topic: Compilation error for build_roms.sh
- Replies: 16
- Views: 32921
Re: Compilation error for build_roms.sh
At the start of your output from the build script, which 'my_build_paths.sh' does it say it's loading and does it match the path to the one you have updated. From your latest post of the ROMS link line it looks like there aren't any NetCDF libraries linking at all now. What is returned when you type ...
- Tue Jan 26, 2021 7:55 pm
- Forum: ROMS Discussion
- Topic: NETCDF PROBLEM WHEN RUNNING MODEL
- Replies: 6
- Views: 10609
Re: NETCDF PROBLEM WHEN RUNNING MODEL
Since you executed the build script as root, the Build_roms directory is owned by root so user javadbabagoli does not have permission to remove it. Manually remove (rm -rf Build_roms) the Build_roms directory as root. Then run the build script (as javadbabagoli) again. If you still get permission ...
- Tue Jan 26, 2021 7:27 pm
- Forum: ROMS Discussion
- Topic: NETCDF PROBLEM WHEN RUNNING MODEL
- Replies: 6
- Views: 10609
Re: NETCDF PROBLEM WHEN RUNNING MODEL
That svn error should not stop compilation and the command that is failing is only used for informational purposes. Compiling (and running) ROMS as root is never a good idea. It's also quite likely that somewhere along the line you made a directory that is owned by root and that is probably what isn ...
- Tue Jan 26, 2021 5:40 pm
- Forum: ROMS Discussion
- Topic: NETCDF PROBLEM WHEN RUNNING MODEL
- Replies: 6
- Views: 10609
Re: NETCDF PROBLEM WHEN RUNNING MODEL
It doesn't really agree with the error you're getting but are you absolutely sure you have write permissions to the directory you're writing the history file to?
- Tue Jan 26, 2021 5:32 pm
- Forum: ROMS Installation
- Topic: Compilation error for build_roms.sh
- Replies: 16
- Views: 32921
Re: Compilation error for build_roms.sh
In your build script enable "USE_NETCDF4". This will allow the build system to get the proper library locations and names to link your executable.
- Tue Jan 26, 2021 5:20 pm
- Forum: ROMS Discussion
- Topic: I/O error
- Replies: 4
- Views: 5312
Re: I/O error
When I open your .in and .h files my editor says they are "dos" format. However, from your log output it does not look like you are running on a windows system. Did you, by chance, edit these files in Windows? If your system has 'dos2unix' run that on any files you edited in Windows. If not you can ...
- Mon Jan 25, 2021 2:39 pm
- Forum: ROMS Installation
- Topic: Compilation error for build_roms.sh
- Replies: 16
- Views: 32921
Re: Compilation error for build_roms.sh
Typically /bin/sh errors are due to the build script not being able to find an executable. Most often it is the compiler but can also be nf-config or others. My first guess would be the build script is unable to find your compiler. Check that whatever compiler you're asking it to find (and mpif90 if ...
- Fri Jan 08, 2021 5:12 pm
- Forum: ROMS Problems
- Topic: Error while running Fjord test case for the first time
- Replies: 1
- Views: 5476
Re: Error while running Fjord test case for the first time
you problem is: 12 levsfrc Deepest level to apply surface stress as a bodyforce. READ_PHYPAR - Invalid input parameter, levsfrc = 12 Out of range surface bodyforce level. Found Error: 05 Line: 191 Source: ROMS/Utility/inp_par.F Found Error: 05 Line: 115 Source: ROMS/Drivers/nl_ocean.h, ROMS ...
- Fri Jan 08, 2021 3:46 pm
- Forum: ROMS Problems
- Topic: Error while compiling ROMS for the first time.
- Replies: 2
- Views: 7599
Re: Error while compiling ROMS for the first time.
I would suggest trying Windows Subsystem for Linux (WSL) if that is an option for you. More information can be found here . We don't have a tutorial for that but, once you have your WSL setup, the procedure should be the same as regular Linux. The Cygwin tutorial in the wiki is very old and many ...
- Wed Jan 06, 2021 4:03 pm
- Forum: ROMS Tools and Techniques
- Topic: plot package problem
- Replies: 21
- Views: 52491
Re: plot package problem
Perhaps Conda didn't put libX11 in a location the linker knows about. Find out where libX11 actually resides and make sure that path is in the LD_LIBRARY_PATH and LIBRARY_PATH environment variables.
- Mon Dec 28, 2020 6:10 pm
- Forum: ROMS Problems
- Topic: Error compiling ROMS
- Replies: 3
- Views: 6539
Re: Error compiling ROMS
You probably need to do: export MY_ROOT_PATH=/cygdrive/d/Agathe/Ecole/Modele3D/software/roms and: export MY_ROMS_SRC=${MY_ROOT_DIR}/Projects/trunk You should always avoid spaces in assignments when using bash. There should be no space before or after an equals sign during assignments
- Thu Dec 17, 2020 5:00 pm
- Forum: ROMS Installation
- Topic: git clone
- Replies: 11
- Views: 19431
Re: git clone
enter home directory 'cd ~' and enter commands in single command line vi .netrc machine www.myroms.org login rdfleay password -my password- protocol https terminal does some funky run.. I have adjusted the documentation to clarify but vi is a common text editor you could use to enter the next few ...
- Thu Dec 17, 2020 3:37 pm
- Forum: ROMS Installation
- Topic: git clone
- Replies: 11
- Views: 19431
Re: git clone
I have rearranged the documentation on the WikiROMS Git page so instructions for setting up a credential manager comes before instructions for downloading the code.
- Wed Dec 16, 2020 10:35 pm
- Forum: ROMS Installation
- Topic: git clone
- Replies: 11
- Views: 19431
Re: git clone
I have not confirmed this, but I believe that the "git checkout" and/or "git rev-parse" commands actually result in multiple git commands being executed and each git command is asking for your password. Set up a credential manager (explained further down on the ROMS Git wiki page) and try again ...
- Tue Aug 25, 2020 4:03 pm
- Forum: ROMS Adjoint
- Topic: RBL4DVAR error after upgrade to SVN Revision 1036
- Replies: 2
- Views: 8747
Re: RBL4DVAR error after upgrade to SVN Revision 1036
Try updating your varinfo.dat file.
- Fri Aug 07, 2020 3:02 pm
- Forum: ROMS Problems
- Topic: COMPILING PROBLEM ld: cannot find -ltorque
- Replies: 1
- Views: 3669
Re: COMPILING PROBLEM ld: cannot find -ltorque
Torque is likely the resource manager/job scheduler on the cluster you are using. Since it is a system specific library (and it's not listed in the ROMS link line you have provided) it should be taken care of by your mpi compiler (mpif90). Most likely your environment is set up incorrectly or you ...
- Thu Jul 30, 2020 4:55 pm
- Forum: ROMS Installation
- Topic: Compiling COAWST_v3.6 errror
- Replies: 9
- Views: 10407
Re: Compiling COAWST_v3.6 errror
It also looks like you're compiling with the Intel Fortran compiler but trying to link with a NetCDF compiled with GNU (highlighted in red ). /work/apps/intel/mvapich2/2.3.2/bin/mpif90 -fp-model precise -ip -O3 -traceback -check uninit -assume byterecl -I/work/users/weather/user/manh/COAWST/Lib/MCT ...
- Mon Jun 08, 2020 3:23 pm
- Forum: ROMS Discussion
- Topic: Undefined reference in libUTIL.a and libMODS.a running build_roms.sh (build.bash) for ROMS compiling (upwelling case)
- Replies: 2
- Views: 4072
Re: Undefined reference in libUTIL.a and libMODS.a running build_roms.sh (build.bash) for ROMS compiling (upwelling case
We need to see the command that came right before all your undefined references. Also, do you have "USE_NETCDF4" set to on your build_roms.sh?
- Sat Apr 18, 2020 4:59 pm
- Forum: ROMS Problems
- Topic: WC13/R4DVAR Compiling Problem
- Replies: 3
- Views: 6020
Re: WC13/R4DVAR Compiling Problem
Where are your libarpack.a and libparpack.a ? Assuming your ARPACK source code is in the /root/ARPACK directory then both libarpack.a and libparpack.a should be in /root/ARPACK. The way you have things configured, you are telling the linker that libparpack.a is in the /root/ARPACK/PARPACK directory ...
- Thu Mar 26, 2020 5:41 am
- Forum: ROMS Installation
- Topic: ERROR COMPILING FOR THE FIRST TIME
- Replies: 15
- Views: 13331
Re: ERROR COMPILING FOR THE FIRST TIME
I also just noticed that it looks like you have edited the build script and my_build_paths files with a windows editor that uses incorrect line returns (those \r warnings). That could have been causing the error you had originally. When I look at your build_roms.bash with an editor like vim I see ...
- Wed Mar 25, 2020 5:44 pm
- Forum: ROMS Installation
- Topic: ERROR COMPILING FOR THE FIRST TIME
- Replies: 15
- Views: 13331
Re: ERROR COMPILING FOR THE FIRST TIME
Did you build NetCDF yourself or use the NetCDF (and NetCDF fortran) provided by Cygwin? From you error messages it looks like you built netcdf fortran but not the required Netcdf-C. I would suggest installing the cygwin provided netcdf and netcdf-fortran.
- Wed Mar 25, 2020 4:38 pm
- Forum: ROMS Installation
- Topic: ERROR COMPILING FOR THE FIRST TIME
- Replies: 15
- Views: 13331
Re: ERROR COMPILING FOR THE FIRST TIME
We need the linking command that precedes the errors you posted. It should be a multi-line command listing all the built libraries that will makeup the executable...something similar to this: /opt/sw/packages/intel/17.0.4/compilers_and_libraries/linux/mpi/intel64/bin/mpiifort -fp-model precise -heap ...
- Thu Mar 05, 2020 3:25 pm
- Forum: ROMS Source
- Topic: Typo in roms.in following overhaul of advection schemes
- Replies: 4
- Views: 14311
Re: Typo in roms.in following overhaul of advection schemes
The typos in the roms.in glossaries were corrected in SVN Revision 1009 and Git cbc84128d7d33150dc40ade4821b82dce6ce5662. Details can be found here
- Thu Mar 05, 2020 3:14 pm
- Forum: ROMS Adjoint
- Topic: Adjoint compilation error with define VISC4 and DIFF4
- Replies: 1
- Views: 8127
Re: Adjoint compilation error with define VISC4 and DIFF4
Fixed in SVN Revision 1009 and Git cbc84128d7d33150dc40ade4821b82dce6ce5662. Details can be found here
- Tue Mar 03, 2020 3:20 pm
- Forum: ROMS Discussion
- Topic: compiling ROMS with DIAGNOSTICS_TS
- Replies: 3
- Views: 4497
Re: compiling ROMS with DIAGNOSTICS_TS
idDtrc is "typed" and allocated in mod_ncparam. Check the mod_ncparam.f90 file in your /projappl/project_2000339/source/waom/Build directory. There should be a block like this: ! ! Tracer/Momentum Diagnostic variable IDs. ! integer, allocatable :: idDtrc(:,:) ! tracers terms integer, allocatable ...
- Tue Jan 28, 2020 2:58 pm
- Forum: ROMS Bugs
- Topic: Problem in compile.
- Replies: 1
- Views: 3499
Re: Problem in compile.
In your Build_roms directory, what do lines 190-200 of your close_io.f90 file look like? Be sure to paste the lines inside a [code][/code] block so we can count white spaces. Also, what revision number of ROMS are you using and what compiler?
- Wed Dec 18, 2019 4:16 pm
- Forum: ROMS Bugs
- Topic: Error in ROMS execution
- Replies: 12
- Views: 9901
Re: Error in ROMS execution
Are you sure that the grid file is at /home/cyue/cyue/bohai/data? It looks like your username (cyue) is doubled in there.
- Fri Dec 06, 2019 9:27 pm
- Forum: ROMS Discussion
- Topic: Parallel IO not scaling over Serial IO for ROMS
- Replies: 14
- Views: 18490
Re: Parallel IO not scaling over Serial IO for ROMS
Please attach your gbplume.h file where your chosen CPP Definitions are set.
- Wed Oct 30, 2019 4:18 pm
- Forum: ROMS Discussion
- Topic: Problem with setting up inlet_test
- Replies: 28
- Views: 17063
Re: Problem with setting up inlet_test
The problem is the version of cpp that comes with Xcode. It's likely that Homebrew (I know Macports does) has a working cpp you can use instead. I would suggest you: Make a ~/Compilers/ROMS directory (mkdir -p ~/Compilers/ROMS) Place a copy of the Darwin-gfortran.mk file from the Compilers directory ...
- Tue Oct 29, 2019 3:43 am
- Forum: Job Opportunities
- Topic: Biogeochemical Modeller - Antarctic Science Platform - NIWA
- Replies: 0
- Views: 3687
Biogeochemical Modeller - Antarctic Science Platform - NIWA
The New Zealand Antarctic Science Platform is now seeking applications for an exciting 3-year Research Fellowship in biogeochemical modelling. The purpose of the Antarctic Science Platform is to conduct excellent science to understand Antarctica's impact on the global earth system. This new position ...
- Thu Jun 06, 2019 2:17 pm
- Forum: ROMS Information
- Topic: error in compiling scrip_coawst
- Replies: 6
- Views: 12096
Re: error in compiling scrip_coawst
The "Permission denied" error would suggest that your user does not have read and/or write permissions to the file or directory.
The command "ls -la" will give you the permissions of all the files and the current directory, which will be listed as a single period (.)
The command "ls -la" will give you the permissions of all the files and the current directory, which will be listed as a single period (.)
- Fri May 10, 2019 1:19 pm
- Forum: ROMS Installation
- Topic: benchmark case compile problem
- Replies: 3
- Views: 4946
Re: benchmark case compile problem
Hello, Check the timestamp on your oceanM or oceanG perhaps your build failed and the executable is an older one from an upwelling test case. Though I don't believe this is contributing to your issue, you might consider setting MY_PROJECT_DIR to ${PWD} so your executable is always written to the ...
- Tue May 07, 2019 1:19 pm
- Forum: ROMS Installation
- Topic: Plotting package installation problem
- Replies: 1
- Views: 4194
Re: Plotting package installation problem
Once you switch to Ubuntu, the plotting package will look for Linux-gfortran.mk not CYGWIN-gfortran.mk. Also, I would suggest a switch to using the build script (src/Bin/build_plt.{sh|bash}) so you don't have to modify the Linux-gfortran.mk file directly.
- Wed Apr 17, 2019 8:59 pm
- Forum: ROMS Installation
- Topic: compiling ROMS problem--ld: cannot find -lnetcdff
- Replies: 3
- Views: 5891
Re: compiling ROMS problem--ld: cannot find -lnetcdff
The directory you listed looks to have all the libraries you need in the same directory. Is the nf-config you're using associated with that lib directory you listed? I would guess not since the output of "nf-config --flibs" has different directories for libnetcdff and libnetcdf.
- Wed Apr 17, 2019 1:57 pm
- Forum: ROMS Installation
- Topic: compiling ROMS problem--ld: cannot find -lnetcdff
- Replies: 3
- Views: 5891
Re: compiling ROMS problem--ld: cannot find -lnetcdff
There are a couple oddities about your 'nf-config --flibs' output. First, "-O" and "-tp p7" are compiling flags, not linking flags. That would suggest that perhaps NetCDF wasn't configured/compiled quite right. Second, why is -R (I believe being treated as -rpath in this case) used for the C library ...
- Tue Oct 23, 2018 1:19 pm
- Forum: ROMS Installation
- Topic: having truble with NETCDF
- Replies: 2
- Views: 4422
Re: having truble with NETCDF
If your configure line is a copy and paste of what you're actually using then most likely you need to add some spaces and change both 'l's to 'I's in the CPPFLAGS. ./configure CPPFLAGS='-I/home/maziar/Downloads/q/hdf5-1.8.9/include -I/home/maziar/Downloads/q/zlib-1.2.7/include' LDFLAGS='-L/home ...
- Thu Sep 27, 2018 7:14 pm
- Forum: ROMS Installation
- Topic: compile ROMS error
- Replies: 7
- Views: 22745
Re: compile ROMS error
From the flags it appears that you have enabled gfortran but my first guess is that either gfortran is not installed or is not in your path. Most modern Linux distributions have a separate package for the GNU fortran compiler; it no longer comes as part of the gcc package. I believe Ubuntu has many ...
- Mon Sep 03, 2018 7:24 am
- Forum: ROMS Installation
- Topic: ./build.bash error:Can't open tmp file at ROMS/Bin/cpp_clean
- Replies: 5
- Views: 5829
Re: ./build.bash error:Can't open tmp file at ROMS/Bin/cpp_c
Check the permissions on your /home/survstu1/ROMS/trunk/Projects/Upwelling/Build_roms directory. Your error would indicate that you don't have the proper permissions to write to that directory. However, it is strange that /usr/bin/cpp appears to be able to create the /home/survstu1/ROMS/trunk ...
- Mon Mar 05, 2018 2:13 pm
- Forum: ROMS Installation
- Topic: An compiling error regarding "crtbegin.o"
- Replies: 6
- Views: 11468
Re: An compiling error regarding "crtbegin.o"
I'm not positive with newer versions of PGI but with older versions you have to run the makelocalrc script (as root so you'll still need to ask the system manager) every time gcc is upgraded. In your case the system manager logged in as root should be able to run the following: cd /home/software/pgi ...
- Thu Oct 29, 2015 2:45 pm
- Forum: ROMS Installation
- Topic: ROMS with gfortran 5.2?
- Replies: 21
- Views: 20243
Re: ROMS with gfortran 5.2?
Hi, I think we need clarification and/or more information. You mention segmentation fault but the post you refer to is a compiler linking error. If you are getting the same error as the post you refer to, it is likely that you have not set USE_NETCDF4 (and possibly the appropriate NETCDF_CONFIG and ...
- Thu Nov 20, 2014 7:40 pm
- Forum: Job Opportunities
- Topic: Scientific Programmer - USGS and WHOI
- Replies: 0
- Views: 5047
Scientific Programmer - USGS and WHOI
Scientific Programmer Needed Integrated Statistics is looking for a Scientific Programmer to work with the USGS Coastal and Marine Geology Program at the Woods Hole Coastal and Marine Science Center in Woods Hole, MA. USGS earth scientists explore and study many aspects of the underwater areas ...
- Thu Apr 04, 2013 4:36 pm
- Forum: ROMS Problems
- Topic: Slow performance on SGI with Opterons
- Replies: 6
- Views: 9006
Re: Slow performance on SGI with Opterons
First thing I would check is that your process (oceanS) is not constantly switching cores on your machine. I don't know a good way to do this with oceanS but I would suggest compiling with Open MPI then run with one processor and enable the --bind-to-core (or equivalent memory affinity option for ...
- Fri Jul 13, 2012 8:14 pm
- Forum: ROMS Messages
- Topic: myroms.org unexpected down time
- Replies: 0
- Views: 9321
myroms.org unexpected down time
Dear all, The first repair of the server that hosts myroms.org was only partially successful. The damaged caused by a faulty uninteruptable power supply (UPS/battery backup) was more extensive than originally thought. On Tuesday July 10th, the server's motherboard was replaced and the server booted ...
- Thu Jul 05, 2012 12:53 am
- Forum: ROMS Installation
- Topic: build.bash - compilation error with netcdf
- Replies: 1
- Views: 5327
Re: build.bash - compilation error with netcdf
The NetCDFs on the system are almost certainly compiled with gcc/gfortran. You are trying to compile ROMS with the Intel compiler. You need to either use gfortran to compile ROMS or compile NetCDF with the Intel compiler. If you don't have the Intel C compilers you can use gcc for the C compiler and ...
- Thu Jun 14, 2012 2:01 pm
- Forum: ROMS Installation
- Topic: SVN problem
- Replies: 4
- Views: 9214
Re: SVN problem
The two issues should not have anything to do with each other. svn: Can't read file 'ROMS_620/Lib/ARPACK/LAPACK/.svn/log': Permission denied Appears to be a file permission error. Check the permissions on that file and make sure your user and/or group have write permissions on that file. Perhaps ...
- Fri Jun 01, 2012 2:30 am
- Forum: ROMS Installation
- Topic: SVN problem
- Replies: 4
- Views: 9214
Re: SVN problem
Are you sure that the computer you are running svn on has access to the internet? Some clusters and computer centers don't allow their high performance computers access to the internet for security and performance reasons.
- Wed Apr 04, 2012 3:43 pm
- Forum: ROMS Problems
- Topic: SOURCE POINT FOR RIVER RUNOFF (topic locked)
- Replies: 115
- Views: 3734744
Re: SOURCE POINT FOR RIVER RUNOFF
This topic is far too long so I am locking it. Please create new posts for future queries related to this topic.
- Mon Sep 19, 2011 12:53 pm
- Forum: Meetings/Workshops
- Topic: OS 2012 Coastal Ocean Modeling, Analysis, and Prediction
- Replies: 0
- Views: 9204
OS 2012 Coastal Ocean Modeling, Analysis, and Prediction
Posted at the request of Villy Kourafalou. Dear colleagues, On behalf of the session 6 organizers, I would like to invite you to submit an abstract for the TOS/ASLO/AGU 2012 Ocean Sciences meeting, 20-24 February, 2012 , Salt Lake City, Utah, U.S.A.. https://www.sgmeet.com/osm2012/default.asp ...
- Mon Apr 25, 2011 2:41 pm
- Forum: ROMS Installation
- Topic: Installing ROMS on Mac - error compiling netCDF3 with gfortr
- Replies: 2
- Views: 7232
Installing ROMS on Mac - error compiling netCDF3 with gfortr
Please check the config.log file to see the actual error that is occurring and report back.
- Wed Mar 23, 2011 6:09 pm
- Forum: ROMS Bugs
- Topic: Authorization failure
- Replies: 2
- Views: 5406
Re: Authorization failure
In your case that line should have been:
svn co --username LRasmuson https://www.myroms.org/svn/src/trunk my_dir
because user names are case sensitive.
Sorry for the confusion.
svn co --username LRasmuson https://www.myroms.org/svn/src/trunk my_dir
because user names are case sensitive.
Sorry for the confusion.
- Wed Mar 23, 2011 2:51 pm
- Forum: ROMS Bugs
- Topic: Authorization failure
- Replies: 2
- Views: 5406
Re: Authorization failure
If you need to specify a user name you should do it like this:
svn co --username lrasmuson https://www.myroms.org/svn/src/trunk my_dir
Putting it in the URL will not work.
Dave
svn co --username lrasmuson https://www.myroms.org/svn/src/trunk my_dir
Putting it in the URL will not work.
Dave
- Thu Feb 24, 2011 2:44 pm
- Forum: ROMS Problems
- Topic: Intel’s new i7 980x CPU gives disappointing speedup
- Replies: 48
- Views: 111515
Re: Intel’s new i7 980x CPU gives disappointing speedup
This thread was getting off topic so I moved the discussion about optimization flag errors to a new thread: https://www.myroms.org/forum/viewtopic.php?t=2180 Please use the above topic for discussion related to ifort optimization flag issues on Intel i7 machines and reserve this topic for ...
- Tue Feb 08, 2011 3:32 pm
- Forum: ROMS Installation
- Topic: build.bash Problem
- Replies: 4
- Views: 7228
Re: build.bash Problem
I refer you to the following topic:
viewtopic.php?t=872
Please let us know if that solves your problem.
viewtopic.php?t=872
Please let us know if that solves your problem.
- Mon Feb 07, 2011 8:42 pm
- Forum: ROMS Installation
- Topic: build.bash Problem
- Replies: 4
- Views: 7228
Re: build.bash Problem
The build.bash script is telling you that the directory /home/aliayamahdi/roms/trunk does not exist. The script is trying to change in to the directory you set for MY_ROMS_SRC in your build.bash script. Double check that you have set this correctly and that it contains the ROMS source codes.
- Fri Dec 03, 2010 2:07 pm
- Forum: Job Opportunities
- Topic: Ph.D. Student Opportunity: MIT/WHOI Joint Program
- Replies: 0
- Views: 5570
Ph.D. Student Opportunity: MIT/WHOI Joint Program
Ph.D. Student Opportunity Population Connectivity / Ocean Modeling MIT/WHOI Joint Program We are looking for a highly motivated Ph.D. student to join a team of scientists in the Biology Department at WHOI to work on modeling marine population connectivity in a tropical ecosystem. Research will ...
- Mon Oct 04, 2010 3:22 pm
- Forum: ROMS Tools and Techniques
- Topic: ROMS plotting package installation
- Replies: 1
- Views: 4365
Re: ROMS plotting package installation
On line 35 of src/Utility/slevels.F you need to remove " , tindx " from the end of that line so it reads: integer file, nc_gid This doesn't phase most compilers but gfortran is quite picky about types. This typo will probably be fixed soon, but for now you can correct it yourself. The error is ...
- Thu Aug 26, 2010 5:16 pm
- Forum: ROMS Tools and Techniques
- Topic: ROMS Plot package: Linking problem with the ncarg libraries
- Replies: 2
- Views: 5354
Re: ROMS Plot package: Linking problem with the ncarg libraries
Did you compile the ncarg libraries your self? or did you get them from a binary package? It's possible that the ncarg libraries you have on your machine are not compatible with your SUN f95 compiler. You may need to compile ncarg with the same compiler(s) you are compiling the ROMS plotting package ...
- Tue Aug 10, 2010 6:32 pm
- Forum: ROMS Installation
- Topic: compiling ROMS
- Replies: 10
- Views: 10367
Re: compiling ROMS
Sometimes gfortran is not called gfortran, sometimes it's something like gfortran44 for gfortran version 4.4.x. You need to find out what gfortran is actually called on your machine and use that name when making the adjustment Kate mentioned.
- Mon May 24, 2010 6:09 pm
- Forum: ROMS Discussion
- Topic: Warning during Comapilation
- Replies: 1
- Views: 4169
Re: Warning during Comapilation
This is usually due to your computer time clock not being synced with remote computer that is storing your source code. If you are in a Linux environment, look in to running ntpd on both/all machines to keep your clocks synced. This warning can be ignored if you do make clean before make or use the ...
- Mon Feb 08, 2010 3:49 pm
- Forum: ROMS Bugs
- Topic: Problems running re-start solutions.
- Replies: 9
- Views: 11815
Re: Problems running re-start solutions.
A question and a suggestion. Question(s): Do your Linux cluster compute nodes have AMD Opteron processors? If not, you should take out the ' -tp k8-64 ' flag or replace the 'k8-64' with a more appropriate value. Even if they are Opterons, you might get better performance with 'k8-64e' Check the man ...
- Wed Feb 03, 2010 2:16 pm
- Forum: ROMS Problems
- Topic: compilation error
- Replies: 3
- Views: 5889
Re: compilation error
On the files that are listed as modified, do an svn diff , i.e. svn diff makefile , to see how they differ from the original files on the myroms.org svn server. Perhaps your makefile or build script has somehow become corrupted. You might also want to make sure that all the files are in unix format ...
- Tue Feb 02, 2010 5:01 pm
- Forum: ROMS Problems
- Topic: compilation error
- Replies: 3
- Views: 5889
Re: compilation error
What have you set ROMS_APPLICATION and FORT to and what do you get from the following commands: uname -s | sed 's/[\/ ]/-/g' uname -m | sed 's/[\/ ]/-/g' Also, what does svn status in your root source code directory tell you? do you have any files marked with a ' C '. If so you have some unresolved ...
- Mon Jan 04, 2010 3:33 pm
- Forum: ROMS Problems
- Topic: compilation problem
- Replies: 5
- Views: 5716
Re: compilation problem
I would suggest reading the ROMS 3.3 release notes. There is mention of changes to ana_psource.h involving Lsrc. If you are using customized analytical functions you may need to update them to reflect this change.
- Fri Dec 04, 2009 4:55 pm
- Forum: ROMS Installation
- Topic: Problems compiling ROMS NetCDF problem
- Replies: 2
- Views: 4691
Re: Problems compiling ROMS NetCDF problem
Did you compile NetCDF yourself or install it as a package? In most cases it is easier and almot always necessary to compile NetCDF with the same compiler and options you wish to compile ROMS with. In short, unless you can find out exactly how your NetCDF was configured and compiled your first step ...
- Mon Nov 23, 2009 8:12 pm
- Forum: ROMS Information
- Topic: River discharge on the 2D circulation Model
- Replies: 3
- Views: 7184
Re: River discharge on the 2D circulation Model
I have absolutely no idea why this post was lost but I was able recover it. Thank you Kate for pointing this out.
- Wed Nov 11, 2009 8:38 pm
- Forum: ROMS Installation
- Topic: compiling error on mod_netcdf.f90
- Replies: 4
- Views: 8516
Re: compiling error on mod_netcdf.f90
What version of NetCDF did you compile with this version of the PGI compiler and what flags did you use? I am unable to build NetCDF-3.6.3 with PGI 5.1-6 and a simple google search reveals notes on building NetCDF-3.5.1 with the 5.1 compiler but no newer versions of NetCDF. The PGI 5.1 compiler had ...
- Wed Nov 11, 2009 2:14 pm
- Forum: ROMS Tools and Techniques
- Topic: plot package :Cross-section Plots problem
- Replies: 3
- Views: 5096
Re: plot package :Cross-section Plots problem
As you have realized, the plotting packages is telling you that one of the files listed in your csec_upwelling.in file is missing. Do you have a copy of default.cnt in the directory where you are executing the : csec < csec_upwelling.in command? If not change that line in your csec_upwelling.in file ...
- Tue Nov 10, 2009 3:34 pm
- Forum: ROMS Installation
- Topic: compiling error on mod_netcdf.f90
- Replies: 4
- Views: 8516
Re: compiling error on mod_netcdf.f90
You might want to check if you have a newer PGI version available to you. I think you're using version 5.1-6 from 2004 ("PGF90/any Linux/x86 5.1-6: compilation aborted"). PGI is now at version 9; perhaps 5.1 doesn't handle the INTERFACE block correctly. However, it might be helpful if you attached ...
- Mon Oct 26, 2009 4:38 pm
- Forum: ROMS Usage
- Topic: Run the model on a parallel computer
- Replies: 6
- Views: 6784
Re: Run the model on a parallel computer
grep: illegal option -- P Usage: grep -hblcnsviw pattern file . . . ./build.bash : Unknown option [ 24 ] Available Options: -j [N] Compile in parallel using N CPUs omit argument for all avaliable CPUs -noclean Do not clean already compiled objects This grep error is due to the fact that your ...
- Thu Oct 15, 2009 6:34 pm
- Forum: Meetings/Workshops
- Topic: 42nd International Liege Colloquium
- Replies: 0
- Views: 9343
42nd International Liege Colloquium
42nd International Liege Colloquium on Ocean Dynamics Multiparametric observation and analysis of the Sea - First Announcement 26-30 April 2010 Web site: http://modb.oce.ulg.ac.be/colloquium/ The colloquium will provide a forum to present and discuss recent scientific advances on the use of new ...
- Wed Sep 02, 2009 7:49 pm
- Forum: ROMS Installation
- Topic: ROMS on mac: mpif90 error
- Replies: 3
- Views: 6000
Re: ROMS on mac: mpif90 error
As noted in the build.bash file just above the the lines you have pasted:
You must either comment out the USE_MPI and USE_MPIF90 lines or remove the word "off" on those lines.Any string value (including off) will evaluate to TRUE in conditional if-stamentents.
- Wed Aug 26, 2009 1:54 pm
- Forum: ROMS Ecosystem
- Topic: bio models give a build error: missing separator
- Replies: 8
- Views: 9632
Re: bio models give a build error: missing separator
Troy, So what then do the instructions: "set BPARNAM correctly and activate the corresponding CPP option" mean? BPARNAM is the location and name of your biology input parameters file. An example for EcoSim is can be found at ROMS/External/ecosim.in . I would suggest copying this file to your project ...
- Wed Jul 29, 2009 3:33 am
- Forum: ROMS Discussion
- Topic: version 340 stop before reading in surface forcing
- Replies: 12
- Views: 11793
Re: version 340 stop before reading in surface forcing
Make the extension txt or log
- Fri Jul 24, 2009 2:18 pm
- Forum: ROMS Installation
- Topic: installation problem with pgi
- Replies: 2
- Views: 10017
Re: installation problem with pgi
PGF90/x86-64 Linux 7.2-3: compilation aborted The above is not a path it's just the name of the compiler. but actually compilation path is /opt/pgi/linux86-64/7.2/bin. /opt/pgi/linux86-64/7.2/bin is a symbolic link to /opt/pgi/linux86-64/7.2-3/bin You problem doesn't have anything to do with ...
- Thu Jul 23, 2009 1:45 pm
- Forum: ROMS Installation
- Topic: compiling problem on pgi compiler
- Replies: 1
- Views: 4628
Re: compiling problem on pgi compiler
It looks like you have a couple problems: The build process should not be looking for ' pgi ' ('which pgi' from the error you posted), it should be looking for pgf90 . Did you modify FC in your Compilers/Linux-pgi.mk file? If so, change it back. when you set your NETCDF_INCDIR you put a space at the ...
- Tue Jul 21, 2009 6:20 pm
- Forum: ROMS Problems
- Topic: problem with mpirun...
- Replies: 4
- Views: 7597
Re: problem with mpirun...
That HDF5 version (1.6.6) is much to old to be used with NetCDF-4. Perhaps you have a new version in a different location?
- Wed Jul 15, 2009 7:30 pm
- Forum: ROMS Tools and Techniques
- Topic: sec from "Plotting Package" results full black background
- Replies: 2
- Views: 5261
Re: sec from "Plotting Package" results full black background
The plotting package has been updated so that sec and cnt create plots with a white background and black foreground. See :arrow: this Trac ticket . csec and ccnt still take their background and foreground colors from the color palette you select in the .in script. Please update your code and ...
- Fri Jul 10, 2009 9:03 pm
- Forum: ROMS Releases
- Topic: Trac Upgraded to 0.11
- Replies: 0
- Views: 10485
Trac Upgraded to 0.11
Trac System Upgraded to 0.11 We have upgraded Trac to the latest version. The most noticeable difference is that you will no longer have to log in to view tickets. You will still have to log in to browse the source, view the timeline etc. The login procedure has changed: Go to https://www.myroms ...
- Mon Jul 06, 2009 3:13 pm
- Forum: ROMS Tools and Techniques
- Topic: sec from "Plotting Package" results full black background
- Replies: 2
- Views: 5261
Re: sec from "Plotting Package" results full black background
As noted here, cnt and sec are contour only black and white versions of ccnt and csec. Have you tried using csec with one of the gray palettes? That should give you images without color.
Note: I just updated the wiki page to clarify this a bit.
Note: I just updated the wiki page to clarify this a bit.
- Wed Jun 17, 2009 1:37 pm
- Forum: ROMS Tools and Techniques
- Topic: ROMS training: username request
- Replies: 1
- Views: 18023
Re: ROMS training: username request
What do you mean by "training dods.o3d.org"? What email address did you send your request to? The o3d.org server is not part of myroms.org so the user names and passwords for that server would be different. Please clarify what you are trying to do.
- Fri Jun 12, 2009 5:32 pm
- Forum: ROMS Tools and Techniques
- Topic: plotting upwelling problems
- Replies: 2
- Views: 4314
Re: plotting upwelling problems
Hi, A couple things are happening here. First is the fact that your PMIN and PMAX values are way out of range. If you look at the output from the ccnt command you will see from the last frame that the values are between ~14.61 and ~15.97. I would suggest using 14 and 16 instead of -2.0 and 28. These ...
- Mon Jun 01, 2009 1:24 pm
- Forum: ROMS Tools and Techniques
- Topic: how to solve this roms plot package install problem
- Replies: 1
- Views: 4420
- Tue May 12, 2009 2:02 pm
- Forum: ROMS Tools and Techniques
- Topic: errors while compiling roms plot source code
- Replies: 1
- Views: 3716
- Mon Apr 13, 2009 3:10 pm
- Forum: ROMS Problems
- Topic: problem about MPI process terminated unexpectedly
- Replies: 2
- Views: 4825
Re: problem when run the DAMEE application
I would guess that you are exceeding your system's file size limit with your output files. If the history file is near 2GB at the time of the crash, try splitting your outputs into multiple files. Read: https://www.myroms.org/wiki/index.php/ocean.in#Output_Frequency_Parameters Specifically NDEFHIS ...
- Tue Mar 24, 2009 9:28 pm
- Forum: ROMS Installation
- Topic: Tutorial: Installing ROMS in Windows XP / Vista (via Cygwin)
- Replies: 20
- Views: 36341
Re: Tutorial: Installing ROMS in Windows XP / Vista (via Cygwin)
I don't know why you still don't have nf_test.exe. Are you sure make check completed successfully? Earlier in the ROMS compilation, netcdf.mod is copied from the NETCDF_INCDIR directory. One of three things is likely happening: When building NetCDF make install failed or was not executed Your NETCDF ...
- Tue Mar 24, 2009 1:37 pm
- Forum: ROMS Installation
- Topic: Tutorial: Installing ROMS in Windows XP / Vista (via Cygwin)
- Replies: 20
- Views: 36341
Re: Tutorial: Installing ROMS in Windows XP / Vista (via Cygwin)
First, in cygwin (and any UNIX like envronment) ls, by default, hides "dot" files. That means any file that starts with a "." will not show up with a standard 'ls' command. To see dot files you must type ' ls -a '; type ' ls --help ' for further info and options. Second, NetCDF has changed the way ...
- Mon Mar 02, 2009 3:47 pm
- Forum: ROMS Installation
- Topic: NETCDF4
- Replies: 5
- Views: 8790
Re: NETCDF4
MPICH2 is an MPI implementation. MPI is only used for distributed memory. For shared memory you will need to set USE_OpenMP in your build script . This will set the OpenMP flag for your compiler. I realize you don't wish to use NetCDF's parallel I/O but keep in mind that NetCDF Parallel I/O is only ...
- Mon Mar 02, 2009 3:47 am
- Forum: ROMS Installation
- Topic: NETCDF4
- Replies: 5
- Views: 8790
Re: NETCDF4
This indicates that you are still compiling against NetCDF-3. Remember that any NETCDF/HDF5 paths you set in you makefile will override the ones in the Linux-ifort.mk file. Likewise, NetCDF/HDF5 paths set in your build script will override your makefile AND Linux-ifort.mk . If you are using the ...
- Fri Feb 27, 2009 2:41 pm
- Forum: ROMS Installation
- Topic: Compiling ROMS in parallel on 4 processors (2*Intel Core2)
- Replies: 3
- Views: 6980
Re: Compiling ROMS in parallel on 4 processors (2*Intel Core2)
I believe for Intel's MPI the executable is named mpiifort. What you'll want to do is turn on USE_MPIF90 Then edit your Compilers/Linux-ifort.mk file of you ROMS code. Around line 70 you will see: FC := mpif90 change this to: FC := mpiifort Then of course you'll want to make sure your PATH is set ...
- Fri Jan 09, 2009 2:06 pm
- Forum: ROMS Documentation
- Topic: Wiki pages inaccessible
- Replies: 1
- Views: 10141
Wiki pages inaccessible
That is because those pages don't exist yet. Any link on the wiki that appears in green is to a page that does not yet exist. When you click on a link to a page that does not exist in the wiki it automatically tries to create that page. However, at this point only a few users are allowed to edit ...
- Wed Jan 07, 2009 6:31 pm
- Forum: ROMS Tools and Techniques
- Topic: RNT libcxa.so.5
- Replies: 5
- Views: 16998
Re: RNT libcxa.so.5
It appears that the mex file you're using ( /home/tiger/RNT/matlib/rnt/rnt_oa2d_mex.mexglx ) was compiled with the Intel Fortran compiler and you either don't have the Intel compiler or the lib directory for the Intel compiler is not in your library path. The error is telling you that rnt_oa2d_mex ...
- Fri Oct 31, 2008 3:07 pm
- Forum: ROMS Problems
- Topic: SVN checkout error
- Replies: 2
- Views: 6842
Re: SVN checkout error
I have not been able to reproduce your error but The errors I see in the Apache logs are below: [Fri Oct 31 04:59:00 2008] [error] [client 202.36.29.1] Provider encountered an error while streaming a REPORT response. [500, #0] [Fri Oct 31 04:59:00 2008] [error] [client 202.36.29.1] A failure ...
- Fri Aug 22, 2008 5:01 pm
- Forum: ROMS Installation
- Topic: the installation of netcdf and roms
- Replies: 5
- Views: 10371
Re: the installation of netcdf and roms
Question: Which Fortran compiler (if any) do you have on your system? You have told ROMS to build with g95 but g95 is not in your path ( which: no g95... ). If you don't have a Fortran 90 compiler in your path it is more than likely that your NetCDF library was built without the Fortran 90 interface ...
- Fri Aug 15, 2008 7:27 pm
- Forum: ROMS Problems
- Topic: Help - Running ROMS
- Replies: 2
- Views: 4113
Re: Help - Running ROMS
This is not an error, it is simply a report.
- Fri Jul 11, 2008 2:59 pm
- Forum: ROMS Tools and Techniques
- Topic: how to use roms plot package?
- Replies: 19
- Views: 17911
Re: how to use roms plot package?
The coastline is not needed when plotting the upwelling test case. You should set CST to F in your .in file so the plotting package will ignore the 7th input file. I have tried to make this a little clearer in the tutorial. Sorry for the lack of clarity regarding the fort.35 file. There is not a ...
- Mon Jul 07, 2008 8:39 pm
- Forum: Meetings/Workshops
- Topic: 8th Workshop on Adjoint Model Applications - First Notice
- Replies: 0
- Views: 8981
8th Workshop on Adjoint Model Applications - First Notice
The 8th Workshop on Adjoint Model Applications in Dynamic Meteorology The Chateau Resort and Conference Center in Tannersville, Pennsylvania, USA, May 18-22, 2009 The 8th Adjoint Workshop will be held 18-22 May 2009 at The Chateau Resort and Conference Center in Tannersville, Pennsylvania, USA. As ...
- Mon Jul 07, 2008 3:50 pm
- Forum: ROMS Discussion
- Topic: Problem installing plotting package
- Replies: 3
- Views: 7449
Re: Problem installing plotting package
As stated in the tutorial, you need to make sure that the same compiler is used for both NCAR Graphics (or NCL) and the ROMS plotting package. The following information was contained in the first google search result for '/usr/local/lib/libncarg_gks.a(gerlog.o):gerlog.f': It looks like you may be ...
- Wed Jun 18, 2008 7:30 pm
- Forum: Meetings/Workshops
- Topic: 5th WMO International Symposium on Data Assimilation
- Replies: 0
- Views: 9443
5th WMO International Symposium on Data Assimilation
Fifth WMO International Symposium on Data Assimilation 5-9 October, 2009, Melbourne, Australia The 5th WMO International Symposium on Data Assimilation will be convened in the Southern Hemisphere springtime, 5-9 October, 2009 in Melbourne, Australia. The goals of the Symposium are: To assess recent ...
- Wed Jun 18, 2008 4:00 am
- Forum: ROMS Problems
- Topic: Forum "search" problem...
- Replies: 3
- Views: 5021
Re: Forum "search" problem...
The search feature should be fixed now. Thanks for reporting the problem and thanks to user ocecept for describing the problem in a way that allowed me find it and fix it.
- Fri Jun 06, 2008 4:18 pm
- Forum: ROMS Information
- Topic: Issue with ROMS tidal forcing WIKI
- Replies: 2
- Views: 6645
The "contributions" tab at the top of each wiki page is where users can add notes or corrections to the wiki. Since I'm not sure what wiki page you are referring to (I'm guessing this one ) I can't make the correction/note. If you can navigate to the wiki page that needs the correction, click the ...
- Tue Jun 03, 2008 6:52 pm
- Forum: Job Opportunities
- Topic: Tenure-Track Faculty Positions at USF
- Replies: 0
- Views: 3947
Tenure-Track Faculty Positions at USF
The College of Marine Science (CMS) at the University of South Florida (USF) invites applications for two tenure-track, nine-month academic faculty positions in Physical Oceanography. Appointments are expected to be at the Assistant Professor or Associate Professor rank. Salaries are negotiable and ...
- Thu May 08, 2008 5:28 pm
- Forum: ROMS Installation
- Topic: Using OPENMP on Sun AMD (intel) for solaris 10
- Replies: 3
- Views: 5351
- Tue Apr 22, 2008 2:58 pm
- Forum: ROMS Bugs
- Topic: ROMS 3.0 make problems
- Replies: 11
- Views: 12550
- Tue Apr 22, 2008 2:34 pm
- Forum: ROMS Installation
- Topic: netcdf installation-gfortran
- Replies: 11
- Views: 20569
/shared/nagesh/gfortran/gcc-4.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.2.4/f951: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory It's likely that gfortran you have installed was built with the MPFR library but you do not have that ...
- Fri Apr 18, 2008 7:54 pm
- Forum: ROMS Installation
- Topic: makefile:381: *** target pattern contains no '%'. Stop.
- Replies: 6
- Views: 10156
The ROMS/Cygwin tutorial in the wiki has been changed to suggest using the command line subversion client within cygwin. Hopefully this will limit \r problems in the future.
https://www.myroms.org/wiki/index.php/ROMS_Cygwin
https://www.myroms.org/wiki/index.php/ROMS_Cygwin
- Fri Apr 18, 2008 7:27 pm
- Forum: ROMS Installation
- Topic: Tutorial: Installing ROMS in Windows XP / Vista (via Cygwin)
- Replies: 20
- Views: 36341
- Thu Apr 17, 2008 1:45 pm
- Forum: ROMS Problems
- Topic: problem during make
- Replies: 3
- Views: 6663
- Wed Apr 16, 2008 1:16 pm
- Forum: ROMS Problems
- Topic: problem during make
- Replies: 3
- Views: 6663
Have you tried compiling the model in serial (unset USE_MPI and USE_MPIF90 in your makefile) to make sure your Fortran compiler works? What Fortran compiler are you using? Based on your /usr/bin/cpp lines it looks like you're using g95 : /usr/bin/cpp -P -traditional -DMPI -DLINUX -DX86_64 -DG95 -D ...
- Mon Apr 14, 2008 7:42 pm
- Forum: ROMS Information
- Topic: What is the output of DIAGNOSTICS_TS/UV?
- Replies: 6
- Views: 13506
Diagnostic information can be found by clicking "Model Diagnostics" in the left column of the main WikiROMS page.
- Thu Apr 10, 2008 8:52 pm
- Forum: ROMS Information
- Topic: What is the output of DIAGNOSTICS_TS/UV?
- Replies: 6
- Views: 13506
- Mon Mar 24, 2008 6:35 am
- Forum: ROMS Discussion
- Topic: roms-3.1 checkout
- Replies: 1
- Views: 4232
First of all it is not recommended to check out code from tags directory because running svn update at a later date will not update your copy of the code with bug fixes or improvements. The versions in the tags directory are more of a time line of major achievements in ROMS history. It is recommend ...
- Wed Feb 20, 2008 5:11 am
- Forum: ROMS Installation
- Topic: SmartSVN - try it!
- Replies: 3
- Views: 5945
I checked the logs and the only attempt I see from your user name to retrieve https://www.myroms.org/svn/src/trunk looks like it was made in a web browser. Have you been able to download the code via SVN in the past?
- Fri Feb 15, 2008 3:53 pm
- Forum: ROMS Information
- Topic: Movie on installing roms (via svn) and making a project
- Replies: 9
- Views: 14702
You can also download the move from the link below.
http://www.myroms.org/links/roms_project.mov
You may use this movie for any purpose you see fit as long as a) Rob Hetland is cited, and b) it is non-profit.
http://www.myroms.org/links/roms_project.mov
You may use this movie for any purpose you see fit as long as a) Rob Hetland is cited, and b) it is non-profit.
- Fri Feb 15, 2008 2:26 pm
- Forum: ROMS Ecosystem
- Topic: Initialization for Fasham and EcoSim BioToys applications
- Replies: 15
- Views: 22484
The initialization files for the BIO_TOY application are now on the datasets page.
- Tue Dec 11, 2007 4:40 pm
- Forum: ROMS Installation
- Topic: SVN Checkout error
- Replies: 2
- Views: 5103
- Tue Dec 11, 2007 4:33 pm
- Forum: ROMS Discussion
- Topic: SVN Checkout error
- Replies: 1
- Views: 3756
This post belongs in the ROMS Installation forum. I have posted my reply there. This topic is now locked. If you wish to post a reply do so here.
- Thu Nov 29, 2007 8:30 pm
- Forum: ROMS Usage
- Topic: how to radiate and damping out waves ?
- Replies: 16
- Views: 17570
Presentations from the 2007 ROMS workshop at UCLA can be found here:
http://www.myroms.org/index.php?page=ROMS_2007_agenda
Electronic versions of the posters that were presented can be found here:
http://www.myroms.org/Workshops/ROMS200 ... s/posters/
http://www.myroms.org/index.php?page=ROMS_2007_agenda
Electronic versions of the posters that were presented can be found here:
http://www.myroms.org/Workshops/ROMS200 ... s/posters/
- Wed Oct 10, 2007 6:07 pm
- Forum: ROMS Installation
- Topic: svn checkout problem with roms3.0
- Replies: 6
- Views: 6873
- Tue Sep 18, 2007 10:54 pm
- Forum: Meetings/Workshops
- Topic: 2007 ROMS/TOMS Workshop, Fifth Notice
- Replies: 0
- Views: 9052
2007 ROMS/TOMS Workshop, Fifth Notice
2007 ROMS/TOMS User Workshop and Community Sediment Transport Modeling (CSTM) Meeting UCLA, Los Angeles, October 1-5, 2007 Please check the following link for a PDF of the final program. http://www.myroms.org/Workshops/ROMS2007/Program_2007.pdf Notice we a map of the UCLA campus to help you get to ...
- Fri Sep 07, 2007 8:59 pm
- Forum: Job Opportunities
- Topic: USF Research Associates (post-doctoral)
- Replies: 0
- Views: 3896
USF Research Associates (post-doctoral)
USF Research Associates (post-doctoral) (12566 & 12567) The College of Marine Science, University of South Florida, seeks two Research Associates (post-doctoral) (#12566 & #12567) in coastal ocean circulation modeling and analyses. Successful candidates will engage in a coordinated program of ...
- Tue Jul 17, 2007 8:52 am
- Forum: ROMS Installation
- Topic: An urgent problem about downloading ROMS by using SVN
- Replies: 5
- Views: 7772
I sent an email to all users with illegal characters (including spaces) in their user name several months back. Perhaps you missed it. please send an email to robertson@marine.rutgers.edu containing what you would like you new user name to be.
- Tue Jun 26, 2007 5:29 am
- Forum: ROMS Installation
- Topic: problem building netcdf-90 interface with ifort under cygwin
- Replies: 3
- Views: 7697
- Fri Jun 22, 2007 8:09 pm
- Forum: ROMS Installation
- Topic: svn checkout
- Replies: 7
- Views: 10577
Your ROMS user name is George with a capital "G".
Dave
Code: Select all
svn checkout --username George https://www.myroms.org/svn/src/trunk my_roms_dir
- Wed Jun 20, 2007 4:55 pm
- Forum: ROMS Installation
- Topic: How can I get the tar file of ROMS 2.2 ?
- Replies: 7
- Views: 8932
Your user name is Povl (Capital P lower case ovl)and the error in the logs is password mismatch. Since you were able to log in to the forum to post your question, you must know you password. Perhaps you are typing it incorrectly. Remember that your password to access the svn repository is the same ...
- Tue Jun 05, 2007 7:48 pm
- Forum: ROMS Installation
- Topic: How can I get the tar file of ROMS 2.2 ?
- Replies: 7
- Views: 8932
You need to capitalize your user name, it's Yunli not yunli.
Try:
Try:
Code: Select all
svn checkout --username Yunli https://www.myroms.org/svn/tags/roms-2.2 mydir
- Mon May 14, 2007 3:13 pm
- Forum: ROMS Discussion
- Topic: ROMS Download
- Replies: 4
- Views: 7495
Re: can not download ROMS
It is possible that your svn client was not built with WebDAV support. It's more likely that your client was with WebDAV but was not built with SSL support. If you are running the command line client type svn --version . You should see a section similar to the following: The following repository ...
- Mon May 14, 2007 4:22 am
- Forum: ROMS Discussion
- Topic: ROMS Download
- Replies: 4
- Views: 7495
Hi,
The address you need to enter into Tortoise is:
https://www.myroms.org/svn/src/trunk
The URL you entered is for Trac and should only be entered in a web browser.
The address you need to enter into Tortoise is:
https://www.myroms.org/svn/src/trunk
The URL you entered is for Trac and should only be entered in a web browser.
- Mon Feb 19, 2007 4:18 pm
- Forum: Job Opportunities
- Topic: Research experience in Madeira Island
- Replies: 0
- Views: 4364
Research experience in Madeira Island
Research experience in Madeira Island As part of a research project in oceanography / fluid dynamics we are looking for students and/or newly graduates from the fields of Physics, Applied Mathematics, Computer Science, Engineering and related areas. The main objective of the project is to study ...
- Thu Sep 21, 2006 8:30 pm
- Forum: Meetings/Workshops
- Topic: 2006 ROMS/TOMS European Workshop Invitation Letter
- Replies: 0
- Views: 9242
2006 ROMS/TOMS European Workshop Invitation Letter
2006 ROMS/TOMS European Workshop Invitation Letter
For those attendees needing an invitation to the workshop for visa purposes, you can download it here. Please print out the invitation, in color, and fill in your name, institution and presentation title (if applicable).
For those attendees needing an invitation to the workshop for visa purposes, you can download it here. Please print out the invitation, in color, and fill in your name, institution and presentation title (if applicable).
- Mon Apr 25, 2005 2:58 pm
- Forum: Job Opportunities
- Topic: 6 marine science positions at Australian National University
- Replies: 0
- Views: 4722
6 marine science positions at Australian National University
Below is a link to a PDF containing the six advertisements for junior and senior positions in ocean modeling at the Australian National University.
http://marine.rutgers.edu/po/download/misc/ANU_jobs.pdf
http://marine.rutgers.edu/po/download/misc/ANU_jobs.pdf
- Wed Apr 06, 2005 3:57 pm
- Forum: Job Opportunities
- Topic: Research/Senior Research Associate, U. of New South Wales
- Replies: 0
- Views: 4590
Research/Senior Research Associate, U. of New South Wales
THE UNIVERSITY OF NEW SOUTH WALES DEPARTMENT OF AVIATION Research Associate/ Senior Research Associate Wakes in the Natural Environment A Research Associate with expertise in numerical modelling of oceans using the Regional Ocean Modeling System (ROMS) is sought to work with a team of investigators ...
- Mon Nov 22, 2004 8:48 pm
- Forum: ROMS Information
- Topic: ppt presentation of Venice European meeting
- Replies: 2
- Views: 7627
- Wed Oct 06, 2004 8:28 pm
- Forum: ROMS Information
- Topic: ROMS, TOMS and IMCS logos
- Replies: 0
- Views: 4093
ROMS, TOMS and IMCS logos
Hi all,
There has been a few requests for the ROMS, TOMS and IMCS logos so I have created a web directory to facilitate these requests.
ROMS and TOMS
http://www.myroms.org/images/logos_internal/
IMCS
http://marine.rutgers.edu/po/images/logos_internal/
Cheers,
Dave
There has been a few requests for the ROMS, TOMS and IMCS logos so I have created a web directory to facilitate these requests.
ROMS and TOMS
http://www.myroms.org/images/logos_internal/
IMCS
http://marine.rutgers.edu/po/images/logos_internal/
Cheers,
Dave
- Wed Sep 15, 2004 5:45 am
- Forum: Meetings/Workshops
- Topic: 2004 ROMS/TOMS Workshop T-shirt
- Replies: 4
- Views: 16383
2004 ROMS/TOMS Workshop T-shirt
We would like to order T-shirts for the ROMS/TOMS Workshop. Unfortunately, our budget will not allow us to offer the shirts free of charge. Instead, we would like to take orders from those interested in purchasing such a shirt. The cost will be between 16 and 20 U.S. Dollars. To insure that we can ...
- Fri Jul 30, 2004 7:49 pm
- Forum: ROMS Documentation
- Topic: ROMS/TOMS User Manual
- Replies: 14
- Views: 38503
ROMS/TOMS User Manual
Dear Users, We have begun developement on the ROMS/TOMS users manual. Since we are a community model, we have decided to make the developement of the manual a community effort as well. We started from the old SCRUM manual and plan to upgrade its information accordingly. Please visit: http://www ...
- Tue Mar 02, 2004 5:16 pm
- Forum: Job Opportunities
- Topic: Research Computing Specialist - IMCS, Rutgers
- Replies: 0
- Views: 5432
Research Computing Specialist - IMCS, Rutgers
RESEARCH COMPUTING SPECIALIST Oceanographic modeling and analysis Institute of Marine and Coastal Sciences Rutgers University, New Brunswick, New Jersey Minimum qualifications required are a bachelor’s degree in physical oceanography or a closely related field and scientific computing experience. ...
- Wed Sep 03, 2003 8:01 pm
- Forum: Job Opportunities
- Topic: Postdoctoral Fellowship
- Replies: 0
- Views: 5436
Postdoctoral Fellowship
The Monterey Bay Aquarium Research Institute (MBARI), with funding from the Sanctuary Integrated Monitoring Network (SIMoN) at the Monterey Bay National Marine Sanctuary (MBNMS), is seeking applicants for a postdoctoral appointment in the area of coastal ocean physical and biological coupling. For ...
- Wed Sep 03, 2003 7:55 pm
- Forum: Job Opportunities
- Topic: Postdoctoral Researcher
- Replies: 0
- Views: 5539
Postdoctoral Researcher
TITLE: Postdoctoral Researcher. The College of Oceanic and Atmospheric Sciences (COAS) at Oregon State University (OSU) invites applications for a full-time, fixed term, Research Associate (Postdoctoral) position. SALARY: $40,000-$41,000 APPLICATION CLOSING DATE: 6 October 2003 RESPONSIBILITIES ...
- Wed Sep 03, 2003 7:43 pm
- Forum: Job Opportunities
- Topic: Postdoctoral Researcher
- Replies: 0
- Views: 5434
Postdoctoral Researcher
TITLE: Postdoctoral Researcher. The College of Oceanic and Atmospheric Sciences (COAS) at Oregon State University (OSU) invites applications for a full-time, fixed term, Research Associate (Postdoctoral) position. SALARY: $40,000-$41,000 APPLICATION CLOSING DATE: 6 October 2003 RESPONSIBILITIES ...
- Wed Sep 03, 2003 7:07 pm
- Forum: Job Opportunities
- Topic: Research Associate (Postdoctoral) in Physical Oceanography
- Replies: 0
- Views: 5376
Research Associate (Postdoctoral) in Physical Oceanography
TITLE: Research Associate (Postdoctoral) in Physical Oceanography. A full-time, fixed-term annual appointment with renewal at the discretion of the principal investigators. SALARY: $42,000 APPLICATION CLOSING DATE: 15 September 2003 RESPONSIBILITIES: Conduct research involving the application of ...
- Tue Aug 19, 2003 4:10 pm
- Forum: Job Opportunities
- Topic: Post-Doctoral Position in Ocean Modeling, RSMAS - U of Miami
- Replies: 0
- Views: 5653
Post-Doctoral Position in Ocean Modeling, RSMAS - U of Miami
The Rosenstiel School of Marine and Atmospheric Science (RSMAS) at the University of Miami invites applications for a post-doctoral position in the Division of Meteorology and Physical Oceanography (MPO). The position is available for a one year appointment, renewable for two additional years. The ...
- Mon Jun 30, 2003 2:00 pm
- Forum: ROMS FAQ
- Topic: What is ROMS?
- Replies: 0
- Views: 12794
What is ROMS?
The Regional Ocean Model System ( ROMS ) is a free-surface, hydrostatic, primitive equation ocean model that uses stretched, terrain-following coordinates in the vertical and orthogonal curvilinear coordinates in the horizontal. Initially, it was based on the S-coordinate Rutgers University Model ...
- Mon Jun 30, 2003 2:00 pm
- Forum: ROMS FAQ
- Topic: Who developed ROMS?
- Replies: 0
- Views: 11751
Who developed ROMS?
ROMS has been developed over the last few years by the Rutgers University and UCLA ocean modeling groups. The primary developers of ROMS are: Dr. Hernan G. Arango Institute of Marine and Coastal Sciences Cook Campus, Rutgers University 71 Dudley Road New Brunswick, NJ, 08901-8521, USA OFF: (732 ...
- Mon Jun 30, 2003 2:00 pm
- Forum: ROMS FAQ
- Topic: How do I get the ROMS code and its associated software?
- Replies: 0
- Views: 12389
How do I get the ROMS code and its associated software?
Comming soon.
- Mon Jun 30, 2003 2:00 pm
- Forum: ROMS FAQ
- Topic: Is there a ROMS manual
- Replies: 1
- Views: 16844
Is there a ROMS manual
No yet. However, the code is well documented internally and we hope to have an user's guide soon. In the mean time, SCRUM manual can be used as reference.
- Mon Jun 30, 2003 2:00 pm
- Forum: ROMS FAQ
- Topic: Why does ROMS requires a special CPP?
- Replies: 0
- Views: 12202
Why does ROMS requires a special CPP?
As of ROMS 2.0 Der Mouse's CPP code is no longer neccessary. ROMS versions prior to 2.0 use extensive C-preprocessing to configure its various numerical and physical options. The parallel design of the code for both shared- and distributed memory computers is managed also with CPP definitions. This ...
- Mon Jun 30, 2003 2:00 pm
- Forum: ROMS FAQ
- Topic: How to generate ROMS initial conditions NetCDF file?
- Replies: 0
- Views: 12903
How to generate ROMS initial conditions NetCDF file?
The initialization package can be used to generate ROMS initial conditions NetCDF file.
- Mon Jun 30, 2003 2:00 pm
- Forum: ROMS FAQ
- Topic: How to generate ROMS forcing conditions NetCDF file?
- Replies: 0
- Views: 12245
How to generate ROMS forcing conditions NetCDF file?
The forcing package can be used to build ROMS surface and bottom boundary conditions NetCDF file. This package also can be used to modify/append fields to an existing forcing NetCDF file.
- Mon Jun 30, 2003 2:00 pm
- Forum: ROMS FAQ
- Topic: How to generate ROMS climatology NetCDF file?
- Replies: 1
- Views: 14280
How to generate ROMS climatology NetCDF file?
The climatology package can be used to generate ROMS climatology NetCDF file. This package also can be used to modify/append fields to an existing climatology NetCDF file.
- Mon Jun 30, 2003 2:00 pm
- Forum: ROMS FAQ
- Topic: How do I make a bug report?
- Replies: 0
- Views: 11354
How do I make a bug report?
If you find a bug, please report it via the bug report form.
- Fri Jun 27, 2003 7:00 pm
- Forum: Job Opportunities
- Topic: UCLA Oceanic Modeler Position
- Replies: 0
- Views: 5166
UCLA Oceanic Modeler Position
UCLA OCEANIC MODELER Applications are invited for a researcher position in oceanic modeling in the Institute of Geophysics and Planetary Physics at UCLA. The level of appointment will be negotiated commensurate with professional experience. Candidates must practice oceanic dynamical theory and ...