error happen in the NETCDF_CHECK_VAR

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
coldstreet
Posts: 2
Joined: Fri Apr 12, 2013 12:40 pm
Location: Sun Yet-sen university

error happen in the NETCDF_CHECK_VAR

#1 Unread post by coldstreet »

I try use MAIN_ncf[/quote]iles.m (RNT tool code) to create the init.nc , ,when I run the model always get the error:

Minimum barotropic Courant Number = 5.44394754E-03
Maximum barotropic Courant Number = 6.47713121E-02
Maximum Coriolis Courant Number = 1.02273123E-02


NETCDF_CHECK_VAR - inconsistent value of variable: hc 9.969210E+36 4.001500E+01
in file: pro/blw/npacific-init.nc

Elapsed CPU time (seconds):

Node # 0 CPU: 1.465
Node # 1 CPU: 1.478
Total: 2.943

Nonlinear model elapsed time profile:

Total: 0.000 0.0000

Nonlinear model message Passage profile:

Message Passage: 2D halo exchanges ............... 0.004 ( 0.1359 %)
Message Passage: 3D halo exchanges ............... 0.002 ( 0.0680 %)
Message Passage: data broadcast .................. 0.009 ( 0.3058 %)
Message Passage: data reduction .................. 0.001 ( 0.0340 %)
Message Passage: data scattering.................. 0.003 ( 0.1019 %)
Total: 0.019 0.6456

All percentages are with respect to total time = 2.943

ROMS/TOMS - Output NetCDF summary for Grid 01:

ROMS/TOMS - Configuration error ..... exit_flag: 5


ERROR: Illegal model configuration.


I saw that talk about it in the viewtopic.php?f=26&t=1292
but I still do not know how to modify the matlab_tools code ,or which code will be useful to create the the pre-files for the model .

I use seagrid create a grid, and use the create_roms_init.m(john put it in the mtools) ,and follow your manual ,when I run the model always get the error:

Maximum barotropic Courant Number = 6.47713121E-02
Maximum Coriolis Courant Number = 1.02273123E-02


NETCDF_CHECK_VAR - inconsistent value of variable: Vtransform ***** 1
in file: pro/blw/npacific_init_mfile.nc

Elapsed CPU time (seconds):

Node # 0 CPU: 1.283
Node # 1 CPU: 1.662
Total: 2.945

Nonlinear model elapsed time profile:

Total: 0.000 0.0000

Nonlinear model message Passage profile:

Message Passage: 2D halo exchanges ............... 0.003 ( 0.1019 %)
Message Passage: 3D halo exchanges ............... 0.004 ( 0.1358 %)
Message Passage: data broadcast .................. 0.015 ( 0.5093 %)
Message Passage: data scattering.................. 0.002 ( 0.0679 %)
Total: 0.024 0.8149

All percentages are with respect to total time = 2.945

ROMS/TOMS - Output NetCDF summary for Grid 01:

ROMS/TOMS - Configuration error ..... exit_flag: 5


ERROR: Illegal model configuration.


I have no idea why the Vtransform will be *****,that means no Vtransform date in the nc file ?
and then how to modify it ,
by the way I run the coupling model(COAWST),and choose the expB coupling ROMS with WRF ,these error happen in ROMS model,I am not familiar with ROMS,could somebody help me ?
Any issue will be helpful .Thanks

Post Reply