Search found 5 matches

by brest
Sun Nov 25, 2018 9:26 am
Forum: ROMS Installation
Topic: Trouble with compiling build.bash
Replies: 0
Views: 1494

Trouble with compiling build.bash

Hi everyone, Would you please help me fix the following error during compile the build.bash file: cd /home/maziar/ROMSmaziar/Projects_Maziar/upwelling/Build; /home/maziar/Downloads/q/mpich-3.0.4/bin/mpif90 -c -frepack-arrays -g -fbounds-check -fbacktrace -finit-real=nan -ffpe-trap=invalid,zero,overf...
by brest
Mon Nov 12, 2018 9:06 am
Forum: ROMS Installation
Topic: compling build.bash
Replies: 2
Views: 1945

Re: compling build.bash

Hi dear John, Many thanks for the reply. With the help of you and a friend, now it works. Great thanks the compilation is using some ana* files (looks like ana_grid.h and ana_vmix.h) I suggest you: - copy those 2 files from ROMS/Functionals and place them in the directory with your project.h file - ...
by brest
Tue Nov 06, 2018 5:53 am
Forum: ROMS Installation
Topic: compling build.bash
Replies: 2
Views: 1945

compling build.bash

Hello everyone, I am trying to compile Build.Bash file for upwelling, all seem to be Okay but the last lines appear to be wrong and show some errors: cd /home/maziar/ROMSmaziar/Projects_Maziar/upwelling/Build; /home/maziar/Downloads/q/mpich-3.0.4/bin/mpif90 -c -frepack-arrays -g -fbounds-check -fbac...
by brest
Wed Oct 24, 2018 8:06 am
Forum: ROMS Installation
Topic: having truble with NETCDF
Replies: 2
Views: 3300

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/maz...
by brest
Mon Oct 22, 2018 7:43 am
Forum: ROMS Installation
Topic: having truble with NETCDF
Replies: 2
Views: 3300

having truble with NETCDF

Hi everyone, I'm a beginner on ROMS. Well I have installed hdf5-1.8.9 and zlib-1.2.7 and now I would to install netcdf as well. Would you guys kindly help me to fix my error on installing netcdf-4.2.1.1 on linux fedora 16: The error I have got: [maziar@localhost netcdf-4.2.1.1]$ ./configure CPPFLAGS...