Search found 4 matches

by RRicardo
Tue May 12, 2015 2:39 pm
Forum: ROMS Installation
Topic: Failure nesting_mod_mp_check_massflux
Replies: 7
Views: 5100

Re: Failure nesting_mod_mp_check_massflux

Hello again

We manage to put the 2 grids nesting in ROMS working by changing the line 753 in ROMS/Nonlinear/nesting.F
EastSum=WestSum+BRY_CONTACT(ieast,cr)%Mflux(Jbf)
to
EastSum=EastSum+BRY_CONTACT(ieast,cr)%Mflux(Jbf)

Is this a good fix?

Thanks again.

Best Regards
Rui
by RRicardo
Fri May 08, 2015 3:42 pm
Forum: ROMS Installation
Topic: Failure nesting_mod_mp_check_massflux
Replies: 7
Views: 5100

Re: Failure nesting_mod_mp_check_massflux

i just put in a ticket for this. i thought it was corrected previously. This westsum eastsum values are for error checking only. and will not alter the result. One thing you could do is look at the nesting.f90 and look for the variable westsum and see if it is truly used before being defined. are ...
by RRicardo
Fri May 08, 2015 11:15 am
Forum: ROMS Installation
Topic: Failure nesting_mod_mp_check_massflux
Replies: 7
Views: 5100

Re: Failure nesting_mod_mp_check_massflux

i think this was fixed already. can you do an update? -j I tried only with ROMS with revision 761 (latest version). I also tried with COAWST with the revision 988 2 grids for WRF and 2 grids for ROMS. I always get the same error. The interesting part is that when I tested the COAWST (revision 975 ...
by RRicardo
Thu May 07, 2015 3:11 pm
Forum: ROMS Installation
Topic: Failure nesting_mod_mp_check_massflux
Replies: 7
Views: 5100

Failure nesting_mod_mp_check_massflux

Hello all, I compiled and tested roms for one grid and it is working fine. When it comes to nested grids, I defined the same header file with option #define NESTING and made the corresponding changes to the .in file. Then it compiles normally but when I tested it shows the following error: "Run-Time ...