Search found 31 matches

by rcxy
Thu Jan 11, 2018 10:56 am
Forum: ROMS Problems
Topic: the same wind but the wave height is different
Replies: 1
Views: 2012

the same wind but the wave height is different

Hi, I couple roms with swan, I use MODE NONSTATIONARY TWODIMENSIONAL SET DEPMIN 0.05 INRHOG 1 NAUTICAL COORDINATES SPHERICAL CGRID CURVILINEAR 200 200 EXC 9.999000e+003 & CIRCLE 36 0.02 1.2 60 READGRID COORDINATES 1 '/home/data/grid_coord.grd' 4 0 0 FREE INPGRID WIND CURVILINEAR 0 0 200 200 EXC ...
by rcxy
Thu Oct 30, 2014 4:19 am
Forum: ROMS Discussion
Topic: wave in coupling code
Replies: 15
Views: 10106

Re: wave in coupling code

Hi, i have some question about the bottom roughness. When the d50 is very small, such as 0.005mm,the zo is very small, and it will take the minumum value 5e-5 in ssw_bbl. It will result in a large zeta. how to do it? increase the absolute_zoMIN ? The apparent bottom roughness have an impact on curre...
by rcxy
Sun Oct 19, 2014 3:49 pm
Forum: ROMS Sediment
Topic: question about sediment.F
Replies: 2
Views: 4992

Re: question about sediment.F

Hi,the MUD_POROS and MUD_TAU_CD are useless in the model ? ! Critical shear for erosion and deposition (N/m2). MUD_TAU_CD == 0.10d0 0.1d0 ! Porosity (nondimensional: 0.0-1.0): Vwater/(Vwater+Vsed). MUD_POROS == 0.5d0 0.9d0 I don't find them in the code, except in sedment_*.h. Thank you!
by rcxy
Sat Oct 11, 2014 3:58 pm
Forum: ROMS Discussion
Topic: About the computational spectral grid
Replies: 1
Views: 1779

About the computational spectral grid

Hi, when i couple with swan model, the reslut has a warning in the print file. ** Warning : relative frequency resolution (df/f) deviates more ** Warning : than 5% from 10%-resolution. This may be problematic ** Warning : when quadruplets are approximated by means of DIA. I check the swan user manua...
by rcxy
Wed Jun 11, 2014 6:17 am
Forum: ROMS Installation
Topic: build.bash error No rule to make target
Replies: 6
Views: 6891

Re: build.bash error No rule to make target

Thanks kate. I resolved my problem after dos2unix.
by rcxy
Tue Jun 10, 2014 3:08 pm
Forum: ROMS Installation
Topic: build.bash error No rule to make target
Replies: 6
Views: 6891

Re: build.bash error No rule to make target

yes,kate. #!/usr/bin/env perl It caused the error. I changed it to #!/bin/env perl, the error is same. When changed it to #!/usr/bin/perl , the error is -bash:/usr/bin/perl^M:bad interpreter:No such file or directory Maybe the system don't support this line or others. When run perl sfmakedepend ,it'...
by rcxy
Tue Jun 10, 2014 5:34 am
Forum: ROMS Installation
Topic: build.bash error No rule to make target
Replies: 6
Views: 6891

Re: build.bash error No rule to make target

Hi,kate. Thank you! I check the env in the sfmakedepend, it's "#!/usr/bin/env perl". I changed it to "#!/bin/env perl", the error is still. And my system env is (by env and /usr/bin/env): [zhuzz@localhost ~]$ env HOSTNAME=localhost.localdomain SELINUX_ROLE_REQUESTED= TERM=vt100 S...
by rcxy
Sun Jun 08, 2014 3:16 pm
Forum: ROMS Installation
Topic: build.bash error No rule to make target
Replies: 6
Views: 6891

Re: build.bash error No rule to make target

And i try to use make, the error still. [zhuzz@localhost ~]$ cd src/trunk/ [zhuzz@localhost trunk]$ make : No such file or directory makefile:238: INCLUDING FILE /home/zhuzz/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS cp -f /home/zhuzz/Software/netcdf/include/netcdf.mod Buil...
by rcxy
Sat Jun 07, 2014 4:25 pm
Forum: ROMS Installation
Topic: build.bash error No rule to make target
Replies: 6
Views: 6891

build.bash error No rule to make target

Hi, i was following instructions in the tutorial to install ROMS first time in LINUX. When i got to changing the build.bash script i did all and executed it and return: [zhuzz@localhost upwelling]$ ./build.bash rm -f -r core *.ipo /home/zhuzz/Projects/upwelling/Build /home/zhuzz/make_macros.mk : No ...
by rcxy
Thu Jan 17, 2013 9:21 am
Forum: ROMS Problems
Topic: Why the gradient of temperature/salt is too large
Replies: 11
Views: 8605

Re: Why the gradient of temperature/salt is too large

This is surface temperature? How about deeper layers? I would look at the surface heat flux terms. Thanks, this is surface temperature. The deeper layers is the same with the sst except the last layer. I did not open any surface heat flux terms. The deeper layer temperature: temp5.png The last layer...
by rcxy
Wed Jan 16, 2013 1:59 am
Forum: ROMS Problems
Topic: Why the gradient of temperature/salt is too large
Replies: 11
Views: 8605

Re: Why the gradient of temperature/salt is too large

Thanks a lot!
I found in my ocean_his the temp of the first step(5 min) is abnormal in an area.Why ? And the depth no problem.
The temp in ini:
temp_ini
temp_ini
The first step temp in ocean_his:
temp_001
temp_001
The first step zeta in ocean_his:
zeta_001
zeta_001
by rcxy
Sat Dec 29, 2012 5:32 am
Forum: ROMS Problems
Topic: How the roms interpolate the forcing/boundary time?
Replies: 3
Views: 4378

How the roms interpolate the forcing/boundary time?

I konw the every focing/boundary file have a time, such as days and hours.And ROMS will lineally interpolate to the model time. The get_cycle will convert the time into day units.I want to konw how the roms to do? For example:(DT=30,NDTFAST=60) In the river discharge, if the river_time is days, the ...
by rcxy
Thu Dec 27, 2012 9:07 am
Forum: ROMS Problems
Topic: Why the gradient of temperature/salt is too large
Replies: 11
Views: 8605

Re: Why the gradient of temperature/salt is too large

Thanks all!
If i add the nudging, the model need the temp/salt boundary file. I made a boundary file from the WOA monthly data, because of lacking observed data. It only one data per month.It can't meet my needs.
Have any other data or methods?
Thank you!
by rcxy
Tue Dec 25, 2012 4:14 am
Forum: ROMS Problems
Topic: Why the gradient of temperature/salt is too large
Replies: 11
Views: 8605

Re: Why the gradient of temperature/salt is too large

ZQ,Thank you very much!
1.I will have try to add the nudging.
2 I have added the forcings(river and tide) in my model.The result includes the forings.
Thanks a lot!
by rcxy
Mon Dec 24, 2012 9:36 am
Forum: ROMS Problems
Topic: Why the gradient of temperature/salt is too large
Replies: 11
Views: 8605

Why the gradient of temperature/salt is too large

Hi,in my model, there is a region where the gradient of temperature/salt is too large. I have checked the bathy and initial. They are no problem. Compared with the measured, the zeta is also good match.Why the gradient of temperature/salt is too large? Thank you! The modle result(the problem in the ...
by rcxy
Thu Apr 26, 2012 2:56 am
Forum: ROMS Discussion
Topic: The river question with dye and sediment
Replies: 3
Views: 2905

Re: The river question with dye and sediment

Thank wilkin and nganju.
I have solved the problem with wilkin's proposal.
I am very sorry for my english.
by rcxy
Tue Apr 24, 2012 9:56 am
Forum: ROMS Discussion
Topic: The river question with dye and sediment
Replies: 3
Views: 2905

The river question with dye and sediment

Hi, I define the river: #define UV_PSOURCE #define TS_PSOURCE #define Q_PSOURCE and define SEDIMENT in the .h file. In the ocean.in file i set LtracerSrc == T T T ! temperature, salinity, inert in the sediment.h file, i set, MUD_Ltracer == T SAND_Ltracer == T However,the model result show only river...
by rcxy
Sat Sep 03, 2011 12:36 am
Forum: ROMS Discussion
Topic: where is the units of UV_Tangle conversion?
Replies: 2
Views: 1718

Re: where is the units of UV_Tangle conversion?

Thanks a lot !
by rcxy
Fri Sep 02, 2011 5:08 pm
Forum: ROMS Discussion
Topic: where is the units of UV_Tangle conversion?
Replies: 2
Views: 1718

where is the units of UV_Tangle conversion?

hi,
i know, in the tidal forcing file, the units of tide_Cangle is degree.
i don't know where units the conversion tide_Cangle to UV_Tangle.
i think, UV_Tangle=tide_Cangle*deg2rad.
thaks a lot !
by rcxy
Sat Mar 05, 2011 11:23 am
Forum: ROMS Problems
Topic: Internal Error: Bad format node at get_date.f90?
Replies: 0
Views: 1682

Internal Error: Bad format node at get_date.f90?

Hi, when i run the model after 3 days, it report an error: Process Information: Thread # 0 (pid= 0) is active. Thread # 1 (pid= 0) is active. Model Input Parameters: ROMS/TOMS version 3.4 Wednesday - March 2, 2011 - 3:30:11 PM -------------------------------------------------------------------------...
by rcxy
Tue Jan 11, 2011 9:47 am
Forum: ROMS Problems
Topic: model blow-up due to abnormal velocity
Replies: 8
Views: 8362

model blow-up due to abnormal velocity

when i add tide, the modle blow up . I find, maybe because the velocity too large.
I check the tide forcing file, there is nothing wrong in it. Why the model blow up ?
test.PNG
test.PNG (28.61 KiB) Viewed 8362 times
by rcxy
Wed Dec 08, 2010 3:30 am
Forum: ROMS Ecosystem
Topic: how to model COD (chemical oxygen demand) ?
Replies: 3
Views: 5039

Re: how to model COD (chemical oxygen demand) ?

Thank you very much ! Hi,I want to do pollutant model to study the environmental capacity. 1) i know roms can add a passive tracer (set the ' NPT = 1 ! Number of inactive passive tracers' and 'define T_PASSIVE' in the cpp file), I think the COD also can model by passice tracer ?. 2) If can, How to d...
by rcxy
Mon Dec 06, 2010 7:36 am
Forum: ROMS Problems
Topic: how to to model pollutant diffusion ?
Replies: 2
Views: 2145

Re: how to to model pollutant diffusion ?

i know roms can add a passive tracer (such as COD ). However, i want to do a model 'couple' the COD wtih NPZD (or EcoSIM, NEMURO ) model. How to do ?
Thanks !
by rcxy
Mon Dec 06, 2010 7:26 am
Forum: ROMS Problems
Topic: how to add a passive tracer?
Replies: 7
Views: 6461

Re: how to add a passive tracer?

I would probably look at how the biology is timestepped and copy that. Just copy and modify code from one of the simpler NPZD options and call it from main3d just after the biology gets called. Give your code a unique cppdefs name, just as biology has BIOLOGY. Sorry, I do not understand. How to do ...
by rcxy
Mon Dec 06, 2010 1:05 am
Forum: ROMS Ecosystem
Topic: how to model COD (chemical oxygen demand) ?
Replies: 3
Views: 5039

how to model COD (chemical oxygen demand) ?

how to model COD (chemical oxygen demand) ?
which tracer?
Thanks a lot !
by rcxy
Fri Dec 03, 2010 1:35 am
Forum: ROMS Problems
Topic: how to to model pollutant diffusion ?
Replies: 2
Views: 2145

how to to model pollutant diffusion ?

Hi,I want to do pollutant model to study the environmental capacity.
I want to model the COD, DO, Nutrient,Chla.
However, i don't know how to start?
I have read viewtopic.php?f=1&t=1679&hilit=POLLUTANT . I don't konw how to do ?
Please help me. Thanks!
by rcxy
Wed Oct 20, 2010 7:55 am
Forum: ROMS Discussion
Topic: question about tidal model
Replies: 1
Views: 1765

question about tidal model

hello, the figure is my studied area. There are one tidal level station and three tidal current station. i have made an force tide file from the station data and OPTS data.(the tidal lvel data last one month and tidal current last two days) However, there also a lack of boundary file,when i use the ...
by rcxy
Tue Aug 10, 2010 1:51 am
Forum: ROMS Sediment
Topic: How to set the value of surface erosion rate in sediment.in?
Replies: 1
Views: 3281

Re: How to set the value of surface erosion rate in sediment.in?

Hi,
I have the same question. Did you solve it?
Who can help me?
Thanks a lot.
by rcxy
Mon Aug 09, 2010 10:54 am
Forum: ROMS Sediment
Topic: some questons about sediment
Replies: 0
Views: 2254

some questons about sediment

Hi,
I want to use sediment model.And i don't want to couple with swan.In other words, i have not wave data.
I have two questions as following:
(1) the bedload transport use BEDLOAD_MPM?
(2) the bbl use the linear and quadratic drag-coefficient methods? which CPP?

Thank you!
by rcxy
Mon Aug 02, 2010 3:23 am
Forum: ROMS Discussion
Topic: question about the boundary data of tidal model
Replies: 1
Views: 1369

question about the boundary data of tidal model

Hi, I want to input the bounday data per hour, how to do? I am doing a tidal model, need to input the hourly tidal water level data.However, the unit of ‘bry_time' is 'days', how to do? Or, how can sovle the tidal bounday 'zeta' data input ? Thank you! Does only Change this :? double bry_time(bry_ti...
by rcxy
Wed Jul 28, 2010 9:07 am
Forum: ROMS Discussion
Topic: how to cerate tidal boundary file or modify ana_fsobc.h ?
Replies: 0
Views: 1222

how to cerate tidal boundary file or modify ana_fsobc.h ?

Dear all, how to cerate tidal boundary file or modify ana_fsobc.h and ana_m2obc.h ? I have made a tidal forcing file from TPXO6.0, refer the https://www.myroms.org/wiki/index.php/Tidal_Forcing. However, i don't know how to cerate tidal boundary file such as surface elevation. I know, by modifying th...