This problem has been reported and fixed, see the following links. Update your code to the latest version and this problem will disappear.
viewtopic.php?f=19&t=4717
https://www.myroms.org/projects/src/ticket/756
Search found 56 matches
- Tue Jan 02, 2018 8:03 am
- Forum: ROMS Bugs
- Topic: error while reading variable: wind_time at TIME index =
- Replies: 2
- Views: 4401
- Sun Dec 10, 2017 10:06 am
- Forum: ROMS Bugs
- Topic: A little bug in get_cycle.F of src 884 and the fixing
- Replies: 5
- Views: 7941
Re: A little bug in get_cycle.F of src 884 and the fixing
Yes, i have the cycle_length attribute in the time variable (river_time). I agree with you that
.arango wrote: we can have the ELSE conditional that works for multi files and time cycling
- Sat Dec 09, 2017 8:18 am
- Forum: ROMS Bugs
- Topic: A little bug in get_cycle.F of src 884 and the fixing
- Replies: 5
- Views: 7941
Re: A little bug in get_cycle.F of src 884 and the fixing
My case is that the river_time is at the middle date of each month, for example [15, 45, 75, 105, 135, 165, 195, 225, 255, 285, 315, 345], and the river_time has a cycle_length attribute(cycle_length=360 days). Thus, when we start to run the model from 0.0 day, we need the river discharges at 0.0 ...
- Fri Dec 08, 2017 9:06 am
- Forum: ROMS Bugs
- Topic: A little bug in get_cycle.F of src 884 and the fixing
- Replies: 5
- Views: 7941
A little bug in get_cycle.F of src 884 and the fixing
In the version of svn 884, when i run the model with the climatology forcing data, i get an error as follows: Found Error: ** Line: 2240 Source: ROMS/Modules/mod_netcdf.F, netcdf_get_fvar NETCDF_GET_FVAR_0D - error while reading variable: river_time in input file: ../00_ECS_SCS/ECS_SCS_riv_clim.nc ...
- Sat Nov 05, 2016 2:47 am
- Forum: ROMS Bugs
- Topic: Error with Multifiles
- Replies: 9
- Views: 13834
Re: Error with Multifiles
def_info.F is what writes the names of the forcing files into the global attributes. There's a string variable which has length 1024 - it could be that you're overflowing that in the call to join_string for all the forcing files of one type. Try changing the size of string to 2048 or so. Thanks ...
- Fri Nov 04, 2016 5:09 am
- Forum: ROMS Bugs
- Topic: Error with Multifiles
- Replies: 9
- Views: 13834
Re: Error with Multifiles
Not yet. I have not solved this problem. If you figure this out, let me know. Thanks in advance.
- Mon Jun 29, 2015 8:08 am
- Forum: ROMS Bugs
- Topic: Bugs found in tracer mixing when CLIMA_TS_MIX is used
- Replies: 1
- Views: 3992
Bugs found in tracer mixing when CLIMA_TS_MIX is used
In my application in Eash China Sea using ROMS src 766, there are weird results for tracer mixing (see the attached picture), where CLIMA_TS_MIX is turned on for salinity and temperature, but turned off for tracer. The bug resulted in this wrong result is that the tracer mixing are wrongly ...
- Tue Oct 29, 2013 6:55 am
- Forum: ROMS Tools and Techniques
- Topic: TPXO to ROMS EXPRESS (tide extraction software)
- Replies: 110
- Views: 3636855
Re: TPXO to ROMS EXPRESS (tide extraction software)
Good work. very nice!
It works well, now.
It works well, now.
- Thu Oct 10, 2013 5:40 am
- Forum: ROMS Tools and Techniques
- Topic: TPXO to ROMS EXPRESS (tide extraction software)
- Replies: 110
- Views: 3636855
- Thu Oct 10, 2013 12:51 am
- Forum: ROMS Tools and Techniques
- Topic: TPXO to ROMS EXPRESS (tide extraction software)
- Replies: 110
- Views: 3636855
Re: TPXO to ROMS EXPRESS (tide extraction software)
OK, the attached map is corresponding to the following code.
TPXO=readTPXOdata(TPXOfile_elev,TPXOfile_vel,TPXOfile_grid,lonR,latR);
zz=squeeze(TPXO.h.z(:,:,8));
contourf(abs(zz))
colorbar
TPXO=readTPXOdata(TPXOfile_elev,TPXOfile_vel,TPXOfile_grid,lonR,latR);
zz=squeeze(TPXO.h.z(:,:,8));
contourf(abs(zz))
colorbar
- Wed Oct 09, 2013 1:45 pm
- Forum: ROMS Tools and Techniques
- Topic: TPXO to ROMS EXPRESS (tide extraction software)
- Replies: 110
- Views: 3636855
Re: TPXO to ROMS EXPRESS (tide extraction software)
I think that there is something wrong. For example, when i use this code to get tide, the Cmax is often larger than 100.[imgh=][/imgh]
- Tue Sep 17, 2013 1:27 am
- Forum: ROMS Bugs
- Topic: Error with Multifiles
- Replies: 9
- Views: 13834
Re: Error with Multifiles
The code that loads up data structures with the 12 or 13 forcing file names is in inp_par.F, in a routine called load_s2d. I don't see anything there that should be a problem at 13 files, but Fname is dimensioned by 100, so more than 100 forcing files would overflow. Do you have 13 each of Uwind ...
- Mon Sep 16, 2013 6:43 am
- Forum: ROMS Bugs
- Topic: Error with Multifiles
- Replies: 9
- Views: 13834
Error with Multifiles
Wind forcing files in *.in file are: <<*********************** ../00_ECS_hindcast_forcing_2000-2013/ECS_2000_Wind_stress@ERA_interim_12hourly.nc | ! forcing file 1, grid 1 ../00_ECS_hindcast_forcing_2000-2013/ECS_2001_Wind_stress@ERA_interim_12hourly.nc | ! forcing file 1, grid 1 ../00_ECS_hindcast ...
- Fri Dec 16, 2011 12:41 am
- Forum: ROMS Tools and Techniques
- Topic: TPXO to ROMS EXPRESS (tide extraction software)
- Replies: 110
- Views: 3636855
Re: TPXO to ROMS EXPRESS (tide extraction software)
Thanks. Now, it works.
- Thu Dec 15, 2011 12:47 am
- Forum: ROMS Tools and Techniques
- Topic: TPXO to ROMS EXPRESS (tide extraction software)
- Replies: 110
- Views: 3636855
Re: TPXO to ROMS EXPRESS (tide extraction software)
I have download the files, but the .zip file can not be unzipped correctly. Can you give me the .m files ?
- Sat Nov 19, 2011 4:29 am
- Forum: ROMS Discussion
- Topic: Multiple input files
- Replies: 17
- Views: 13391
Re: Multiple input files
How to set the time attribute 'cycle_length' when using the multiple input files? I am running the climatology case(for example, run 10 model years for spin-up). When the climatology file is given by one file(the cycle_length=360),the model can be nudged correctly. But when the climatology file is ...
- Fri Apr 16, 2010 3:46 am
- Forum: ROMS Bugs
- Topic: Volcons,Very time-consuming
- Replies: 0
- Views: 2805
Volcons,Very time-consuming
With or Without VOLCONS
the compution time is very different.
Without VOLCONS is 6 times faster than with VOLCONS.
the compution time is very different.
Without VOLCONS is 6 times faster than with VOLCONS.
- Tue Apr 13, 2010 2:46 am
- Forum: ROMS Bugs
- Topic: m2radiation and m2nudging error
- Replies: 0
- Views: 2728
m2radiation and m2nudging error
If you want to use nudging in M2radiation, you use cpps : East_FSchampman , East_M2Radiation and East_Nudging together. There is an error that the 'zeta_east' can't be writed !! this error can be overcomed by adding the following code in globaldefs.h #ifdef OBC_M2RADIATION # if defined SOUTH ...
- Mon Mar 08, 2010 8:58 am
- Forum: ROMS Discussion
- Topic: a mistake of 'f1' in LMD_SKPP.F ?
- Replies: 0
- Views: 2295
a mistake of 'f1' in LMD_SKPP.F ?
I think there is a mistake of "f1" at the line 734 in the lmd_skpp.F: f1(i,j)=5.0_r8*MAX(0.0_r8,Bfsfc(i,j))* vonKar / & & (Ustar(i,j)*Ustar(i,j)*Ustar(i,j)*Ustar(i,j)+eps) I think the vonKar is not neccessary? f1(i,j)=5.0_r8*MAX(0.0_r8,Bfsfc(i,j))/ & & (Ustar(i,j)*Ustar(i,j)*Ustar(i,j)*Ustar(i,j ...
- Sat Jan 09, 2010 1:04 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
Warner is right.
In the latest simulation, i use 64 processor and it is ok.
In the latest simulation, i use 64 processor and it is ok.
- Fri Jan 08, 2010 1:51 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
The ROMS run is instructed to run for 86400 time steps at 360 s per time step = 360 days The SWAN run is instructed to run from 1/1/04 to 12/10/04 = 344 days This will cause SWAN to stop coupling and ROMS to sit and wait. These times need to match, for both coupling and the length of your SWAN ...
- Thu Jan 07, 2010 12:48 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
4 version of initialisation file Delft University of Technology name of institute 3 command file ref. number INPUT command file name 4 print file ref. number PRINT print file name 4 test file ref. number test file name 6 screen ref. number 200 highest file ref. number hi,nganju When i changed the ...
- Wed Jan 06, 2010 11:43 pm
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
ROMS/TOMS: DONE... Thursday - January 7, 2010 - 5:48:26 AM PGFIO/stdio: Too many open files PGFIO-F-/OPEN/unit=1046/error code returned by host stdio - 24. File name = ./WPO_SWAN_output_x5/tmbot.mat-129 In source file swanparll.f90, at line number 3764 ...
- Wed Jan 06, 2010 12:01 pm
- Forum: ROMS Discussion
- Topic: The diffusion and advection of passive tracer
- Replies: 0
- Views: 2292
The diffusion and advection of passive tracer
I want to simulate the diffusion and advection of nutrient in the middle of open sea , and i find out that if i use point source, it will include the water mass. I can not give the initial value of the dye point, because the dye is released contiously in time. Is there a way to deal with this case ...
- Wed Jan 06, 2010 9:31 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
Why is there no information about wind field in swan_inlet_test.in?
SWAN is forcing by What??
SWAN is forcing by the same wind field with ROMS??
SWAN is forcing by What??
SWAN is forcing by the same wind field with ROMS??
- Wed Jan 06, 2010 9:25 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
Thanks
Give my best wish to you.
Give my best wish to you.
- Wed Jan 06, 2010 12:26 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
The number and size of the ROMS time steps is:nganju wrote:I think the problem is the time step and duration of the ROMS and SWAN runs not matching. Can you show us the number and size of the ROMS time steps?
! Time-Stepping parameters.
NTIMES == 86400
DT == 360.0d0
NDTFAST == 90
- Wed Jan 06, 2010 12:13 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
something else to try, more advanced: Edit SWAN/Src/waves_coupler.F and comment out line 648 (or thereabouts, depending on code version) from !----------------------------------------------------------------------- ! Create a restart file ...
- Tue Jan 05, 2010 9:46 am
- Forum: ROMS Bugs
- Topic: warning of 436
- Replies: 0
- Views: 2939
warning of 436
When i run ROMS+SWAN,i always get error in 16th model day in src433. Then i download 436, and get the warning information of compilation as following . Has it something with my error? PGF90-W-0129-Floating point overflow. Check constants and constant expressions (ocean_coupler.f90: 436) PGF90-W-0129 ...
- Tue Jan 05, 2010 4:56 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
something else to try, more advanced: Edit SWAN/Src/waves_coupler.F and comment out line 648 (or thereabouts, depending on code version) from !----------------------------------------------------------------------- ! Create a restart file ...
- Tue Jan 05, 2010 2:22 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
something else to try, more advanced: Edit SWAN/Src/waves_coupler.F and comment out line 648 (or thereabouts, depending on code version) from !----------------------------------------------------------------------- ! Create a restart file ...
- Tue Jan 05, 2010 1:33 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
are there PRINT-0* files? What do they look like, at the end? Time of computation -> 20040116.000000 in sec: 1296000. accuracy OK in 97.01 % of wet grid points ( 98.00 % required) Time of computation -> 20040116.020000 in sec: 1303200. accuracy OK in 83.13 % of wet grid points ( 98.00 % required ...
- Tue Jan 05, 2010 12:58 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
I have tried that,and the same error appears again in 16th day.
Does that means : SWAN input currents according the grid as following
INPGRID CURRENT CURVILINEAR 0 0 432 334 EXC 9.999000e+003 &
NONSTAT 20040101.000000 30 DAY 20041210.000000
Does that means : SWAN input currents according the grid as following
INPGRID CURRENT CURVILINEAR 0 0 432 334 EXC 9.999000e+003 &
NONSTAT 20040101.000000 30 DAY 20041210.000000
- Tue Jan 05, 2010 12:38 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
Thanks. The following is my configuration for SWAN. SET DEPMIN 5.00 INRHOG 1 NAUTICAL COORDINATES SPHERICAL CGRID CURVILINEAR 432 334 CIRCLE 30 0.04 1.0 30 READGRID COORDINATES 1. './WPO_wave_input/WPO_SWAN_coord.grd' 3 1 1 FREE INPGRID BOTTOM CURVILINEAR 0 0 432 334 READINP BOTTOM 1 './WPO_wave ...
- Mon Jan 04, 2010 6:37 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
When i give 1 processor to SWAN, it will be stuck at 16th model day. It have been stuck at 16th day for 4hours.
- Mon Jan 04, 2010 4:59 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
I run ROMS+SWAN from time 0(that is to say, i does not run it from restart file). 64 processors for SWAN. The same error apears again: PGFIO-F-217/formatted read/unit=116/attempt to read past end of file. File name = ./WPO_wave_output/depth.mat-001 formatted, sequential access record = 150081 In ...
- Mon Jan 04, 2010 3:58 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
Now i use 16 processor for SWAN,and the same error appears again at the same time(16th model day.) the following give the content of the Errfile from SWAN. Errfile-001 Severe error : All free units used the error from SWAN-ROMS: - ROMS Export: vertically integrated v-momentum component (Min= -5 ...
- Mon Jan 04, 2010 3:41 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
105E-141E;17N-42N;
433x335x21
433x335x21
- Mon Jan 04, 2010 2:18 am
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
Thanks
128 processors for swan.
Now i change it to 1.
128 processors for swan.
Now i change it to 1.
- Sun Jan 03, 2010 7:21 pm
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
In addition, i have test ROMS and SWAN alone. ROMS can run ten years,and SWAN one year alone. When they are coupled , they are ok in 16 model days. An error apears in the 16th model day. OCN2WAV - (06) imported and (05) exported fields, t = 3255 18:00:00 - ROMS coupling exchanges wait clock (s ...
- Sun Jan 03, 2010 7:01 pm
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
Re: ROMS Swan coupling
When i run ROMS-SWAN coupling model,i get a error at 16th model day? is that a bug ? Should there be 'close(UNIT)' in swanparll.f90. 781390 3255 19:00:00 1.011380E-02 2.056170E+04 2.056171E+04 1.379430E+16 781400 3255 20:00:00 1.002353E-02 2.056333E+04 2.056334E+04 1.379487E+16 781410 3255 21:00:00 ...
- Sun Jan 03, 2010 5:40 pm
- Forum: ROMS Discussion
- Topic: ROMS Swan coupling
- Replies: 35
- Views: 46701
ROMS Swan coupling
I have run ROMS successfully in two way couplping with SWAN in my realistic case.
I have a question : if i give 144 processers to SWAN , it works well , and it does not work if i give more than 144 processers .
are there a limit number of processeres with SWAN??
I have a question : if i give 144 processers to SWAN , it works well , and it does not work if i give more than 144 processers .
are there a limit number of processeres with SWAN??
- Thu Dec 31, 2009 5:22 pm
- Forum: ROMS Discussion
- Topic: Q_PSOURE of River discharge?
- Replies: 4
- Views: 7394
Re: Q_PSOURE of River discharge?
Thanks
best wish to you.
best wish to you.
- Thu Dec 31, 2009 5:52 am
- Forum: ROMS Discussion
- Topic: Q_PSOURE of River discharge?
- Replies: 4
- Views: 7394
Re: Q_PSOURE of River discharge?
Thanks Now i am using the configuration (#define TS_PSOURCE,#define UV_PSOURCE) accoording your sugestion. But i don't find the Warner's presentation in the folloing links? http://www.myroms.org/index.php?page=Workshops Can you give me a link in detail,or send me a copy of Warner's PPT? my address ...
- Thu Dec 31, 2009 5:46 am
- Forum: ROMS Discussion
- Topic: Tide open boundry?
- Replies: 6
- Views: 8203
Re: Tide open boundry?
Thanks.
I have downded that 3 days ago and it is helpful for me. But there are not information about combination of open boundary CCP.
I have downded that 3 days ago and it is helpful for me. But there are not information about combination of open boundary CCP.
- Wed Dec 30, 2009 10:41 am
- Forum: ROMS Discussion
- Topic: Q_PSOURE of River discharge?
- Replies: 4
- Views: 7394
Q_PSOURE of River discharge?
If i want to include river in my model. Is the following configuration right? #define UV_PSOURCE /*use to turn ON or OFF point Sources/Sinks*/ #define Q_PSOURCE /*use to turn ON or OFF mass point Sources/Sinks*/ #define TS_PSOURCE /*use to turn ON or OFF point Sources/Sinks*/ I don't know the ...
- Wed Dec 30, 2009 12:58 am
- Forum: ROMS Discussion
- Topic: Tide open boundry?
- Replies: 6
- Views: 8203
Re: Tide open boundry?
Kate,please, accept my very best wishes for the holiday season. According your advice, it is ok now that the tide simulation can be run coupled with current for a whole year. Another question, are there some other boundary CPPs which can be used in the combination form(for exmple: for M3 ,use both # ...
- Tue Dec 29, 2009 1:42 am
- Forum: ROMS Discussion
- Topic: Tide open boundry?
- Replies: 6
- Views: 8203
Re: Tide open boundry?
Thank you a lot. Kate In the above runing , I have changed OBCFAC from 0 to 2.0d+1.It always blows up in the second day. OBCFAC == 2.0d+1 ! nondimensional Ydz changed from 0.0d0 In addition, i have make a configurating for nudging as following. TNUDG == 2*3.0d+1 ! days Ydz changed from 0.0d0 ZNUDG ...
- Mon Dec 28, 2009 10:12 am
- Forum: ROMS Discussion
- Topic: Tide open boundry?
- Replies: 6
- Views: 8203
Tide open boundry?
I am runing a basin scale climatology simulation in west Pacific ocean with grid 5'x5'. It will be ok for runing 5 years with the following configuration without tide. #define EAST_FSCHAPMAN #define EAST_M2FLATHER #define EAST_M3RADIATION #define EAST_TNUDGING If included tide,(that is to say ...
- Thu Dec 24, 2009 1:36 am
- Forum: ROMS Discussion
- Topic: Configurations of Climatological simulation
- Replies: 3
- Views: 4080
Re: Configurations of Climatological simulation
I have two question about your configuration? 1. Can we use both M2RADIATION and M2NUDGING options together for 2D momentum in east open boundary?? #define EAST_M2RADIATION #define EAST_M2NUDGING I have not seen such configuratin in all of the *.h in "ROMS\Include\" . 2. How did you run the ...
- Tue Jul 14, 2009 1:59 am
- Forum: ROMS Sediment
- Topic: ROMS-SWAN Coupled System Users
- Replies: 21
- Views: 29177
Re: ROMS-SWAN Coupled System Users
i am learning the ROMS-swan coupled system to study how sea wave effect the sea upper mixing layer.
- Tue May 20, 2008 4:26 am
- Forum: ROMS Installation
- Topic: error while Compile ROMS using Cygwin
- Replies: 4
- Views: 5619
- Mon May 19, 2008 7:19 am
- Forum: ROMS Problems
- Topic: Error of compling ROMS 3.0 with G95 and MPI
- Replies: 3
- Views: 4207
Thanks
Thank you very much.Kate
I installed Intel complier and set USE_MPI= , USE_MPI90=on and FORT=ifort, then the script woks.
if i set USE_MPI=on , USE_MPI90=on and FORT=ifort, then the script will don't work.
I installed Intel complier and set USE_MPI= , USE_MPI90=on and FORT=ifort, then the script woks.
if i set USE_MPI=on , USE_MPI90=on and FORT=ifort, then the script will don't work.
- Thu May 15, 2008 2:01 am
- Forum: ROMS Problems
- Topic: Error of compling ROMS 3.0 with G95 and MPI
- Replies: 3
- Views: 4207
Error of compling ROMS 3.0 with G95 and MPI
When i use G95 and MPICH2-1.0.7 to compile ROMS, i get the following error. cd /root/roms/Projects/Upwelling/Build; g95 -c -fno-second-underscore -O2 -ffast-math -ffree-form mod_strings.f90 cd /root/roms/Projects/Upwelling/Build; g95 -c -fno-second-underscore -O2 -ffast-math mod_parallel.f90 Error ...
- Tue May 13, 2008 6:14 am
- Forum: ROMS Installation
- Topic: error while Compile ROMS using Cygwin
- Replies: 4
- Views: 5619
thanks
i have used the same version of g95 to complie the netcdf and ROMS,but i get two different results. When i complie in x86-32, i succeed and roms can be run. however,i get the same error ,when i complie the ROMS at x86-64(Business vista 64 bit)
- Wed May 07, 2008 11:20 am
- Forum: ROMS Installation
- Topic: error while Compile ROMS using Cygwin
- Replies: 4
- Views: 5619
error while Compile ROMS using Cygwin
when i following "Tutorial: Installing ROMS in Windows XP / Vista (via Cygwin)" to compile ROMS, i get the following error: cd /home/dd/roms/Projects/Upwelling/Build; g95 -c -fno-second-underscore -O3 -ffast-math -ffree-form mod_netcdf.f90 Fatal Error: While reading module 'netcdf' found module ...