Hi all,
First question:
I am using MATLAB to read output file, 'ocean_his.nc'. If I use small grid numbers such as 100 * 100 *10, it works o.k.. But if I used many grids (not that many I think) such as 500 * 500 * 10, I cannot load output file in MATLAB. If I used 'ncload', it shows like below ...
Search found 8 matches
- Thu Jul 30, 2009 12:58 am
- Forum: ROMS Discussion
- Topic: 'ncload' problem in MATLAB
- Replies: 2
- Views: 3644
- Thu Jul 09, 2009 7:16 pm
- Forum: ROMS Usage
- Topic: about QCORRECTION
- Replies: 5
- Views: 5790
Re: about QCORRECTION
I think they are the same. When you set the value of dqdt in "ana_sst.h", you need to divide it by (rho0*Cp), and then the unit of dqdt is m/s.
Do I need to divide dQdSST by (rho0*Cp) when I am preparing the forcing file?
In the varinfo.dat:
'dQdSST' ! Input
'surface net heat flux sensitivity ...
Do I need to divide dQdSST by (rho0*Cp) when I am preparing the forcing file?
In the varinfo.dat:
'dQdSST' ! Input
'surface net heat flux sensitivity ...
- Thu Jul 09, 2009 7:08 pm
- Forum: ROMS Usage
- Topic: about QCORRECTION
- Replies: 5
- Views: 5790
Re: about QCORRECTION
In my ana_sst.h
!-----------------------------------------------------------------------
! Set sea surface temperature (Celsius) and heat flux sensitivity to
! SST (Watts/m2).
!-----------------------------------------------------------------------
!
DO j=JstrR,JendR
DO i=IstrR,IendR
sst(i,j ...
!-----------------------------------------------------------------------
! Set sea surface temperature (Celsius) and heat flux sensitivity to
! SST (Watts/m2).
!-----------------------------------------------------------------------
!
DO j=JstrR,JendR
DO i=IstrR,IendR
sst(i,j ...
- Thu Jul 09, 2009 12:58 am
- Forum: ROMS Usage
- Topic: about QCORRECTION
- Replies: 5
- Views: 5790
Re: about QCORRECTION
I think they are the same. When you set the value of dqdt in "ana_sst.h", you need to divide it by (rho0*Cp), and then the unit of dqdt is m/s.
- Sun Mar 09, 2008 4:11 am
- Forum: ROMS Discussion
- Topic: bottom stress in ROMS3.0
- Replies: 6
- Views: 4772
- Tue Feb 26, 2008 5:36 am
- Forum: ROMS Discussion
- Topic: Vertical diffusion
- Replies: 4
- Views: 4500
- Mon Feb 25, 2008 9:58 pm
- Forum: ROMS Discussion
- Topic: Vertical diffusion
- Replies: 4
- Views: 4500
- Mon Feb 25, 2008 9:01 pm
- Forum: ROMS Discussion
- Topic: Vertical diffusion
- Replies: 4
- Views: 4500
Vertical diffusion
Hi all,
I am now using ROMS to do some preliminary tests. I found a problem with vertical diffusion in a very simple experiment.
I started from a simple domain (a cube) with constant temperature and no salinity, nor flow. This is clearly steady and nothing happens. Then I added a constant positive ...
I am now using ROMS to do some preliminary tests. I found a problem with vertical diffusion in a very simple experiment.
I started from a simple domain (a cube) with constant temperature and no salinity, nor flow. This is clearly steady and nothing happens. Then I added a constant positive ...