PROBLEM WITH THE INSTALLATIONS ROMS

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
felipe.jbarragan7
Posts: 21
Joined: Tue Jul 04, 2023 3:22 pm
Location: Universidad de Antioquia

PROBLEM WITH THE INSTALLATIONS ROMS

#1 Unread post by felipe.jbarragan7 »

Hi everyone, I'm Andrés Felipe, a physical oceanographer and recently star to work with ROMS.
Trying the installation have a problem:
When I write this command (cp ~/roms/trunk/ROMS/External/varinfo.dat.), My PC cannot find it from my truck (cp: cannot stat ‘/home/rbadpa/roms/trunk/ROMS/External/varinfo.dat’: No such file or directory), I searched for it and found varinfo.yaml (The source code downloaded of ROMS is giving other archive .yaml and not .dat). I tried changed .yaml for .dat and compiler but was wrong.

Somebody could please help me with it problem?
Thanks.

User avatar
arango
Site Admin
Posts: 1351
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: PROBLEM WITH THE INSTALLATIONS ROMS

#2 Unread post by arango »

In our version of ROMS, we no longer distribute the metadata file varinfo.dat but its equivalent YAML file varinfo.yaml.

felipe.jbarragan7
Posts: 21
Joined: Tue Jul 04, 2023 3:22 pm
Location: Universidad de Antioquia

Re: PROBLEM WITH THE INSTALLATIONS ROMS

#3 Unread post by felipe.jbarragan7 »

Thanks, i undertood, but when i try compile with the .Yaml this is the error.

" Model Input Parameters: ROMS/TOMS version 4.2
Monday - July 10, 2023 - 9:26:11 AM
--------------------------------------------------------------------------------
Found Error: 05 Line: 410 Source: ROMS/Utility/yaml_parser.F, yaml_tree_create

YAML_TREE_CREATE - Unable to open input YAML file: ~/roms_project/test/varinfo.yaml
ERROR: Cannot open file '~/roms_project/test/varinfo.yaml': No such file or directory
Found Error: 05 Line: 354 Source: ROMS/Utility/yaml_parser.F, yaml_initialize
Found Error: 05 Line: 892 Source: ROMS/Utility/get_metadata.F, io_metadata

IO_METADATA - Unable to create YAML object for ROMS I/O metadata file:
~/roms_project/test/varinfo.yaml
Default file is located in source directory.
Found Error: 05 Line: 1344 Source: ROMS/Modules/mod_ncparam.Finitialize_ncparam
Found Error: 05 Line: 3643 Source: ROMS/Utility/read_phypar.F
Found Error: 05 Line: 210 Source: ROMS/Utility/inp_par.F
Found Error: 05 Line: 125 Source: ROMS/Drivers/nl_roms.h, ROMS_initialize

Elapsed wall CPU time for each process (seconds):

ERROR STOP

Error termination. Backtrace:
#0 0x7f4325182ad0 in ???
#1 0x7f4325183649 in ???
#2 0x7f4325184cb7 in ???
#3 0x557b4a85ab0b in myroms"

Arango, could please help me, what is the problem?

User avatar
arango
Site Admin
Posts: 1351
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: PROBLEM WITH THE INSTALLATIONS ROMS

#4 Unread post by arango »

It is telling you the problem! Please, read and understand the error that ROMS is giving you:
YAML_TREE_CREATE - Unable to open input YAML file: ~/roms_project/test/varinfo.yaml
ERROR: Cannot open file '~/roms_project/test/varinfo.yaml': No such file or directory
Do you have varinfo.yaml in you home directory ~/roms_project/test?

If you are using gfortran, you must spell out the full path because it does not support ~/ :!:

felipe.jbarragan7
Posts: 21
Joined: Tue Jul 04, 2023 3:22 pm
Location: Universidad de Antioquia

Re: PROBLEM WITH THE INSTALLATIONS ROMS

#5 Unread post by felipe.jbarragan7 »

Dr. Arango thank so much.
I can install of model with your help.
Only change the directory because I'm using gfortran and search and remove the line mnbvc43.

Thanks for all.

Post Reply