Code: Select all
! Various parameters.
WTYPE == 1
Code: Select all
! Various parameters.
WTYPE == 1
Your varinfo.dat -- really you should be updated to using varinfo.yaml -- is not consistent with your code.Update your metadata file: /scratch/cdschai/ROMS_Working/nested_Bob_Exp/varinfo.dat
No, removing dimensions from an existing netcdf file is tricky. Don't you have a HIS or AVG file you can use instead?I can restart with rst, but I need to undef PERFECT_RESTART and remove TWO dimensions,Or I use his file to restart.
which seems much too large, but I can't where that comes from on the basis of initial conditions.Maximum barotropic Courant Number = 9.00832155E+00
Code: Select all
#define UV_LOGDRAG
What is the code at line 149 in get_data.f90?#6 0x564becef30db in get_data_
at /home/felipejbarragan11/roms_project/test/MyTest/ROMSSantander3D/Build_romsG/get_data.f90:149
Look at line 1006 in your get_data and see what variable it is trying to read.Found Error: 02 Line: 1006 Source: ROMS/Nonlinear/get_data.F
Code: Select all
cpp = ncreadatt(file,'/','CPP_options');
Look in get_data.f90 at what ROMS is reading at when the error occurs, and fix that file.oceanG 00000000014F36CD get_data_ 101 get_data.f90