Search found 15 matches

by aryapaul
Wed Apr 13, 2016 12:34 pm
Forum: ROMS Discussion
Topic: SST relaxation
Replies: 7
Views: 7304

Re: SST relaxation

In the ana_dqdsst file, I can modify the timescale of SST relaxation as seen below. #ifdef MY_APPLICATION fac=day2sec/30*1.0_r8 ! 30 day relaxation scale 1/s/decC DO j=JstrT,JendT DO i=IstrT,IendT dqdt(i,j)=fac*Hz(i,j,N(ng)) END DO END DO #else If I want a one-day relaxation ( strong ), then I just ...
by aryapaul
Wed Mar 23, 2016 11:04 am
Forum: ROMS Discussion
Topic: SST relaxation
Replies: 7
Views: 7304

Re: SST relaxation

If I understand correctly, then to relax SST, we need to do flux correction by switching on QCORRECTION. This is done by using dQdsst which is kinematic surface net heat flux sensitivity to SST. How good it is to use monthly climatological dqdsst computed from other climatological variables like win...
by aryapaul
Wed Feb 24, 2016 9:05 am
Forum: ROMS Discussion
Topic: Force model with wind stress
Replies: 3
Views: 3335

Re: Force model with wind stress

Thanks for the reply. I have recompiled the model using the following cppdefs and forced the model with wind stress ( not wind speed ). #undef TS_MPDATA #undef INLINE_2DIO #define SPONGE #define UV_QDRAG #define VISC_GRID #define UV_ADV #define TS_A6VADVECTION #define TS_A4HADVECTION #define UV_C4AD...
by aryapaul
Tue Feb 23, 2016 11:09 am
Forum: ROMS Discussion
Topic: Force model with wind stress
Replies: 3
Views: 3335

Force model with wind stress

Normally I force the model with wind speed at 10m. What changes do I need to do if I want to force the model with wind stress ? Actually I am developing LETKF data assimilation for ROMS. It is using ensemble atmospheric fluxes and I am provided with wind stress rather than wind speed. I am not findi...
by aryapaul
Tue Feb 23, 2016 8:05 am
Forum: ROMS Discussion
Topic: SST relaxation
Replies: 7
Views: 7304

Re: SST relaxation

Thanks for the mail Kate. I am however a little confused. Do you mean to say that I need to get into the code and modify ? If I switch on QCORRECTION, where does the model get SST from ( roms_frc.nc ?? ). Please correct me if I am wrong. In order to relax the model SST to some SST, I need to do the ...
by aryapaul
Mon Feb 01, 2016 11:54 am
Forum: ROMS Discussion
Topic: SST relaxation
Replies: 7
Views: 7304

SST relaxation

Suppose I want to relax the model SST to a pre-arranged SST netcdf file over a relaxation time scale of T days. How do I do it in ROMS ?
by aryapaul
Thu Jan 21, 2016 7:13 am
Forum: ROMS Discussion
Topic: barotropic equation in ROMS
Replies: 16
Views: 7787

Re: barotropic equation in ROMS

We are trying to completely eliminate wave reflections from the boundaries which are closed. We have used SPONGE in the *.h file and made changes in ana_hmixcoef.h. We have only modified cff2 to 100 and Iwrk to be 8. But still we are unable to cancel the reflections from the boundaries. Are we doing...
by aryapaul
Mon Jan 18, 2016 4:39 am
Forum: ROMS Discussion
Topic: barotropic equation in ROMS
Replies: 16
Views: 7787

Re: barotropic equation in ROMS

Thanks. Actually we are trying to run a series of controlled experiments. For example, I was wondering if I put a constant f ( Coriolis parameter ) in the grid file, will this imply that there will be no beta-effect ? Or are there more simpler way to introduce f = constant in governing equations ?
by aryapaul
Wed Jan 06, 2016 4:38 am
Forum: ROMS Discussion
Topic: barotropic equation in ROMS
Replies: 16
Views: 7787

Re: barotropic equation in ROMS

Thanks for the reply Kate. Actually, I wanted to know if ROMS can be run only in the baroclinic mode thereby avoiding all barotropic contributions ?
by aryapaul
Tue Jan 05, 2016 9:55 am
Forum: ROMS Discussion
Topic: barotropic equation in ROMS
Replies: 16
Views: 7787

Re: barotropic equation in ROMS

If we put NDTFAST > DT, does that mean that the ocean state will be purely baroclinic in nature and all barotropic contributions will be filtered out ?
by aryapaul
Tue Dec 08, 2015 4:36 am
Forum: ROMS Discussion
Topic: barotropic equation in ROMS
Replies: 16
Views: 7787

Re: barotropic equation in ROMS

We are trying to run roms in the barotropic mode for the Indian Ocean wherein there is open boundary in South, East & West. I was wondering how to generate daily realistic boundary condition for ubar, vbar and zeta for any particular year ( say 2011 ).
by aryapaul
Mon Dec 07, 2015 10:11 am
Forum: ROMS Discussion
Topic: barotropic equation in ROMS
Replies: 16
Views: 7787

Re: barotropic equation in ROMS

Thank you for your response. I got the equations. However if I want to run the model in the barotropic mode dropping all the non-linear terms from the equations for some controlled experiments, how do I do it ?
Also, how is it possible to generate barotropic boundary conditions ?
by aryapaul
Tue Nov 24, 2015 7:37 am
Forum: ROMS Discussion
Topic: barotropic equation in ROMS
Replies: 16
Views: 7787

Re: barotropic equation in ROMS

Thanks Kate for the reply.
But what's the forcing term look like ? Is it curl of the wind stress/H where H is the bottom topography ? Does it have any bottom friction term ? Is there no dependence on beta ?
by aryapaul
Mon Nov 23, 2015 11:15 am
Forum: ROMS Discussion
Topic: barotropic equation in ROMS
Replies: 16
Views: 7787

barotropic equation in ROMS

When ROMS is run in the barotropic mode, what is the explicit form of the barotropic equation for SSH that is being solved ?
by aryapaul
Mon Feb 11, 2013 7:15 am
Forum: ROMS Discussion
Topic: Evolution equation of zeta
Replies: 0
Views: 1346

Evolution equation of zeta

I am planning to assimilate ( using Ensemble Kalman Filter technique ) sea level anomaly using satellite observations. I am new to ROMS and have gone through the documentation ( not in a detailed manner though ). I would like to ask how zeta is computed in ROMS. Is there a dynamical equation for zet...