Search found 11 matches

by pip39
Sat Sep 25, 2010 11:28 am
Forum: ROMS Sediment
Topic: USE exchange_3d_mod, How to fix this.
Replies: 0
Views: 2188

USE exchange_3d_mod, How to fix this.

I want use ini_sed.nc (The initial sediment data from roms_ini.nc) so In cppdefs.h I should have #undef ana_initial #undef ana_sediment but #undef ana_sediment have some Problem /game/Build; /usr/bin/mpif90 -c -frepack-arrays -O3 -ffast-math mod_arrays.f90 cd /home/pip/roms/projects/game/Build; /us...
by pip39
Thu Jun 03, 2010 1:49 pm
Forum: ROMS Discussion
Topic: about bry_time Question
Replies: 5
Views: 2455

Re: about bry_time Question

my bry_time unit is change be "sec" :D bry_time = 0:60:3600 sec DSTART = 0.0d0 ! days ! Time-Stepping parameters. NTIMES == 28800 DT == 12.0d0 NDTFAST == 20.0d0 my 3D v-momentum southern boundary condition have velocity m/s but ocean_his.nc u and v is zero :( KINETIC_ENRG is zero No flow I...
by pip39
Wed Jun 02, 2010 4:25 am
Forum: ROMS Discussion
Topic: about bry_time Question
Replies: 5
Views: 2455

Re: about bry_time Question

How did you create your boundary file? Edit that script to set units to "sec" or use ncatted from the nco package. Does only Change this one? If my bry_time total is 1 hour Does ocean.in need to be Change? ! Nudging/relaxation time scales, inverse scales will be computed ! internally, [1:...
by pip39
Tue Jun 01, 2010 9:48 am
Forum: ROMS Discussion
Topic: about bry_time Question
Replies: 5
Views: 2455

about bry_time Question

Dear all


bry_time Unit is day
How to change into second?



nc{'bry_time'} = ncdouble('bry_time'); %% 51 elements.
nc{'bry_time'}.long_name = ncchar(''time for temperature climatology'');
nc{'bry_time'}.units = ncchar(''day'');
nc{'bry_time'}.cycle_length = ncdouble(0.05);
by pip39
Fri Mar 12, 2010 6:28 pm
Forum: ROMS Discussion
Topic: m3obc cycle period
Replies: 5
Views: 2671

Re: m3obc cycle period

kate wrote:Sorry, I'm not sure what you are asking. What do you want to change?
sorry ~~~ my english is poor :cry:


my question is ......


how to modify the cycle of m3obc to 15 mins per time !!!
by pip39
Fri Mar 12, 2010 4:23 pm
Forum: ROMS Discussion
Topic: m3obc cycle period
Replies: 5
Views: 2671

Re: m3obc cycle period

time is defined in mod_scalars, not mod_stepping. Try that. thanks your reply Kate! this helps me a lot I am a beginner! I am using the U,V velocity difference Produce internal waves of m3obc If I want to change it ! the cycle motion of the "internal wave" with period 15min a day how to m...
by pip39
Thu Mar 11, 2010 6:01 am
Forum: ROMS Discussion
Topic: m3obc cycle period
Replies: 5
Views: 2671

m3obc cycle period

ana m2obc 2D open boundary the cycle period is using time(ng), If I use ana m3obc 3D open boundary cycle period Can I use time(ng) for ana b3obc I already define 'USE mod_stepping' 'USE mod_grid' in m3obc example # ifdef SOUTH_M3OBC IF (SOUTHERN_EDGE) THEN DO k=1,N(ng) DO i=Istr,IendR BOUNDARY(ng)%u...
by pip39
Tue Mar 02, 2010 5:32 am
Forum: ROMS Discussion
Topic: about m3obc.h Question
Replies: 3
Views: 2176

Re: about m3obc.h Question

What are the boundary conditions for your domain? #define UV_ADV #define UV_LOGDRAG #define TS_U3HADVECTION #define SALINITY #define SOLVE3D #define SPLINES #define SEDIMENT #ifdef SEDIMENT # define SUSPLOAD #endif #define AVERAGES #define AVERAGES_AKV #define AVERAGES_AKS #define NORTHERN_WALL #de...
by pip39
Mon Feb 22, 2010 9:17 am
Forum: ROMS Discussion
Topic: about m3obc.h Question
Replies: 3
Views: 2176

about m3obc.h Question

l modify 'm2obc.h' variable 'analytical.f90' successfully produce the expected variables but l modify 'm3obc.h' variable 'analytical.f90' no produce the expected variables i already #define ANA_M3OBC in 'estuary_test.h' Help me to explain ---'m2obc.h'------ !----------------------------------------...
by pip39
Fri Jan 08, 2010 8:52 pm
Forum: ROMS Discussion
Topic: I would to replace Original grid(Landform)
Replies: 1
Views: 1869

I would to replace Original grid(Landform)

I would to replace Original grid(Landform) However, an error running upwelling examples I used 'seagrid'tool to produced ' grid.nc' of '87x156'grid Lm == 88 ! Number of I-direction INTERIOR RHO-points Mm == 157 ! Number of J-direction INTERIOR RHO-points or I try form 89x158 , 87x156, 85x154 ..... ...
by pip39
Thu Dec 17, 2009 8:46 am
Forum: ROMS Discussion
Topic: Non-hytrostatic in ROMS
Replies: 1
Views: 1561

Non-hytrostatic in ROMS

Excuse me,who have a example for non-hytrostatic in ROMS?