Hi Kate:
You were right. After adding the time attributes to
the variables in the CLM file the problem was solved.
Thanks for your advice.
Best regards,
elbio.
Search found 10 matches
- Thu Sep 22, 2011 11:12 pm
- Forum: ROMS Problems
- Topic: Problems reading climatological files
- Replies: 9
- Views: 6646
- Thu Sep 22, 2011 9:06 pm
- Forum: ROMS Problems
- Topic: Problems reading climatological files
- Replies: 9
- Views: 6646
Re: Problems reading climatological files
Hi Kate: I think that I do not understand the comment. I have checked the climatological file and all time attributes are well defined. Variables v3d_time, tclm_time, etc have the same names and attributes as in varinfo.dat. Do you mean that something could be missing in the climatological file?. It ...
- Thu Sep 22, 2011 2:23 pm
- Forum: ROMS Problems
- Topic: Problems reading climatological files
- Replies: 9
- Views: 6646
Re: Problems reading climatological files
Hi,
Thanks for your answer. Yes, I have checked the varinfo.dat
file. They have the same names.
Regards,
elbio.
Thanks for your answer. Yes, I have checked the varinfo.dat
file. They have the same names.
Regards,
elbio.
- Wed Sep 21, 2011 12:58 pm
- Forum: ROMS Problems
- Topic: Problems reading climatological files
- Replies: 9
- Views: 6646
Problems reading climatological files
Hi: I am having problems reading the climatological files (generated with Roms_tools) using ROMS' version svn: $Id: Version 537. After compiling with options #define ZCLIMATOLOGY #define M2CLIMATOLOGY #define M3CLIMATOLOGY #define TCLIMATOLOGY #define ZCLM_NUDGING #define M2CLM_NUDGING #define M3CLM ...
- Thu Feb 05, 2009 1:08 pm
- Forum: User Applications
- Topic: LTRANS under pgf90
- Replies: 0
- Views: 10302
LTRANS under pgf90
Hi Elizabeth: I am trying to set-up the LTRANS package using the Linux pgf90 compiler. The program compilation have been successful but with several warnings in subroutine settlement_module.f90: $ bash LTRANS_compile_pgf90.sh Compiling Modules: Gridcell Interpolation Parameter Point_in_Polygon ...
- Fri Dec 28, 2007 12:51 pm
- Forum: ROMS Ice
- Topic: Sea Ice Module
- Replies: 4
- Views: 11528
Sea Ice Module
Hi everyone:
I would like to test the Sea-Ice module in a regional model configuration
of the SW Atlantic and Weddell Sea area. How could I access to the
sea-ice module?.
Thanks for your help,
ELBIO.
I would like to test the Sea-Ice module in a regional model configuration
of the SW Atlantic and Weddell Sea area. How could I access to the
sea-ice module?.
Thanks for your help,
ELBIO.
- Mon Aug 20, 2007 1:18 pm
- Forum: ROMS Problems
- Topic: ROMS 3.0 DIAGNOSTICS_UV option
- Replies: 7
- Views: 4528
Hi John:
The funny thing is that the Logical Switch for wave length was not
even defined in my *.in file. After defining the logical switch,
the problem with the diagnostic option was solved. It seems
strange, but it works.
Thanks very much for your help.
The funny thing is that the Logical Switch for wave length was not
even defined in my *.in file. After defining the logical switch,
Code: Select all
Hout(idWlen) == F
strange, but it works.
Thanks very much for your help.
- Sat Aug 18, 2007 8:44 pm
- Forum: ROMS Problems
- Topic: ROMS 3.0 DIAGNOSTICS_UV option
- Replies: 7
- Views: 4528
I cannot see the problem:
line 1250 reads:
parameter idWlen is related to wind-induced wave length. I cannot see the relationship with option DIAGNOSTICS_UV.
line 1250 reads:
Code: Select all
IF (Hout(idWlen,ng)) WRITE (out,170) Hout(idWlen,ng), &
& 'Hout(idWlen)',
- Sat Aug 18, 2007 5:05 pm
- Forum: ROMS Problems
- Topic: ROMS 3.0 DIAGNOSTICS_UV option
- Replies: 7
- Views: 4528
- Sat Aug 18, 2007 1:39 pm
- Forum: ROMS Problems
- Topic: ROMS 3.0 DIAGNOSTICS_UV option
- Replies: 7
- Views: 4528
ROMS 3.0 DIAGNOSTICS_UV option
Hi everybody, I am working with ROMS3.0 under Red-Hat Linux and PGI Fortran. So far I’ve been able to run the pre-defined model applications and several regional simulations. I found the first problem when using option DIAGNOSTICS_UV. This option works fine with the pre-defined applications (set-up m ...