Search found 10 matches
- Fri Mar 11, 2011 9:56 pm
- Forum: ROMS Discussion
- Topic: convert sigma coordinate to depth coordinate
- Replies: 5
- Views: 13798
Re: convert sigma coordinate to depth coordinate
Hallo Here's a matlab script to convert from sigma to z coordinates. % USAGE: z=zdepth_roms(h,hc,theta,b,N) % z z-coordinate center of layer (m) % h depth (m) % hc = 20; % theta = 5; % b = 0.6; % N number of layers function z=zdepth_roms(h,hc,theta,b,N) % Center of layers ds=1/N; s = -1+ds/2:ds:0 ...
- Thu Mar 03, 2011 3:54 pm
- Forum: ROMS Results
- Topic: some suggestion with history file and average file
- Replies: 7
- Views: 18316
Re: some suggestion with history file and average file
Hi ROMS community, I have a doubt about the history files, I've run succesfully the model for interannual simulations (three months) and when I read the attributes of roms_avg_$TIME$.nc I noticed that I have values for only one date ( How I expected an averaged file per month ), but the attributes ...
- Mon Dec 06, 2010 9:26 pm
- Forum: ROMS Discussion
- Topic: Roms tools and inter-annual simulations
- Replies: 10
- Views: 5889
Re: Roms tools and inter-annual simulations
Thanks Katekate wrote:I use ncrcat from the NCO package to string files together. How many depends on file size, etc.
- Mon Dec 06, 2010 6:24 pm
- Forum: ROMS Discussion
- Topic: Roms tools and inter-annual simulations
- Replies: 10
- Views: 5889
Re: Roms tools and inter-annual simulations
I can see from the style of the input file that we are not using the same version of ROMS. If you are using an older ROMS from myroms.org, then you have to provide one and only one boundary file for each run. If you are using some other version, then I can't say what the limitations are. Thanks ...
- Sat Dec 04, 2010 6:18 pm
- Forum: ROMS Discussion
- Topic: Roms tools and inter-annual simulations
- Replies: 10
- Views: 5889
Re: Roms tools and inter-annual simulations
Hi, It's interesting your post, but I have a question with it, Kate Could be possible to edit the files roms_frc.nc, roms_clim.nc, roms_blk.nc and roms_bry.nc with all the files generated with NCEP and OGCM for my period of interest(2003)?, for example title: Proyecto time_stepping: NTIMES dt[sec ...
- Sat Dec 04, 2010 6:05 pm
- Forum: ROMS Discussion
- Topic: Roms tools and inter-annual simulations
- Replies: 10
- Views: 5889
Re: Roms tools and inter-annual simulations
Hi, It's interesting your post, but I got a question, Kate. Could be possible to add all files (that I got with make_NCEP and make_OGCM) instead of roms_frc.nc, roms_clim.nc, roms_bry.cn and roms_blk.nc? It means that to edit the file roms_inter.in like this: title: ProyectoCMC-ESPOLEcuador time ...
- Fri Nov 26, 2010 6:27 am
- Forum: ROMS Discussion
- Topic: ROMS with MATLAB..!
- Replies: 22
- Views: 19541
Re: ROMS with MATLAB..!
Thanks, Milena for your quickly answer.
You're right with MPI.
Best,
You're right with MPI.
Best,
- Sun Nov 21, 2010 5:26 am
- Forum: ROMS Discussion
- Topic: ROMS with MATLAB..!
- Replies: 22
- Views: 19541
Re: ROMS with MATLAB..!
Hi people, I'm a little confused, so Anybody can help me with this issue? I'm running for inter annual analysis (with ./roms roms_inter.in), and I get the following: ]$ ./roms roms_inter.in ERROR in MPI_Setup: number of MPI-nodes should be 8 instead of 1. exe_time = 0.000000000000000E+000 But, I've ...
- Sat Nov 06, 2010 6:36 am
- Forum: ROMS Discussion
- Topic: about forcing
- Replies: 7
- Views: 4443
Re: about forcing
Hi roms community :P , It's a quick question, I've realized that for long periods, the files in ROMS_FILES are so heavy. For my interest, I only need all septembers, octobers and novembers since 1999 to 2009, so I've configured romstoolsparam.m in TEMPORAL PARAMETERS % 6 Temporal parameters (used ...
- Mon Oct 11, 2010 9:33 pm
- Forum: ROMS Discussion
- Topic: Run roms for hindcast
- Replies: 0
- Views: 1433
Run roms for hindcast
Hi, :D I'm a new romstools user, and I'm working on my pre-graduate investigation, which is Evaluation of ROMS in equatorial ocean between America coast and Galapagos Islands. I'd like to know, if I'm correct in processing tools. I want to run the model for all septembers-novembers-decembers- since ...