Search found 11 matches
- Sat Apr 16, 2011 5:01 pm
- Forum: ROMS Ecosystem
- Topic: DSTART
- Replies: 1
- Views: 8866
DSTART
Quick question about time stamps. I'm using the BioToy example to try to play around with and try to learn how everything works. My understanding is that I should be able to change DSTART from 0.0d0 to something like 180.0d0 so that the simulation begins halfway through the year. However, when I do ...
- Sat Apr 16, 2011 1:26 pm
- Forum: ROMS Ecosystem
- Topic: easygrid and mexnc
- Replies: 3
- Views: 10228
Re: easygrid and mexnc
Hi Yangxing,
I decided to recode easygrid.m using netcdf commands that I know work on my platform, like nc_addvar, nc_varput, and so on. It was annoying, but it works now.
-Nick
I decided to recode easygrid.m using netcdf commands that I know work on my platform, like nc_addvar, nc_varput, and so on. It was annoying, but it works now.
-Nick
- Thu Apr 14, 2011 4:44 pm
- Forum: ROMS Ecosystem
- Topic: easygrid and mexnc
- Replies: 3
- Views: 10228
easygrid and mexnc
I'm trying to use "easygrid" to make a grid. I guess I'm getting my wires crossed with mexnc. Below is the error in matlab. I've tried various versions and haven't been able to get it to work. Anyone seen this? ??? Error using ==> feval Undefined function or method 'vanilla_mexnc' for input ...
- Wed Apr 13, 2011 5:54 pm
- Forum: ROMS Ecosystem
- Topic: get_ngfld.F
- Replies: 4
- Views: 9090
Re: get_ngfld.F
Hi. This is my follow-up on a post I sent awhile back. I'm trying to get the UMaine (CoSiNE) ecosystem model running, by modifying the 1D BioToy example. I'm pretty new to ROMS, and I don't understand the way everything works. When I try running the UMaine model, it seems like it's looking for the ...
- Thu Mar 03, 2011 7:25 pm
- Forum: ROMS Ecosystem
- Topic: get_ngfld.F
- Replies: 4
- Views: 9090
Re: get_ngfld.F
Thanks Kate. I think you're right. I'll double check my variables.
- Fri Feb 25, 2011 4:49 pm
- Forum: ROMS Ecosystem
- Topic: get_ngfld.F
- Replies: 4
- Views: 9090
get_ngfld.F
Hi. I'm trying to run a 1-d ROMS model coupled with a biology model (CoSiNE). I get this error: NETCDF_OPEN - unable to open existing NetCDF file: /dev/null call from: get_ngfld.F I'm not sure what netcdf file it's looking for, or what non-gridded fields do in general. Any suggestions? Is there ...
- Thu Nov 11, 2010 7:42 pm
- Forum: ROMS Ecosystem
- Topic: NO3_sflux error
- Replies: 2
- Views: 4748
Re: NO3_sflux error
I have a similar error:
GET_2DFLD - unable to find requested variable: NO3_sflux
in file:
./bio_toy_frc.nc
Did you ever get this worked out?
GET_2DFLD - unable to find requested variable: NO3_sflux
in file:
./bio_toy_frc.nc
Did you ever get this worked out?
- Tue Nov 09, 2010 7:52 pm
- Forum: ROMS Installation
- Topic: Error running Latte example
- Replies: 7
- Views: 11779
Error running Latte example
I'm new to ROMS. I can compile and run the upwelling example, no problem. I'm trying to compile and run the Latte example, as described on the tutorial page (https://www.myroms.org/wiki/index.php/CSTMS_UNSW2008). When I run the model, I get an error. Maybe someone has some advice? Here are the last ...
- Mon Oct 18, 2010 7:37 pm
- Forum: ROMS Installation
- Topic: Compiling problems (netcdf?)
- Replies: 3
- Views: 3774
Re: Compiling problems (netcdf?)
Hi again Kate,
Just to update... I think your first instinct was right. I'm not sure exactly where the crossed lines were, but ROMS has compiled and is running.
Thanks again.
-Nick
Just to update... I think your first instinct was right. I'm not sure exactly where the crossed lines were, but ROMS has compiled and is running.
Thanks again.
-Nick
- Mon Oct 18, 2010 2:28 pm
- Forum: ROMS Installation
- Topic: Compiling problems (netcdf?)
- Replies: 3
- Views: 3774
Re: Compiling problems (netcdf?)
Thanks for the response Kate. I'll be digging into this again today, and hopefully I'll make some progress. On the second error, this was the preceding line: /usr/local/bin/gfortran -frepack-arrays -O3 -ffast-math /Users/nickrecord/Work/ROMS/Projects/Upwelling/Build/esmf_roms.o /Users/nickrecord ...
- Thu Oct 14, 2010 1:55 pm
- Forum: ROMS Installation
- Topic: Compiling problems (netcdf?)
- Replies: 3
- Views: 3774
Compiling problems (netcdf?)
Hi, maybe someone can help me getting ROMS (Upwelling example) to compile. I think it's a problem with netcdf. I've been following the tutorial on the roms site (Tutorial: Installing ROMS on a Macintosh). Here's the error I get trying to compile: mod_netcdf.f90:19.16: USE netcdf 1 Fatal Error: Wrong ...