Search found 5 matches

by yourgod_mwt_cn
Mon Mar 25, 2024 6:22 am
Forum: ROMS Documentation
Topic: Is it a bug in ana_nudgcoef.h?
Replies: 0
Views: 1070

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)%Tnud...
by yourgod_mwt_cn
Tue Jan 03, 2023 6:05 am
Forum: ROMS Discussion
Topic: How to calculate the isopycnal and diapycnal flux?
Replies: 2
Views: 2069

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...
by yourgod_mwt_cn
Sun Dec 25, 2022 8:04 am
Forum: ROMS Discussion
Topic: How to calculate the isopycnal and diapycnal flux?
Replies: 2
Views: 2069

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.
by yourgod_mwt_cn
Sat Dec 17, 2022 6:35 am
Forum: ROMS Discussion
Topic: Is there a way to calculate diapycnal velocity
Replies: 0
Views: 4080

Is there a way to calculate diapycnal velocity

Hi folks
Is there a way to calculate diapycnal velocity from the ROMS output?
by yourgod_mwt_cn
Mon Sep 25, 2017 12:47 pm
Forum: ROMS Discussion
Topic: GET_VARCOORDS - Cannot find "coordinates" attribute
Replies: 4
Views: 4211

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" ;...