Search found 7 matches

by DongYe
Wed Dec 23, 2009 3:59 pm
Forum: ROMS Problems
Topic: how to export variables about u,v,t,s,zeta etc
Replies: 4
Views: 2423

Re: how to export variables about u,v,t,s,zeta etc

30, I want to run ROMS with data assimilation with ensemble optimal interpolation(EnOI), EnOI need u,v,t,s,zeta, ROMS export them and EnOI use them to calculate ,then return back to ROMS, and ROMS continue to run . This is my idea of my work . I define the ‘use mod_ocean ’at main3d.F, and it can wri...
by DongYe
Tue Dec 22, 2009 9:21 am
Forum: ROMS Problems
Topic: why I cannot write(stdout) in subroutine
Replies: 1
Views: 1496

why I cannot write(stdout) in subroutine

I want write(stdout,*) in subroutine step3d_uv.F,however ,when I make ,it said 'Error: Symbol 'stdout' at (1) has no IMPLICIT type'.
however,I find many 'write(stdout)' in other subroutines ,why here it doesn't work ,
when I try it in main3d.F,it is work.
so I am confused.
by DongYe
Tue Dec 22, 2009 9:11 am
Forum: ROMS Problems
Topic: how to export variables about u,v,t,s,zeta etc
Replies: 4
Views: 2423

how to export variables about u,v,t,s,zeta etc

I want to export variables about u,v,t,s,zeta etc, not by nc. At the last of main3d.F, I write like this 'write(stdout,*) u(100,100,1,nnew)',however,when I make it ,it said 'Error: Function 'u' at (1) has no IMPLICIT type'.OK,when I define the u at the beginning of the main3d.F,error like this 'real...
by DongYe
Mon Sep 21, 2009 12:51 am
Forum: ROMS Discussion
Topic: about river forcing files in ROMS
Replies: 2
Views: 2382

Re: about river forcing files in ROMS

hi,maybe this will help you .In ocean_***.in files ,about the FRCNAME file,it said like this '! Input forcing NetCDF file name(s). The USER has the option to enter ! several file names for each nested grid. For example, the USER may ! have different files for wind products, heat fluxes, rivers, tide...
by DongYe
Thu Apr 23, 2009 2:53 pm
Forum: ROMS Tools and Techniques
Topic: problem about rnt:mex
Replies: 0
Views: 1685

problem about rnt:mex

In RNT,when I run MAIN_grid.m,have the following problem My email is yedong@mail.iap.ac.cn when I enter the code grd=rnt_gridload(nameit);then, ------------------------------------------------------------------------ Segmentation violation detected at Thu Apr 23 22:47:11 2009 -----------------------...
by DongYe
Tue Apr 21, 2009 4:23 pm
Forum: ROMS Tools and Techniques
Topic: RNT libcxa.so.5
Replies: 5
Views: 16551

Re: RNT libcxa.so.5

have you figure out your problem ,I also encounter the problem
by DongYe
Tue Apr 21, 2009 4:12 pm
Forum: ROMS Tools and Techniques
Topic: RNT error:MAIN_grid.m,rnt_griddata
Replies: 2
Views: 3333

RNT error:MAIN_grid.m,rnt_griddata

hi,everyone who use RNT.now I want to make grid file,the matlab file is MAIN_grid.m, when I enter the command' tic; h=rnt_griddata(vlon,vlat,image_data,grd.lonr,grd.latr,'cubic');toc;',the error is "??? Undefined command/function 'rnt_hindicesTRI_mex'. Error in ==> rnt_hindicesTRI at 41 [Ipos,J...