Search found 7 matches

by tongyaop
Thu Mar 31, 2022 11:59 pm
Forum: ROMS Problems
Topic: yaml_parser error with the latest update
Replies: 8
Views: 11722

Re: yaml_parser error with the latest update

Thank you! This solves my problem.
by tongyaop
Thu Mar 31, 2022 2:52 pm
Forum: ROMS Problems
Topic: yaml_parser error with the latest update
Replies: 8
Views: 11722

Re: yaml_parser error with the latest update

Hi, Thank you for the suggestion. Now I have updated gfortran and NetCDF and I can successfully compile the model. However, when I was running it, there was still an error from yaml ./romsG < roms_upwelling.in > roms_upwelling_003.log At line 693 of file yaml_parser.f90 Fortran runtime error: Substr...
by tongyaop
Mon Mar 28, 2022 10:42 pm
Forum: ROMS Problems
Topic: yaml_parser error with the latest update
Replies: 8
Views: 11722

Re: yaml_parser error with the latest update

Thank you for the suggestion! I will try it out
by tongyaop
Mon Mar 28, 2022 9:48 pm
Forum: ROMS Problems
Topic: yaml_parser error with the latest update
Replies: 8
Views: 11722

Re: yaml_parser error with the latest update

Compiler I am using: # export USE_MPI=on # distributed-memory parallelism # export USE_MPIF90=on # compile with mpif90 script #export which_MPI=intel # compile with mpiifort library #export which_MPI=mpich # compile with MPICH library #export which_MPI=mpich2 # compile with MPICH2 library #export wh...
by tongyaop
Mon Mar 28, 2022 9:19 pm
Forum: ROMS Problems
Topic: yaml_parser error with the latest update
Replies: 8
Views: 11722

yaml_parser error with the latest update

Hi! I svn updated ROMS today. Now I am encountering an error during compilation, which I have never seen before. My guess is that it's related to the recent yaml update. Errors are reported from multiple lines in yaml_parser.f. I believe the error firstly appear at line 208: yaml_parser.f90:208:51: ...
by tongyaop
Mon Mar 28, 2022 7:39 pm
Forum: ROMS Problems
Topic: At line 1895 of file mod_ncparam.f90 Fortran runtime error
Replies: 6
Views: 7133

At line 1895 of file mod_ncparam.f90 Fortran runtime error

Hi! I have successfully built and executed upwelling test case last week. Recently, I decided to reorganize the directory, so I changed build_roms.sh and successfully compiled it again. However, when I was trying to run it, there is an error message: At line 1895 of file mod_ncparam.f90 Fortran runt...
by tongyaop
Mon Feb 28, 2022 8:37 pm
Forum: ROMS Installation
Topic: compile ROMS error
Replies: 7
Views: 16971

Re: compile ROMS error

I received the same error but I am able to address it through editing both the build_roms.sh and the linked my_build_paths.sh. Now I am able to build the model. I am new to this as well and I am still confused on how different compilers work, but this is what I have, hopefully it will be helpful to ...