Search found 8 matches

by oartal
Wed Aug 01, 2012 3:53 pm
Forum: ROMS Discussion
Topic: Subsetting a region using ncea netcedf command
Replies: 1
Views: 2344

Re: Subsetting a region using ncea netcedf command

Your problem is with dimensions. The correct dimensions are eta_rho, xi_rho for the rho variables.

The syntaxis is for example

ncea -d eta_rho,1,10 -d xi_rho,1,10 roms_his_Y1M1.nc out.nc

where 1 and 10 are index for this dimension. You should consider the xi_u and eta_v and agree in the syntaxis ...
by oartal
Sat Sep 26, 2009 1:32 pm
Forum: ROMS Problems
Topic: GLS y MY25 in ROMS
Replies: 8
Views: 9120

Re: GLS y MY25 in ROMS

thank kate, your suggestion worked correctly.
by oartal
Fri Sep 25, 2009 4:54 pm
Forum: ROMS Problems
Topic: GLS y MY25 in ROMS
Replies: 8
Views: 9120

Re: GLS y MY25 in ROMS

I achieve running the schemes BFV, but not LMD, the following is the massage of error.

READ_PHYPAR - could not find input file: ocean_frc.nc

Elapsed CPU time (seconds):

Thread # 0 CPU: 0.012
Total: 0.012

Nonlinear model elapsed time profile:

Total: 0.000 0.0000

All percentages are with ...
by oartal
Fri Sep 25, 2009 1:01 am
Forum: ROMS Problems
Topic: GLS y MY25 in ROMS
Replies: 8
Views: 9120

Re: GLS y MY25 in ROMS

I donwload ROMS via SVN and ran the model for the test example of upwelling.
Modify the file upwelling.h and check ANA_VMIX,GLS and MY25. My new question is
how modify upwelling.h for LMD_MIXING and BVF_MIXING.
For LMD define LMD_RIMIX, LMD_CONVEC,LMD_SKPP and LMD_BKPP but I get error with ocean ...
by oartal
Wed Sep 16, 2009 6:27 pm
Forum: ROMS Problems
Topic: GLS y MY25 in ROMS
Replies: 8
Views: 9120

Re: GLS y MY25 in ROMS

hi, what happens is that I have the version of ROMS AGRIF. How do I get the schematics or how can I adapt gls_corstep.F and my25corstep.F for this code?

Thanks
by oartal
Mon Sep 14, 2009 6:40 pm
Forum: ROMS Problems
Topic: GLS y MY25 in ROMS
Replies: 8
Views: 9120

GLS y MY25 in ROMS

Hi, I'm a student of physics in the University of Concepción Chile.
I'm working now in the test example of Upwelling. I want to see how the process of upwelling varies with different vertical mixing schemes. My problem is that my code not have GLS_mixing and MY25_mixing, where can I download or as I ...
by oartal
Thu Apr 16, 2009 1:21 am
Forum: ROMS Usage
Topic: upwelling example
Replies: 1
Views: 2310

upwelling example

Hi,
My problem is the following:
I ran the upwelling example and got a file 'roms_avg.nc'. I wish work with this file, but have a doubt with the dimensions of some variables:

u[time,s_rho,eta_rho,xi_u]=[5,16,66,17]
v[time,s_rho,eta_v,xi_rho]=[5,16,65,18]
omega[time_s_w,eta_rho,xi_rho]=[5,17,66,18 ...
by oartal
Wed Feb 18, 2009 12:26 pm
Forum: ROMS Tools and Techniques
Topic: incorporate AVISO data as boundary conditions
Replies: 0
Views: 1595

incorporate AVISO data as boundary conditions

hi,
I am a new user of ROMS and have the following problem.
How can I incorporate data from altimetry AVISO as boundary conditions or forcing in my simulation?.
The truth is that I lost half, I think have to do something with seagrid, but I'm not quite sure (I have installed seagrid on my computer ...