kate wrote:If you turn on climatology nudging, it will change the OBC time scales. If you don't want that, change the open boundary code to do what you want it to do - that's what I did in my branch.
Search found 10 matches
- Tue Sep 24, 2019 12:11 pm
- Forum: ROMS Discussion
- Topic: how to improve vertical profile velocity
- Replies: 10
- Views: 7075
Re: how to improve vertical profile velocity
Very helpful! Thank you very much, Kate!
- Mon Sep 23, 2019 1:45 pm
- Forum: ROMS Discussion
- Topic: how to improve vertical profile velocity
- Replies: 10
- Views: 7075
Re: how to improve vertical profile velocity
One last approach is to nudge your TS fields to a climatology. You can set a variable nudging time scale along the vertical to impose stronger coefficients below a certain depth. This can be easily achieved by creating the variables temp_NudgeCoef(s_rho, eta_rho, xi_rho) and salt_NudgeCoef(s_rho ...
- Wed Apr 01, 2015 7:36 pm
- Forum: ROMS Discussion
- Topic: Tidal current analysis in ROMS
- Replies: 0
- Views: 1977
Tidal current analysis in ROMS
I got the following run error message using ROMS rev 748:
GET_NGFLD - tidal period
(Min = 4.47141644E+04 Max = 4.47141644E+04)
GET_2DFLD - tidal elevation amplitude
(Min = 0.00000000E+00 Max = 4.78616861E+00)
GET_2DFLD - tidal elevation phase angle
(Min = 1.64720212E+00 Max = 4.21640664E+00 ...
GET_NGFLD - tidal period
(Min = 4.47141644E+04 Max = 4.47141644E+04)
GET_2DFLD - tidal elevation amplitude
(Min = 0.00000000E+00 Max = 4.78616861E+00)
GET_2DFLD - tidal elevation phase angle
(Min = 1.64720212E+00 Max = 4.21640664E+00 ...
- Thu Nov 06, 2014 1:22 pm
- Forum: ROMS Discussion
- Topic: Compiling 'AVERAGES_TIDE'
- Replies: 13
- Views: 8808
Re: Compiling 'AVERAGES_TIDE'
Thanks, osua72!
- Tue Oct 28, 2014 12:32 pm
- Forum: ROMS Discussion
- Topic: Compiling 'AVERAGES_TIDE'
- Replies: 13
- Views: 8808
Re: Compiling 'AVERAGES_TIDE'
osua72,
(1) Where do you define the variable 'Hcount'? In the main input file?
(2) When you compiled, did you turn the 'wet_dry' on?
Thanks!
(1) Where do you define the variable 'Hcount'? In the main input file?
(2) When you compiled, did you turn the 'wet_dry' on?
Thanks!
- Wed Oct 15, 2014 2:25 pm
- Forum: ROMS Discussion
- Topic: Compiling 'AVERAGES_TIDE'
- Replies: 13
- Views: 8808
Re: Compiling 'AVERAGES_TIDE'
Another issue for help:
I got the following error message:
DEF_VAR - unable to define variable: Hcount
in NetCDF file ./my_harmonic.nc
What's the issue here? What's the Hcount?
I got the following error message:
DEF_VAR - unable to define variable: Hcount
in NetCDF file ./my_harmonic.nc
What's the issue here? What's the Hcount?
- Wed Oct 15, 2014 2:22 pm
- Forum: ROMS Discussion
- Topic: Compiling 'AVERAGES_TIDE'
- Replies: 13
- Views: 8808
Re: Compiling 'AVERAGES_TIDE'
I've tried that and still it showed the same error messages. I'll use the non-'wet-dry'. It should serve my purpose well. Thanks!
- Tue Oct 14, 2014 1:40 pm
- Forum: ROMS Problems
- Topic: wetting and drying problem
- Replies: 22
- Views: 36034
Re: wetting and drying problem
In Hernan's post,Cw occasionally appears to be rather large (i.e., > 1.0), while Cu/Cu are in the normal range. Would the large Cw cause any stability issue?
- Fri Oct 10, 2014 7:18 pm
- Forum: ROMS Discussion
- Topic: Compiling 'AVERAGES_TIDE'
- Replies: 13
- Views: 8808
Re: Compiling 'AVERAGES_TIDE'
Thanks, Kate!
I tested and the ROMS code passed compilation only with
#undef WET_DRY
# define AVERAGES_DETIDE
# define AVERAGE
With "define WET_DRY", it gives error messages like
set_avg.f90(2330): error #6837: The leftmost part-ref in a data-ref can not be a function reference. [GRID]
& GRID ...
I tested and the ROMS code passed compilation only with
#undef WET_DRY
# define AVERAGES_DETIDE
# define AVERAGE
With "define WET_DRY", it gives error messages like
set_avg.f90(2330): error #6837: The leftmost part-ref in a data-ref can not be a function reference. [GRID]
& GRID ...
- Fri Oct 03, 2014 6:41 pm
- Forum: ROMS Discussion
- Topic: Compiling 'AVERAGES_TIDE'
- Replies: 13
- Views: 8808
Compiling 'AVERAGES_TIDE'
I have a cpp.h working working well (tested with a recent version of ROMS codes) for tide only run with following options.
#define SSH_TIDES /* flag - impose tidal elevation */
#define UV_TIDES /* flag - tidal currents */
#undef RAMP_TIDES /* ramp OBC data or the body forcing */
#define ADD_FSOBC ...
#define SSH_TIDES /* flag - impose tidal elevation */
#define UV_TIDES /* flag - tidal currents */
#undef RAMP_TIDES /* ramp OBC data or the body forcing */
#define ADD_FSOBC ...