Search found 8 matches
- Mon Sep 23, 2019 1:15 pm
- Forum: ROMS Installation
- Topic: Asking for cpp and control files
- Replies: 3
- Views: 2339
Re: Asking for cpp and control files
what is your long term goal? do you want to run a coupled application? or are you just trying to compile the differnt test cases. if you are running a coupled application of roms+swan, then i suggest you use COAWST. you can send me an email at jcwarner@usgs.gov. If you are just running that test to ...
- Mon Sep 23, 2019 11:47 am
- Forum: ROMS Discussion
- Topic: Asking for cpp and control files
- Replies: 1
- Views: 1078
Asking for cpp and control files
hello, everyone :D In brief, I've successfully compiled the example upwelling and now I want to run my own application, for which I have made the initial, boundary, grid , and force files. I choose the north-west Pacific Ocean as my object. I set the west boundary conditon to closed wall and the ...
- Mon Sep 23, 2019 11:32 am
- Forum: ROMS Installation
- Topic: Asking for cpp and control files
- Replies: 3
- Views: 2339
Asking for cpp and control files
hello, everyone :D In brief, I've successfully compiled the example upwelling and now I want to run my own application, for which I have made the initial, boundary, grid , and force files. I choose the north-west Pacific Ocean as my object. I set the west boundary conditon to closed wall and the ...
- Fri Apr 12, 2019 11:58 am
- Forum: ROMS Installation
- Topic: compiling upwelling
- Replies: 10
- Views: 5432
Re: compiling upwelling
thanks everyone, i have saved this problem.
i execute the command sed -i 's/\r$//' to all of the files under Roms
and now i have compiled the case upwelling successfully!
why does this happen? because i download the codes through a svn version of windows?
i execute the command sed -i 's/\r$//' to all of the files under Roms
and now i have compiled the case upwelling successfully!
why does this happen? because i download the codes through a svn version of windows?
- Wed Apr 10, 2019 12:50 pm
- Forum: ROMS Installation
- Topic: compiling upwelling
- Replies: 10
- Views: 5432
Re: compiling upwelling
so when i build i get something like this: [jwarner@poseidon-l1 breach338]$ ./coawst.bash rm -f -r core *.ipo ./Build /vortexfs1/usgs/jwarner/make_macros.mk makefile:248: INCLUDING FILE /vortexfs1/usgs/jwarner/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS cp -f /vortexfs1 ...
- Wed Apr 10, 2019 8:57 am
- Forum: ROMS Installation
- Topic: compiling upwelling
- Replies: 10
- Views: 5432
Re: compiling upwelling
you might get to a problem with netcdf, and perhaps the -lnetcdff flag is needed, but right now your problem is: "cp -f /home/kzf/softwares/packman.active/include/netcdf.mod /home/kzf/myroms/projects/upwelling/Build_romsG cp -f /home/kzf/softwares/packman.active/include/typesizes.mod /home/kzf ...
- Wed Apr 10, 2019 8:53 am
- Forum: ROMS Installation
- Topic: compiling upwelling
- Replies: 10
- Views: 5432
Re: compiling upwelling
I suppose that you are trying to compile the test case of upwelling, i too had similiar problems while compiling the test case. Please try to rectify it by changing line 52 of Linux-gfortran.mk as follows ( code from unidata): Before LIBS := -L$(NETCDF_LIBDIR) -lnetcdf After LIBS := -L$(NETCDF ...
- Sun Apr 07, 2019 12:35 pm
- Forum: ROMS Installation
- Topic: compiling upwelling
- Replies: 10
- Views: 5432
compiling upwelling
hello everyone: i am encountering a problem when i am compiling the case of upwelling, it shows that: cp -f /home/kzf/softwares/packman.active/include/netcdf.mod /home/kzf/myroms/projects/upwelling/Build_romsG cp -f /home/kzf/softwares/packman.active/include/typesizes.mod /home/kzf/myroms/projects ...