Search found 15 matches
- Sat May 25, 2019 7:28 am
- Forum: ROMS Discussion
- Topic: ad passive tracer
- Replies: 10
- Views: 4761
Re: ad passive tracer
Which mod_ncparam.f90 error are you getting and what is on the line number in question? We want you to look at the file. Maybe you should also explain exactly what it is you want to do with your passive tracer. Thank Kate! SELECT CASE (Vinfo(1)) CASE ('tracer2') varid=varid-1 DO i=1,MT varid=varid ...
- Sat May 25, 2019 5:16 am
- Forum: ROMS Discussion
- Topic: ad passive tracer
- Replies: 10
- Views: 4761
Re: ad passive tracer
Your roms_upwelling.in has 4 passive tracers, not one. You have set NPT=4. Your roms_upwelling.in has also set "closed" as the options for open boundary conditions on passive tracers: LBC(isTvar) == Per Clo Per Clo \ ! temperature Per Clo Per Clo \ Clo Clo Clo Clo \ Clo Clo Clo Clo \ Clo Clo Clo ...
- Fri May 24, 2019 5:00 am
- Forum: ROMS Discussion
- Topic: ad passive tracer
- Replies: 10
- Views: 4761
Re: ad passive tracer
You've got one clue here: At line 2008 of file mod_ncparam.f90 Can you tell us what is at line 2008 of your mod_ncparam.f90 file? What is NRREC in your roms.in file? The restart file is not necessarily the same as a file needed for initialization, especially when you go changing settings. my header ...
- Fri May 24, 2019 4:55 am
- Forum: ROMS Discussion
- Topic: ad passive tracer
- Replies: 10
- Views: 4761
Re: ad passive tracer
You've got one clue here: At line 2008 of file mod_ncparam.f90 Can you tell us what is at line 2008 of your mod_ncparam.f90 file? What is NRREC in your roms.in file? The restart file is not necessarily the same as a file needed for initialization, especially when you go changing settings. my input ...
- Fri May 24, 2019 4:53 am
- Forum: ROMS Discussion
- Topic: ad passive tracer
- Replies: 10
- Views: 4761
Re: ad passive tracer
You've got one clue here: At line 2008 of file mod_ncparam.f90 Can you tell us what is at line 2008 of your mod_ncparam.f90 file? What is NRREC in your roms.in file? The restart file is not necessarily the same as a file needed for initialization, especially when you go changing settings. thanks ...
- Thu May 23, 2019 6:38 am
- Forum: ROMS Discussion
- Topic: ad passive tracer
- Replies: 10
- Views: 4761
ad passive tracer
i'm trying ad passive tracer for upwelling test case step by step following: https://www.myroms.org/forum/viewtopic.php?f=14&t=2611 i added dye_01 in rst.nc and set ININAME= rst.nc then i set NPT = 1 but when i run uwelling.in i get this: mpirun -np 3 ./romsM roms_upwelling.in ...
- Fri Mar 29, 2019 8:15 am
- Forum: ROMS Adjoint
- Topic: ad passive tracer!
- Replies: 1
- Views: 6518
ad passive tracer!
Hi everyone!I am a self-taught student of ROMS! I tried ad passive tracer in roms_upwelling test case: 1. I run roms_upwelling.in 2. Ad double dye_west_(ocean_time, s_rho, eta_rho, xi_rho); dye_west_:long_name = "dye concentration western boundary condition"; dye_west_:units = "kilogram meter-3 ...
- Fri Mar 29, 2019 3:26 am
- Forum: ROMS Installation
- Topic: test case
- Replies: 4
- Views: 4464
Re: test case
sorry i did not get back to you on this earlier. i am using coawst, which i just updated to the latest roms into our system, and this test case works. The i saw what you were doing: ./oceanS < ROMS/External/sediment_test_chan.in Sorry but you need to point to the ocean.in! well, now it is called ...
- Sun Dec 16, 2018 9:52 am
- Forum: ROMS Installation
- Topic: test case
- Replies: 4
- Views: 4464
Re: test case
Hello You need to do the boundary files of your domain thanks for your replies :P :P :P now i run sediment by oceanS Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: #0 0x7F2AA2924E08 #1 0x7F2AA2923F90 #2 0x7F2AA226B4AF #3 0x436659 in read ...
- Mon Dec 03, 2018 10:15 am
- Forum: ROMS Installation
- Topic: test case
- Replies: 4
- Views: 4464
test case
hi everyone, I am a new leaner of Roms.I run the oceanS after,and I got the problem : ./oceanS < ROMS/External/sediment_test_chan.in ... Output/Input Files: Output Restart File: ocean_rst.nc Output History File: ocean_his.nc Output Averages File: ocean_avg.nc Output Diagnostics File: ocean_dia.nc ...
- Sun Nov 18, 2018 7:09 pm
- Forum: ROMS Installation
- Topic: ROMS/TOMS Plotting
- Replies: 0
- Views: 1868
ROMS/TOMS Plotting
Installing the ROMS/TOMS Plotting Package folowing : https://www.myroms.org/wiki/Plotting_Package_Installation when make gfortran i got: /home/thai/MyDir/src/Build_plt/box.f90:30: undefined reference to `getset_' /home/thai/MyDir/src/Build_plt/box.f90:63: undefined reference to `gsfais_' /home/thai ...
- Mon Oct 08, 2018 4:17 pm
- Forum: ROMS Installation
- Topic: ROMS/TOMS Plotting
- Replies: 1
- Views: 2006
ROMS/TOMS Plotting
i'm Installing the ROMS/TOMS Plotting Package follow : https://www.myroms.org/wiki/Plotting_Package_Installation#Compiling but when i " sudo make" i get this: make: /opt/g95soft/serial/netcdf4/bin/nc-config: Command not found make: /opt/g95soft/serial/netcdf4/bin/nc-config: Command not found cd ...
- Mon Oct 01, 2018 6:19 pm
- Forum: ROMS Installation
- Topic: ROMS/TOMS Plotting
- Replies: 2
- Views: 2433
Re: ROMS/TOMS Plotting
No, no, better to edit the makefile to match that of ROMS. Specifically, these lines: ifneq (3.80,$(firstword $(sort $(MAKE_VERSION) 3.80))) $(error This makefile requires GNU make version 3.80 or higher. \ Your current version is: $(MAKE_VERSION)) endif Thank Kate! but after i code "make" : make ...
- Mon Oct 01, 2018 11:47 am
- Forum: ROMS Installation
- Topic: ROMS/TOMS Plotting
- Replies: 2
- Views: 2433
ROMS/TOMS Plotting
when i Installing the ROMS/TOMS Plotting Package folow link: https://www.myroms.org/wiki/Plotting_Pa ... stallation
when i " sudo make" i got:
This makefile requires one of GNU make version 3.80 3.81 3.82..
so i MUST use GNU make 3.8x,...?
when i " sudo make" i got:
This makefile requires one of GNU make version 3.80 3.81 3.82..
so i MUST use GNU make 3.8x,...?
- Thu Sep 27, 2018 6:02 pm
- Forum: ROMS Installation
- Topic: compile ROMS error
- Replies: 7
- Views: 22820
compile ROMS error
Hi everyone,i compile ROMS using Ubuntu app,i get trouble: cd Build; -c -fno-second-underscore -O3 -ffast-math mod_kinds.f90 /bin/sh: 1: -c: not found ROMS/Modules/Module.mk:15: recipe for target 'Build/mod_kinds.o' failed make: *** [Build/mod_kinds.o] Error 127 please help me :cry: :cry: :cry: