Search found 6 matches
- Mon Sep 09, 2024 4:01 pm
- Forum: ROMS Discussion
- Topic: netcdf closing error
- Replies: 2
- Views: 3076
Re: netcdf closing error
that is the problem of multiple forcing files. I encountered the same problem. You need the modify the code in ROMS/Utility/inquiry.F when it CALL netcdf_close (ng, model, ncid). In the case of multiples forcing files, the default value for Lupdate is true. The code will try to update global ...
- Mon Mar 25, 2024 6:22 am
- Forum: ROMS Documentation
- Topic: Is it a bug in ana_nudgcoef.h?
- Replies: 0
- Views: 8058
Is it a bug in ana_nudgcoef.h?
In the script designed to configure the nudging coefficients, the loop iterates from 1 to NTCLM. However, the array Tnudg contains NT elements. I think there is a mismatch of the indices IF (ANY(LnudgeTCLM(:,ng))) THEN DO itrc=1,NTCLM(ng) DO k=1,N(ng) DO j=JstrT,JendT DO i=IstrT,IendT CLIMA(ng ...
- Tue Jan 03, 2023 6:05 am
- Forum: ROMS Discussion
- Topic: How to calculate the isopycnal and diapycnal flux?
- Replies: 2
- Views: 2784
Re: How to calculate the isopycnal and diapycnal flux?
Hi Tao, Thank you very much. I will read your paper and contact you. Wentao Ma Hi, As for the isopycnal flux, you could divide one section into a few density classes and calculate the flux across each class. As for the diapycnal flux, there are two ways: one is through the control volume method, and ...
- Sun Dec 25, 2022 8:04 am
- Forum: ROMS Discussion
- Topic: How to calculate the isopycnal and diapycnal flux?
- Replies: 2
- Views: 2784
How to calculate the isopycnal and diapycnal flux?
Hi folks
Do you have any idea to calculate isopycnal and diapycnal fluxes from the ROMS output? I know how to calculate the lateral and vertical flexes. But I need to decompose the fluxes to isopycnal and diapycnal.
Do you have any idea to calculate isopycnal and diapycnal fluxes from the ROMS output? I know how to calculate the lateral and vertical flexes. But I need to decompose the fluxes to isopycnal and diapycnal.
- Sat Dec 17, 2022 6:35 am
- Forum: ROMS Discussion
- Topic: Is there a way to calculate diapycnal velocity
- Replies: 0
- Views: 4730
Is there a way to calculate diapycnal velocity
Hi folks
Is there a way to calculate diapycnal velocity from the ROMS output?
Is there a way to calculate diapycnal velocity from the ROMS output?
- Mon Sep 25, 2017 12:47 pm
- Forum: ROMS Discussion
- Topic: GET_VARCOORDS - Cannot find "coordinates" attribute
- Replies: 4
- Views: 4617
Re: GET_VARCOORDS - Cannot find "coordinates" attribute
I checked the forcing data in the dir. of the case test. The attribute should be as variables: double sst_time(sst_time) ; sst_time:long_name = "time for sea surface temperature" ; sst_time:units = "days since 1968-05-23 00:00:00 GMT" ; sst_time:calendar = "gregorian" ; float SST(sst_time, eta_rho ...