Hi diego,
maybe the script can't find the nc file from the ncei/noaa thredds, cmiiw.
In the ncei_2roms.m file, the web address of the ncei noaa data source is provided, You can see if the data you want is in thredds or not.
https://www.ncei.noaa.gov/thredds/model/model.html
Search found 12 matches
- Thu Oct 03, 2024 9:56 am
- Forum: ROMS Discussion
- Topic: Error with ncei_2roms
- Replies: 2
- Views: 1030
- Thu Oct 03, 2024 7:51 am
- Forum: ROMS Ecosystem
- Topic: Error in compiling bio_toy
- Replies: 8
- Views: 2343
Re: Error in compiling bio_toy
Thanks John and David, the bio_toy test case run normally. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ROMS/TOMS - Output NetCDF summary for Grid 01: number of time records written in HISTORY file = 21 number of time records written in RESTART file = 2 number of ...
- Mon Sep 30, 2024 7:06 am
- Forum: ROMS Ecosystem
- Topic: Error in compiling bio_toy
- Replies: 8
- Views: 2343
Re: Error in compiling bio_toy
I miss the git-lfs step. I already install the git-lfs and and I'm currently downloading the data using git lfs pull. I'll let you know when I finish downloading and trying the bio_toy test case again.
Arief
Arief
- Fri Sep 27, 2024 3:41 am
- Forum: ROMS Ecosystem
- Topic: Error in compiling bio_toy
- Replies: 8
- Views: 2343
Re: Error in compiling bio_toy
Hi John,
I used the test case file from the roms github, and looks like the path is roms_test/Data/bio_toy*.nc, there is no grid directory inside Data directory.
https://github.com/myroms/roms_test/tre ... o_toy/Data
I used the test case file from the roms github, and looks like the path is roms_test/Data/bio_toy*.nc, there is no grid directory inside Data directory.
https://github.com/myroms/roms_test/tre ... o_toy/Data
- Thu Sep 26, 2024 6:45 am
- Forum: ROMS Ecosystem
- Topic: Error in compiling bio_toy
- Replies: 8
- Views: 2343
Re: Error in compiling bio_toy
Hi all, another thing, Does anyone know why the input data cannot be used when running the model? Process Information: Node # 0 (pid= 21169) is active. INITIAL: Configuring and initializing forward nonlinear model ... ******* Found Error: -51 Line: 9402 Source: ROMS/Modules/mod_netcdf.F, netcdf_open ...
- Thu Sep 26, 2024 5:56 am
- Forum: ROMS Ecosystem
- Topic: Error in compiling bio_toy
- Replies: 8
- Views: 2343
Re: Error in compiling bio_toy
Hi all, I think i find a way to solve this. I change something in /ROMS/Nonlinear/Biology/biology.F from this #include "cppdefs.h" #if defined NONLINEAR && defined BIOLOGY / * ** git $Id$ to this #include "cppdefs.h" #if defined NONLINEAR && defined BIOLOGY /* ** git $Id$
- Thu Sep 26, 2024 5:32 am
- Forum: ROMS Ecosystem
- Topic: Error in compiling bio_toy
- Replies: 8
- Views: 2343
Error in compiling bio_toy
Hi all, I found this error when compiling build_roms.sh on the bio_toy test case, I didn't find this error when trying the upwelling test case. does anyone know how to solve this error? Thank you. Arief biology.f90:1:1: 1 | / | 1 Error: Invalid character in name at (1) biology.f90:2:1: 2 | * | 1 ...
- Tue Sep 05, 2023 3:50 pm
- Forum: ROMS Problems
- Topic: Error while run roms : Error termination. Backtrace
- Replies: 0
- Views: 17013
Error while run roms : Error termination. Backtrace
Hi everyone, I tried to run roms for a simulation, but I face a problem that I never face before. the error like this: Restoring modules from user's coawst At line 313 of file inp_decode.f90 Fortran runtime error: Bad real number in item 1 of list input I attach the log file, input and .h file also ...
- Tue Aug 29, 2023 4:22 am
- Forum: ROMS Tools and Techniques
- Topic: Extraction of ERA 5 data for custom grid
- Replies: 34
- Views: 106084
Re: Extraction of ERA 5 data for custom grid
Hi Wilkin, thank you I changed the urlbased into 'thredds.rda.ucar.edu/thredds/dodsC/files/g/ds633.0' as you mention before, but I get another error: Error using matlab.internal.imagesci.netcdflib The NetCDF library encountered an error during execution of 'open' function - 'file not found (-90 ...
- Mon Aug 28, 2023 8:07 am
- Forum: ROMS Discussion
- Topic: How to download HYCOM GLBa0.08 expt60.5 data?
- Replies: 14
- Views: 25570
Re: How to download HYCOM GLBa0.08 expt60.5 data?
Hi J, thank you for your correction about the grid file. I change it into new grid and make sure there are no more zero or minus values in the grid file. and also I tried you new maplev script but the error still the same. Do you know why? Warning: The underlying triangulation is empty - the points ...
- Thu Aug 24, 2023 3:52 am
- Forum: ROMS Discussion
- Topic: How to download HYCOM GLBa0.08 expt60.5 data?
- Replies: 14
- Views: 25570
Re: How to download HYCOM GLBa0.08 expt60.5 data?
Hi all, anybody knows why this error occur? I tried to set up the HYCOM as boundary condition using this script : roms_master_climatology_coawst_mw.m. My domain for this simulation is in Java Sea (Indoenesia region). however when i run the matlab script, it run but repeated warnings appear and data ...
- Fri Aug 18, 2023 7:16 am
- Forum: ROMS Tools and Techniques
- Topic: Extraction of ERA 5 data for custom grid
- Replies: 34
- Views: 106084
Re: Extraction of ERA 5 data for custom grid
Hi Wilkin, do you know why we can used the roms_get_era5_NCARds633_bulkflux.m to get the era5 dataset? I tried the script and the error come like this: Error in roms_get_era5_NCARds633_bulkflux (line 410) lon = ncread(url,'longitude'); and i tried to look into the rda.ucar.edu/thredds and look ...