Increase ANA_GRID resolution

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
briskbamboo
Posts: 20
Joined: Thu Aug 20, 2020 1:24 pm
Location: University of Tsukuba

Increase ANA_GRID resolution

#1 Unread post by briskbamboo »

I try to increase the grid resolution of riverplume1 test case by applying my grid.nc which increase from 102x82 to 468x468 then has following error.

Code: Select all

 INITIAL: Configuring and initializing forward nonlinear model ...
 *******

 NETCDF_CHECK_DIM - inconsistent size of dimension: xi_rho    102  468
                    in file: /home/200903/test/External/ESB.nc
 Found Error: 02   Line: 96       Source: ROMS/Utility/get_grid.F
 Found Error: 02   Line: 69       Source: ROMS/Utility/set_grid.F
    ANA_INITIAL - vertically integrated u-momentum component: ubar
                   (Grid = 01, Min =  0.00000000E+00 Max =  0.00000000E+00)
    ANA_INITIAL - vertically integrated v-momentum component: vbar
                   (Grid = 01, Min =  0.00000000E+00 Max =  0.00000000E+00)
    ANA_INITIAL - free-surface: zeta
When I keep same resolution for the grid.nc as 102x82 then everything is ok. I have checked all the ANA_ but found no information about the grid size of 102x82 except the ana_grid.h which disabled by my riverplume1.h so I do not know where to fix in ana_ to have the thing work. Any help appreciated.

briskbamboo
Posts: 20
Joined: Thu Aug 20, 2020 1:24 pm
Location: University of Tsukuba

Re: Increase ANA_GRID resolution

#2 Unread post by briskbamboo »

Iam sr. I have used wrong input

Post Reply