Search found 7 matches

by chenzhen2181
Mon Jun 30, 2014 2:24 pm
Forum: ROMS Discussion
Topic: Problem about yellow_sea case
Replies: 12
Views: 6371

Re: Problem about yellow_sea case

double ocean_time(zeta_time) ; ocean_time:long_name = "time" ; ocean_time:units = "days since 1900-01-01 00:00:00" ; ocean_time:field = " " ; Next time, please just include the "ncdump -h" from the file, not the entire binary file. OK, so you changed the dime...
by chenzhen2181
Fri Jun 27, 2014 9:42 am
Forum: ROMS Discussion
Topic: Problem about yellow_sea case
Replies: 12
Views: 6371

Re: Problem about yellow_sea case

That python script probably called it "ocean_time" instead of "zeta_time". One choice is to modify the appropriate entries in the varinfo.dat file. Another choice is to modify the python script so that the "time" attribute gets added to fields like "zeta_south&quo...
by chenzhen2181
Tue Jun 24, 2014 8:28 am
Forum: ROMS Discussion
Topic: Problem about yellow_sea case
Replies: 12
Views: 6371

Re: Problem about yellow_sea case

#define ANA_SMFLUX and #undef BULK_FLUX. Otherwise it needs to read in the heat flux and wind forcing. Thank you for your reply ! I #define ANA_SMFLUX and ANA_STFLUX.h ,#undef BULK_FLUX . Still get an error ! I couldn't find zeta_time in Yellow_Sea_bdry_SODA.nc. I also check make_bdry_file.py , als...
by chenzhen2181
Thu Jun 19, 2014 3:57 am
Forum: ROMS Discussion
Topic: Problem about yellow_sea case
Replies: 12
Views: 6371

Re: Problem about yellow_sea case

I wrote this with what I know of segmentation faults. In your case, you should carefully compare the ocean_yellow.in from my site with an ocean.in from COAWST. Each ROMS version needs to be run with a compatible ocean.in. Ditto the list of cppdefs. Hi kate I set wrong MyAppCPP in ocean.in, so it sh...
by chenzhen2181
Wed Jun 18, 2014 12:34 pm
Forum: ROMS Discussion
Topic: Problem about yellow_sea case
Replies: 12
Views: 6371

Problem about yellow_sea case

I try to learn pyroms tools to generate grid ,initial and boundary file . I download yellow_sea case files from http://www.people.arsc.edu/~kate/ROMS/HK/Yellow_Sea/. I compile it well, but I get some error when I run it. Could someone give me some help? run log Process Information: Node # 0 (pid= 19...
by chenzhen2181
Sat Apr 26, 2014 1:31 am
Forum: ROMS Discussion
Topic: How to get soda_grd with pyroms ?
Replies: 3
Views: 2727

Re: How to get soda_grd with pyroms ?

Thank you , kate ! It's very useful.
I have another question. In the ocean_yellow.in, I find ROMS need a tide forcing file(tides_yellow_sea.nc). I can't find this file in your website. I think it is very useful for learning ROMS model . Could give me some advice ?
-chenzhen
by chenzhen2181
Mon Apr 21, 2014 1:12 pm
Forum: ROMS Discussion
Topic: How to get soda_grd with pyroms ?
Replies: 3
Views: 2727

How to get soda_grd with pyroms ?

Hi, I try to generate boundary file with pyroms. I need two grid files when using pyroms, one is src_grd ,another is dst_grd. I can generate dst_grd by myself, but I don't know how to get src_grd ? In the example of yellow_sea, I find src_grd is "SODA_grid.cdf". But I can't find that file ...