Search found 6 matches
- Mon Jun 29, 2020 2:11 pm
- Forum: ROMS Tools and Techniques
- Topic: pyroms with mercator dataset
- Replies: 4
- Views: 8734
Re: pyroms with mercator dataset
Thanks, Kate, that will be very helpful.
- Sat Jun 20, 2020 11:23 pm
- Forum: ROMS Tools and Techniques
- Topic: pyroms with mercator dataset
- Replies: 4
- Views: 8734
Re: pyroms with mercator dataset
Hi Kate, I can try that, but I thought there might be a way to create this file. I tried to create once, but the problem is that glorys12v1 files come only with 'rho-points' coordinates, and my attempt to create u and v grid and use in the interpolation generates a weird field (as in the figure ...
- Fri Jun 19, 2020 5:27 am
- Forum: ROMS Tools and Techniques
- Topic: pyroms with mercator dataset
- Replies: 4
- Views: 8734
pyroms with mercator dataset
Hi, I'm trying to use pyroms to create initial and boundary conditions from Mercator (glorys12v1) dataset and following the examples provided in the pyroms Github repository. However, in the Artic_GLORYS example, a mesh grid is called: src_grd = pyroms_toolbox.CGrid_GLORYS.get_nc_CGrid_GLORYS ...
- Fri Apr 24, 2020 8:57 pm
- Forum: ROMS Tools and Techniques
- Topic: pyroms error during initial condition remapping process
- Replies: 2
- Views: 8328
Re: pyroms error during initial condition remapping process
Thank you, Kate.
I was setting the limits for my domain. However, I was careless and mistaken xrange for yrange in both make_weights and make_initial routines.
Your comment raised my attention to this specific line and I solved the problem.
Once again, thank you.
I was setting the limits for my domain. However, I was careless and mistaken xrange for yrange in both make_weights and make_initial routines.
Your comment raised my attention to this specific line and I solved the problem.
Once again, thank you.
- Fri Apr 24, 2020 3:58 am
- Forum: ROMS Tools and Techniques
- Topic: pyroms error during initial condition remapping process
- Replies: 2
- Views: 8328
pyroms error during initial condition remapping process
Hi! First of all, I hope you all are safe and healthy in your homes during this pandemic. I'm trying to interpolate initial fields from SODA3.3.1 to my domain, but during the zeta remapping process I've got this error: /home/danilo/Research/PhD/repos/pyroms/pyroms_toolbox/pyroms_toolbox/nc_create ...
- Fri Mar 08, 2019 9:42 pm
- Forum: ROMS Discussion
- Topic: PyROMS bug
- Replies: 5
- Views: 6564
Re: PyROMS bug
Dear m.hadfield, Has been a while since you post and I don't know if the problem was solved. But I installed lpsolve55 using conda and it worked for me (using python 3.7.2 with miniconda3). You can do the same in your environment with: conda install -c conda-forge lpsolve55 And next reinstall bathy ...